seokhokang / nmr_mpnn

Neural Message Passing for NMR Chemical Shift Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nmr_mpnn

Tensorflow implementation of the model described in the paper Neural Message Passing for NMR Chemical Shift Prediction

Our PyTorch implementation is available at https://github.com/seokhokang/nmr_mpnn_pytorch

Components

  • preprocessing.py - script for data preprocessing
  • run_train.py - script for model training
  • run_eval.py - script for model evaluation
  • MPNN.py - model architecture
  • util.py

Data

Dependencies

  • Python
  • TensorFlow
  • RDKit
  • NumPy
  • scikit-learn
  • sparse

Citation

@Article{Kwon2020,
  title={Neural message passing for NMR chemical shift prediction},
  author={Kwon, Youngchun and Lee, Dongseon and Choi, Youn-Suk and Kang, Myeonginn and Kang, Seokho},
  journal={Journal of Chemical Information and Modeling},
  volume={60},
  number={4},
  pages={2024-2030},
  year={2020},
  doi={10.1021/acs.jcim.0c00195}
}

About

Neural Message Passing for NMR Chemical Shift Prediction


Languages

Language:Python 100.0%