The Blog

Notes on AI & cheminformatics

Hands-on notebooks, cheatsheets and explorations in machine learning, RDKit, graph learning and drug discovery.

2025
2020
My RDKit Cheatsheet
Apr 6, 2020 14 min read

My RDKit Cheatsheet

Cheatsheet for RDKit package in python: (1) Draw molecules in jupyter enviroment; (2) use with Pandas Dataframe (3) Descriptors/Fingerpri...

CheatsheetRDKit
2019
DGL Walkthrough 01: Data
Dec 21, 2019 19 min read

DGL Walkthrough 01: Data

A walk through of DGL library. Deep Graph library (DGL) is a Python package built for easy implementation of graph neural network model f...

DGLGraph Neural Networks