Skip to content
forked from blackmints/3DGCN

Three-Dimensionally Embedded Graph Convolutional Network (3DGCN) for Molecule Interpretation

License

Notifications You must be signed in to change notification settings

sailfish009/3DGCN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DGCN: Three-Dimensionally Embedded Graph Convolutional Network

This is a implementation of our paper "Three-Dimensionally Embedded Graph Convolutional Network for interpreting spatial topology of molecules":

Hyeoncheol Cho, Insung S. Choi, Three-Dimensionally Embedded Graph Convolutional Network (3DGCN) for Molecule Interpretation

Requirements

  • Tensorflow
  • Keras
  • RDKit

Datasets

  • FreeSolv
  • ESOL (= delaney)
  • BACE
  • HIV

Note that bace and bace_rotated in the code correspond to BACE_algn and BACE on paper, respectively.

Experiments

See the experiment folder for training and evaluation demos of a 3DGCN model on three datasets.

Cite

If you use 3DGCN in your research, please cite:

@article{cho2018three,
  title={Three-Dimensionally Embedded Graph Convolutional Network (3DGCN) for Molecule Interpretation},
  author={Cho, Hyeoncheol and Choi, Insung},
  journal={arXiv preprint arXiv:1811.09794},
  year={2018}
}

About

Three-Dimensionally Embedded Graph Convolutional Network (3DGCN) for Molecule Interpretation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%