Skip to content

Neural Message Passing for NMR Chemical Shift Prediction

Notifications You must be signed in to change notification settings

seokhokang/nmr_mpnn_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nmr_mpnn_pytorch

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

Components

  • data/nmrshiftdb2.py - script for data preprocessing
  • run_code.py - script for model training/evaluation
  • dataset.py - data structure & functions
  • model.py - model architecture & functions
  • util.py

Data

Dependencies

  • Python
  • PyTorch
  • DGL
  • RDKit

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages