Skip to content
/ nmp_qc Public
forked from priba/nmp_qc

Neural Message Passing for Computer Vision

License

Notifications You must be signed in to change notification settings

skrsna/nmp_qc

This branch is 12 commits ahead of priba/nmp_qc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df71415 · Jul 19, 2018
Jun 20, 2018
Apr 24, 2017
Jun 20, 2018
Jul 2, 2018
Jul 2, 2018
Jun 20, 2018
May 22, 2017
May 23, 2017
Apr 19, 2017
May 5, 2017
Jun 20, 2018
May 29, 2017
Jun 20, 2018
May 26, 2017
May 29, 2017
May 29, 2017
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018

Repository files navigation

Neural Message Passing for Quantum Chemistry

Implementation of different models of Neural Networks on graphs as explained in the article proposed by Gilmer et al. [1].

Installation

$ pip install -r requirements.txt
$ python main.py

Installation of rdkit

Running any experiment using QM9 dataset needs installing the rdkit package, which can be done following the instructions available here

Data

The data used in this project can be downloaded here.

Bibliography

Cite

@Article{Gilmer2017,
  author  = {Justin Gilmer and Samuel S. Schoenholz and Patrick F. Riley and Oriol Vinyals and George E. Dahl},
  title   = {Neural Message Passing for Quantum Chemistry},
  journal = {CoRR},
  year    = {2017}
}

Authors

About

Neural Message Passing for Computer Vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.7%
  • Python 13.8%
  • Jupyter Notebook 10.5%