5 Minutes of Fame

In the Czodrowski lab (www.czodrowskilab.org) group meeting, we started a session "5 Minutes of Fame". Here, we update each other about any sort of (scientific/technological) news that might be of interest to the group.

Content

Quantum Mechanics

Date: 2022-07-22
Author: Paul Czodrowski
Description: Quantum mechanics and analytical chemistry courses ported to Jupyter notebooks. One more thing: Blog entry by Derek Lowe

Tikzplotlib

Date: 2022-06-24
Author: Luca Kröll
Description: Short introduction to TikZ package in LaTeX and tikzplotlib tool for Python. Fascilitates making graphs and figures for LaTeX documents.

Decision Tree Classifier

Date: 2022-06-10
Author: Katharina Alker
Description: This notebook describes how to apply a DecisionTreeClassifier with the implemented algorithm of scikit-learn, which can be found on https://scikit-learn.org/stable/modules/tree.html. Including overtraining plot and visualisation of the important features using the example of morgan fingerprints.

(How to) Use Cohen's kappa for your binary classification models!

Date: 2022-05-06
Author: Aishvarya Tandon
Description: This notebook introduces you to Cohen's kappa and how to incorporate it with your binary classification model workflow. It's use with k-fold cross-validation and Optuna hyperparameter optimization is also discussed.

Streamlit

Date: 2022-04-29
Author: Helge Vatheuer

OpenAI and Phrasebank

Date: 2022-04-08
Author: Son Ha
Description: 1) OpenAI Gym is a collection of Reinforcement Learning environment for you to train your RL algorithm. 2) Academic Phrasebank is a collection of academic sounding phrases you can use for your report/paper.

Track Optuna Hyperparameter Tuning with MLflow

Date: 2022-03-18
Author: Marcel Baltruschat
Description: This notebook shows how you can do hyperparameter tuning with Optuna and track the results with MLflow. It includes examples for automatic logging together with scikit-learn as well as manual logging with PyTorch.

molplotly

Date: 2022-03-11
Author: Prof. Dr. Paul Czodrowski

CReM - chemically reasonable mutations

Date: 2022-02-25
Author: Julien Hazemann

OpenMM PyMol

Date: 2022-02-18
Author: Frederik Götz

Bunte Tüte

Date: 2022-02-10
Author: Helge Vatheuer

Quick intro to Optuna

Date: 2022-02-04
Author: Aishvarya Tandon
Description: This notebook introduces you to Optuna and provides cheminformatics examples for its usage.

GNN Interpretability

Date: 2022-01-28
Author: Marcel Baltruschat
Description: This notebook explores PyTorch Captum and GNNExplainer integrated in PyTorch Geometric to make Graph Neural Networks interpretable and more understandable. As an example, a GNN classification model for dividing compounds in two classes according to their mutagenic effect on a bacterium is examined.

Graph Classification with Graph Neural Networks

Date: 2022-01-21
Author: Son Ha
Description: This Notebook goes through how to construct a simple Graph Neural Network with PyTorch Geometric.

Dynamut Omicron Mpro with P132H mutation

Date: 2021-12-17
Author: Julien Hazemann

AiZynthFinder

Date: 2021-12-17
Author: Julien Hazemann

Data Visualisation Catalogue

Date: 2021-11-12
Author: Juliana Gretz

Generating a SARS-CoV Mpro chemical space with Reinvent

Date: 2021-11-05
Author: Julien Hazemann

Regex Cheatsheet

Date: 2021-10-08
Author: Juliana Gretz

Pyro Showcase

Date: 2021-09-24
Author: Son Ha
Description: This notebook showcases some implementation of Pyro, a library built on PyTorch to facilitate your need for deep neural network statistical modeling.

mols2grid

Date: 2021-09-02
Author: Prof. Dr. Paul Czodrowski

Impact of chemical transformations on the hERG inhibition

Date: 2021-08-27
Author: Julien Hazemann

Load and write Pandas Dataframe faster, securely and efficiently with Parquet

Date: 2021-08-20
Author: Aishvarya Tandon
Description: In this notebook, I compare different dataframe saving and reading techniques, with the focus on parquet. I show that using parquet to save and read big dataframes has advantages over other methods.

DeepFrag

Date: 2021-07-23
Author: Helge Vatheuer

Speed Up Cheminformatics

Date: 2021-07-16
Author: Marcel Baltruschat
Description: This notebook shows possibilities to speed up cheminformatics using NVIDIA® RAPIDS and Python Multiprocessing. This example includes exploring chemical space, calculating fingerprints, perform clustering or train machine learning models.

Covid-19 Moonshot

Date: 2021-07-09
Author: Prof. Dr. Paul Czodrowski

What's new in Python 3.8 and 3.9

Date: 2021-02-04
Author: Marcel Baltruschat
Description: This notebook shows a quick summary of some interesting and useful new features introduced in Python 3.8 and 3.9.