ml-cookbook
ml-cookbook copied to clipboard
Machine learning notebooks and code used for demonstration purposes
ml-cookbook 📚🖥️
Welcome to my Machine learning cookbook repository! Here, I keep all of the code that I used for my Medium articles.
Each folder contains notebooks that can be run in the Google Colab for the respective articles.
📁 drug_discovery_with_gnnas
The folder contains notebooks for Medium articles on drug discovery with GNNs
-
Drug Discovery with Graph Neural Networks — part 1 (solubility)
-
Drug Discovery with Graph Neural Networks — part 2 (toxicity)
-
Drug Discovery with Graph Neural Networks — part 3 (explainability)
📁 kmeans_and_gms
The folder contains the code for Gaussian Mixture Models vs K-Means. Which One to Choose? article.
📁 graph_generation
The folder contains the code for articles on graph generation methods.