Skip to Content
MethodsMethods Tutorials

Methods Tutorials

Hands-on tutorials for ML methods used in science.

Graph Neural Networks

TutorialTopicsFormat
DeepChem Tutorials GNNs, molecular graphsJupyter
PyTorch Geometric General GNN tutorialsColab

Transformers & LLMs

TutorialTopicsFormat
Transformers for Chemistry LLMs in chemistry/materialsJupyter
Neural Networks for Chemists NN fundamentalsJupyter

Active Learning

TutorialTopicsFormat
Practical Cheminformatics Active learning for drug discoveryJupyter

Running Tutorials

conda create -n methods python=3.10 conda activate methods # Core ML pip install torch scikit-learn jupyter # For GNNs pip install torch-geometric # For chemistry/materials pip install deepchem rdkit