GNNs For Chemists
May 14, 2026 · View on GitHub
GNNs For Chemists
Implementations of different graph neural networks (GNNs) from scratch for Chemists
Project Description
This repository serves as an educational resource for chemists and researchers interested in applying Graph Neural Networks to chemical problems. Each notebook progressively builds upon fundamental concepts, from basic graph representation of molecules to advanced molecular property prediction models.
Prerequisites
To get the most out of this tutorial series, you should have:
- Python: Basic to intermediate Python programming skills
- Chemistry: Fundamental understanding of molecular structures and properties
- Machine Learning: Basic familiarity with neural network concepts
- Mathematics: Basic understanding of linear algebra and calculus fundamentals
- Packages: Familiarity with PyTorch, NumPy, and RDKit (installation instructions provided in notebooks)
No prior experience with graph neural networks is required - we build the concepts from the ground up!
Resources
Core Tutorial Sequence
The following notebooks (01, 02, 03, ...) form the main learning path and are essential for understanding GNN fundamentals:
Supplementary Deep-Dive Notebooks
These notebooks (01.1, 01.2, ...) provide additional details and advanced topics that complement the main series:
Contributing
Contributions are welcome! Please see CONTRIBUTIONS.md for guidelines on how to contribute.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Citation
If you use this repository in your research, please cite it as:
@misc{gnns_for_chemists,
author = {Fooladi, Hosein},
title = {GNNs For Chemists: Implementations of Graph Neural Networks from Scratch for Chemical Applications},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/HFooladi/GNNs-For-Chemists}},
note = {Educational resource for chemists, pharmacists, and researchers interested in applying Graph Neural Networks to chemical problems}
}