Coder Social home page Coder Social logo

core's Introduction

Deep learning on protein images

First application of deep convolutional neural networks for drug-protein interaction prediction has appeared in the paper of AtomWise when the small 3D AlexNets have been trained on atoms of drug-protein complexes. We have experimented with the network structure and obtained predictions of a very high accuracy.

alt tag Fig1: AlexNet as it was described in: Krizhevsky et al.

alt tag Fig2: Network Vision. To represent input to the network, coordinates of atoms determined by crystallographers have to be converted to an image made of cubic pixels. Since on a small scale the world is very sparse, approximately 1 real-valued pixel in 10^7 zeros, an approximation has to be made. In our case every atom is assigned a numeric tag that fills the value of the cubic pixel with the size of 0.5A. This picture depicts the structure of an aminoglycoside nucleotidyltransferase - an enzyme important for nucleic acids metabolism with the substrate in it's binding site. Image of protein have been rendered in VMD in a form common for scientific literature. Small differently colored spheres represent an approximation of atomic coordinates that the network sees.

alt_tag Fig3: The structure of the network that performed very well on our previous Kaggle competition. Significant improvements comapred have been achieved by the smaller pixel size and very wide first layer convolutions. An interactive demo of the same network can be seen here.

Here we provide a working example of the code that distinguishes correct docked positions of ligands from incorrect with an AUC of 0.934 after 80 epochs of training.

Usage:

git clone https://github.com/mitaffinity/core.git

Navigate your browser to https://inclass.kaggle.com/c/affinity4, and follow the registration steps to get the data. Afterwards, change the path in FLAGS.database_path to the location on your local machine, and type

python av4_main.py

this script should automatically index folders in your database and start training.

Our old Kaggle competition, and software can be found here. Enjoy!

core's People

Contributors

mkorablyov avatar lxander avatar mitaffinity avatar reimilia avatar meng-sun avatar ag8 avatar nilais avatar ytchen33 avatar

Watchers

James Cloos 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.