Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
/ GENTRL-SOMs Public archive
forked from icyray/GENTRL-SOMs

Training GENTRL model with self-organizing map.

License

Notifications You must be signed in to change notification settings

hanwww1122/GENTRL-SOMs

 
 

Repository files navigation

GENTRL-SOMs

Training GENTRL model with self-organizing map.

Installation

Install rdkit with conda.

conda create -c rdkit -n my-rdkit-env rdkit

Then activate the new environment.

conda activate my-rdkit-env

Install GENTRL and MOSES.

git clone https://github.com/icyray/GENTRL.git
git clone https://github.com/molecularsets/moses.git
cd GENTRL && python setup.py install && cd .. 
cd moses && python setup.py install && cd ..

Install susi to train SOMs.

pip install susi

How to use

Run notebook in the following order: Train_SOM ➡️ GENTRL_with_SOM ➡️ Sampling ➡️ Benchmarking

Credits

neelr/LeishNN
sebastiandro/gentrl-benchmark

About

Training GENTRL model with self-organizing map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%