vsomnath / chemnet_auxilliaries

Contains the code for preparing the ChEMBL25 dataset to be used for training protocol
4 stars 4 forks source link

Chemnet Auxilliaries

Contains auxilliary training and preprocessing scripts used for replicating the results in Goh et. al. More precisely, the following scripts are present:

The repository assumes library DeepChem has been installed on the system. Please refer to the installation instructions that can be found on the DeepChem page.

NOTE: The other model described in Goh et. al, Smiles2Vec, uses RNN models on sequences with padded length 270. The backpropagation is slow in this case, and the training time amounted to roughly ~1 epoch a day. With Smiles2Vec trained for 50 epochs as mentioned in the paper, the training time was infeasible within the scope of Google Summer of Code. I will update the scripts and results once I manage to get training completed.

Pretrained weights are available here