Coder Social home page Coder Social logo

molbot's Introduction

Generative Recurrent Neural Networks

This package implements the Generative Recurrent Neural Networks from the paper from Gupta et al. and combines it with the Reinforcement Learning procedures described in the paper from Olivecrona et al.

Current List of Contributors:

  • Silvia Amabilino (NovaData Solutions ltd., University of Bristol)
  • Michael Mazanetz (NovaData Solutions ltd.)
  • David Glowacki (University of Bristol)

Installation

In order to use this package, you need the following packages installed:

  • scikit-learn (0.19.1 or higher)
  • tensorflow (1.9.0 or higher, but < tensorflow 2.0) or tensorflow-gpu (1.9.0 or higher, but < tensorflow 2.0)
  • keras (2.2.0 or higher)
  • rdkit (optional)

RDkit is only needed for the reward function in reinforcement learning.

To install, you can run the following command:

pip install git+https://github.com/SilviaAmAm/MolBot.git

Otherwise, you can clone the repository:

git clone https://github.com/SilviaAmAm/MolBot.git

and then, in your desired python environment, run:

cd MolBot
pip install MolBot/

Building the documentation

To build the documentation, these packages are required:

  • nbsphinx
  • sphinx_rtd_theme

In the docs folder, run:

make html

Then, open ./docs/build/html/index.html.

Usage

You can have a look at some examples in the examples folder.

Running the tests

Go to the test directory:

cd tests

Then, run all the tests:

pytest test_*

molbot's People

Contributors

silviaamam avatar

Watchers

James Cloos 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.