blob: 82a44d3759463dbf53023e3ea9d3f2e58ba96af4 [file] [log] [blame]
This small package provides some framework and implementation of a relatively
deep learning model for doing virtual screening based on Tensorflow. The model is as
described in this paper
http://arxiv.org/abs/1502.02072
The framework is somewhat more general and can be used for a variety of
tensorflow models.
Note that this code is NOT fully functional as is. The input reading and label
operations are specific to Google's implementation and need to be reimplemented
for your environment.