Skip to content

toshi-k/kaggle-champs-scalar-coupling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle Predicting Molecular Properties

My solution in this Kaggle competition "Predicting Molecular Properties", 19th place.

solution

Acknowledgement

I used xyz2mol to parse molecular structure. source/01_preprocess/xyz2mol.py is forked from below repository.

I employed jo's tips to handle xyz2mol in source/01_preprocess/xyz2mol_jo.py

I used train_ob_charges.csv and test_ob_charges.csv which are output of Alexandre's notebook. Please put them in the input directory when you run my code.

Even though, my solution doesn't depend on chainer-chemistry directly, my implementations are inspired by it.

References

  • Neural Message Passing with Edge Updates for Predicting Properties of Molecules and Materials
    Peter Bjørn Jørgensen, Karsten Wedel Jacobsen, Mikkel N. Schmidt
    https://arxiv.org/abs/1806.03146
  • Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks
    Christopher Morris, Martin Ritzert, Matthias Fey, William L. Hamilton, Jan Eric Lenssen, Gaurav Rattan, Martin Grohe
    https://arxiv.org/abs/1810.02244

About

19th place solution in "Predicting Molecular Properties"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages