Code Monkey home page Code Monkey logo

activation_energy_prediction's Introduction

Activation energy prediction using Multi-Layered Perceptrons

This repository deals with the task of predicting activation energy of reactions from fixed-width vector representations ("fingerprints") of the reactant and product molecules from their SMILES (Simplified Molecular Input Line-Entry System) representations. Simple regression models such as linear, ridge, LASSO and support vector regression are compared against more advanced models like random forests, gradient-boosted random forests and multi-layered perceptrons.

Two datasets are used in this study:

  1. Grambow et al (2020) (https://www.nature.com/articles/s41597-020-0460-4)
  2. Reaction Graph Depth (RGD) Dataset (https://engineering.purdue.edu/savoiegroup/data+code.html)

Dependencies

pytorch
pytorch-lightning
hydra
scikit-learn
xgboost
seaborn
matplotlib
numpy
rdkit
joblib

To run, first create the environment using either pip or conda (using requirements.txt or environment.yml, respectively, from the environment directory of this repo). Then, to run linear regression on the Grambow dataset with the default settings, run

python run_sklearn.py

To run regression with the PyTorch MLP using the default settings, run

python run_pytorch.py

This project uses Hydra (https://github.com/facebookresearch/hydra) for configuration management. To learn more on how to use Hydra, please refer to documentation in Hydra's GitHub page.

activation_energy_prediction's People

Contributors

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