GithubHelp home page GithubHelp logo

dlscore-cnn's Introduction

Predicting protein-ligand binding affinities using Convolutional Neural Networks (CNN)

This is an implementation of the CNN network architecture described in the following paper

KDEEP: Protein–Ligand Absolute Binding Affinity Prediction via 3D-Convolutional Neural Networks
José Jiménez , Miha Škalič , Gerard Martínez-Rosell , and Gianni De Fabritiis
DOI: 10.1021/acs.jcim.7b00650

Requirements

  • Tensorflow : pip install tensorflow-gpu or pip install tensorflow
  • Keras: pip install keras
  • Scikit-learn: pip install -U scikit-learn
  • oddt: conda install -c oddt oddt
  • tqdm: pip install tqdm
  • htmd:
conda config --add channels acellera 
conda config --add channels psi4 
conda install htmd 

Training the model (by generating augmented data on the fly)

  • First extract the voxel features using the script feature_extraction_htmd.py insdie the directory training_with_htmd. The script will create the file called data.h5 inside the dataset dir
  • Run the script train.py to train the model. Modify the code in the method main() to enable/disable data augmentation and tweak other training parameters.

Training the model (using saved augmented data)

  • Make sure npy_data directory is inside the dataset directory.
  • Run train2.py to train the model.

dlscore-cnn's People

Contributors

hassanmohsin 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.