README.md

February 14, 2026 · View on GitHub

AI4Chemistry course

The Artificial Intelligence (AI) for Chemistry course will be taught in Spring 2023. It is a course with a lot of hands-on exercises. Experience in Python programming and machine learning (ML) will help you to get up to speed quickly, but we will try to make it as accessible as possible.

We will make use of Google Colab to run the code directly in your browser, as there is zero configuration required and we will have access to GPUs free of charge.

A lot of the examples and ideas in this course are taken from the open-source community, which we will properly reference.

Contributors

This course is being created by the LIAC team. Many thanks to all the TAs:

And all the old TAs participating to the creation of the notebooks:

Tentative content

  • Python Crash Course & essential libraries (matplotlib, numpy, pandas)
  • Cheminformatics toolkits (rdkit)
  • Introduction into data science
    • Supervised machine learning (regression, classification)
    • Unsupervised machine learning
    • Data and standardisation
  • Deep Learning for Chemistry
    • Property prediction models
    • Inverse Design [@sanchez2018inverse]
    • Reaction prediction and retrosynthesis [@schwaller2022machine]
  • Advanced topics in AI for Chemistry
    • Bayesian optimisation for chemical reactions

Exercises

WeekTopicLink to Colab
1Python and JupyterOpen In Colab
PandasOpen In Colab
Plotting dataOpen In Colab
Intro to RDKitOpen In Colab
2Supervised MLOpen In Colab
3Introduction to Deep LearningOpen In Colab
Graph Neural NetworkOpen In Colab
GNN example - chempropOpen In Colab
4Dimensionality reductionOpen In Colab
ClusteringOpen In Colab
Pd dimers discovery by kMeansOpen In Colab
5De novo molecule generation (VAE)Open In Colab
6De novo molecule generation (SMILES-LSTM)Open In Colab
7Chemical reactions prediction: Template-free methodsOpen In Colab
8Retrosynthesis: Template-based methodsOpen In Colab
9Atom mappingOpen In Colab
Reaction fingerprintsOpen In Colab
10Bayesian OptimisationOpen In Colab
11Model deployment: Git(hub)Open In Colab
Model deployment: StreamlitOpen In Colab
12Guest lecture: TBDOpen In Colab

The solutions can be found in this GitHub repo. Don't forget to leave a star, if you find it useful.

Inspiration

The cheminformatics and ML for chemistry have a lively open source community. Here is a collection of inspirational blogs and webpages, from which we discuss examples:

Cheminformatics / ML for Chemistry

AI for Science

ML & Data Science

Check them out and don't forget to leave a star on GitHub and follow the authors on Twitter, if you like the content. Those blogs and webpages have all helped me during the creation of this course (and also before, when I was learning about ML for Chemistry).

Tweets

{{< tweet pschwllr 1629098793399472130 >}}