GithubHelp home page GithubHelp logo

chemixnet's Introduction

CheMixNet

CheMixNet is a general-purpose neural network architecture that combines two neural architectures (illustrated below). The first neural architecture is a fully connected multi-layer perceptron network trained on molecular fingerprints. The second neural architecture is trained on SMILES sequences and have 3 choices for their neural architecture:

  1. CNN
  2. RNN (LSTM or GRU)
  3. CNN-RNN (CNN followed by LSTM or GRU)

The proposed architecture performs better than other state of the art architectures such as SMILES2vec, Chemception, ConvGraph etc.

Requirements:

  1. Keras 2.0 or higher
  2. Tensorflow 1.7
  3. RDKit 2017.09.1
  4. Scikit-Learn 0.19.1
  5. Numpy 1.14
  6. Pandas 0.22

List of Files

Core Files

  • chemixnet_util.py : Core module containing CheMixNet architecture
  • run_eval.py : Module for evaluating CheMixNet across datasets
  • dl_util.py : Utility file for running basic deep learning modules
  • rdkit_util.py : Utility file for RDKIT functions (RDKIT is a molecular informatics python library)
  • ml_util.py : Utility file for running basic machine learning modules

Jupyter Notebooks

  • eval_esol.ipynb : Notebook for evaluating the results of CheMixNet on the ESOL dataset
  • eval_hiv.ipynb : Notebook for evaluating the results of CheMixNet on the HIV dataset
  • eval_freesolv.ipynb : Notebook for evaluating the results of CheMixNet on the FreeSolv datasets (Experimental and Calculated)
  • eval_tox.ipynb : Notebook for evaluating the results of CheMixNet on the Tox21 dataset

Additional Files

  • fp_fc.py : Module for fully connected network developed on fingerprints
  • smiles_nn.py: Module for CNN or RNN network on SMILES

Developer Team

The code was developed by the CUCIS group at the Electrical and Computer Engineering Department at Northwestern University.

  1. Arindam Paul ([email protected])
  2. Dipendra Jha ([email protected])
  3. Reda Al-Bahrani ([email protected])
  4. Ankit Agrawal ([email protected])
  5. Wei-keng Liao ([email protected])
  6. Alok Choudhary ([email protected])

Citation

If you use this code or data, please cite:

Arindam Paul, Dipendra Jha, Reda Al-Bahrani, Wei-keng Liao, Alok Choudhary, Ankit Agrawal. CheMixNet: Mixed DNN Architectures for Predicting Chemical Properties using Multiple Molecular Representations. Thirty-second Conference on Neural Information Processing Systems (NIPS), 2018, DOI: https://arxiv.org/abs/1811.08283

Questions/Comments:

email: [email protected] or [email protected]
Copyright (C) 2019, Northwestern University.
See COPYRIGHT notice in top-level directory.

Funding Support

This work was performed under the following financial assistance awards 70NANB14H012 and 70NANB19H005 from U.S. Department of Commerce, National Institute of Standards and Technology as part of the Center for Hierarchical Materials Design (CHiMaD). Partial support is also acknowledged from DOE awards DE-SC0014330, DE-SC0019358.

chemixnet's People

Contributors

paularindam avatar

Stargazers

 avatar

Watchers

 avatar  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.