Skip to content

seokhokang/reaction_yield_nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reaction_yield_nn

PyTorch implementation of the model described in the paper Uncertainty-Aware Prediction of Chemical Reaction Yields with Graph Neural Networks

Components

  • data/* - dataset files used
  • data/get_data.py - script for dataset file generation
  • model/* - model files used
  • 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{Kwon2022,
  title={Uncertainty-aware prediction of chemical reaction yields with graph neural networks},
  author={Kwon, Youngchun and Lee, Dongseon and Choi, Youn-Suk and Kang, Seokho},
  journal={Journal of Cheminformatics},
  volume={14},
  pages={2},
  year={2022},
  doi={10.1186/s13321-021-00579-z}
}

About

Uncertainty-aware prediction of chemical reaction yields with graph neural networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages