Home

Awesome

Drug_RNN

A molecular generation model based on deep learning algorithm. The generation task is implemented in the TensorFlow framework, allowing the user to run the model to generate a focused library of drug-like molecules.

Requirement

Refer to requirement.txt

Installation

pip install -r requirement.txt

Running this Model

You need to open main.py, run load_weights to read the pre-trained weights and get the generated molecules. Or provide training set molecules into coding for model training.

Dataset

Folder datasets contains pre-training or transfer learning molecules, folder generate contains the molecules generated after transfer learning, folder gen_data is based on the generation model or machine learning model screening molecules.