Coder Social home page Coder Social logo

pfnet-research / bmi219-2017-deepqsar Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 8.0 47 KB

UCSF BMI219 Deep Learning (2017), Coding example (QSAR with Deep multitask learning)

Home Page: https://minicourses.ucsf.edu/bmi-219-deep-learning-2017

Python 100.00%
deep-learning chainer bioinformatics

bmi219-2017-deepqsar's Introduction

Multitask learning with multi layer perceptron for QSAR

This is an example of the application of deep learning to Quantitative structure–activity relationship (QSAR) prediction.

The implementation is based on [1], but some minor modifications are applied. We use the PubChem dataset of chemical compounds and assay outcomes, and Chainer to build, train, and evaluate deep learning models.

See commentary.md for a detailed explanation.

Dependency

Usage

$ PYTHONPATH="." python tools/train.py

The training runs on CPU by default. If you want to run the program on GPU, add --gpu <GPU ID> option. Run python tools/train.py --help to see the complete list of options.

Q. What is PYTHONPATH? Why do we need to specify it?

Test

Run all tests including GPU ones.

PYTHONPATH="." nosetests tests

Without GPU tests

PYTHONPATH="." nosetests -a '!gpu' tests

Reference

[1] Dahl, G. E., Jaitly, N., & Salakhutdinov, R. (2014). Multi-task neural networks for QSAR predictions. arXiv preprint arXiv:1406.1231.

bmi219-2017-deepqsar's People

Contributors

delta2323 avatar sandeepayyar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.