# FastJTNNpy3 **Repository Path**: greitzmann/FastJTNNpy3 ## Basic Information - **Project Name**: FastJTNNpy3 - **Description**: AI for discovering 100% valid drug like molecules, a combination of VAE-JTNN and bayesian optimization, an optimized Python 3 Version of Junction Tree Variational Autoencoder for Molecular Graph Generation (ICML 2018) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-15 - **Last Updated**: 2021-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastJTNNpy3 : Junction Tree Variational Autoencoder for Molecular Graph Generation Python 3 Version of Fast Junction Tree Variational Autoencoder for Molecular Graph Generation (ICML 2018) Implementation of our Junction Tree Variational Autoencoder [https://arxiv.org/abs/1802.04364](https://arxiv.org/abs/1802.04364) # Requirements * RDKit (version >= 2017.09) : Tested on 2019.09.1 * Python (version >= 3.6) : Tested on 3.7.4 * PyTorch (version >= 0.2) : Tested on 1.0.1 To install RDKit, please follow the instructions here [http://www.rdkit.org/docs/Install.html](http://www.rdkit.org/docs/Install.html) We highly recommend you to use conda for package management. # Quick Start ## Code for Accelerated Training This repository contains the Python 3 implementation of the new Fast Junction Tree Variational Autoencoder code. * `fast_molvae/` contains codes for VAE training. Please refer to `fast_molvae/README.md` for details. * `fast_jtnn/` contains codes for model implementation. * `fast_bo/` contains codes for Bayesian Optimisation (WIP: support for custom rdkit functions). * `fast_molopt/` contains codes for molecule optimisation using a JTpropVAE which is the same as JTVAE but also enmeds properties with the molecules. (WIP: integration in main pipeline) ## Old codes This repository contains the following directories: * `Old/bo` includes scripts for Bayesian optimization experiments. Please read `Old/bo/README.md` for details. * `Old/molvae/` includes scripts for training our VAE model only. Please read `Old/molvae/README.md` for training our VAE model. * `Old/molopt/` includes scripts for jointly training our VAE and property predictors. Please read `Old/molopt/README.md` for details. * `Old/molvae/jtnn/` contains codes for model formulation. Please read `Old/molvae/README.md` for training our VAE model. # Contact Bibhash Chandra Mitra (bibhashm220896@gmail.com)