Giter Site home page Giter Site logo

mwojcikowski / fastjtnnpy3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bibyutatsu/fastjtnnpy3

2.0 1.0 0.0 520.25 MB

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)

License: MIT License

Python 33.85% Jupyter Notebook 66.15%

fastjtnnpy3's Introduction

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

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

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 ([email protected])

fastjtnnpy3's People

Contributors

bibyutatsu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.