Notebooks
A collection of my hands-on Colab notebooks, from ML fundamentals to LLMs and agents..
You can not access my notebooks if you don't have permission. You can email me at: mpoliti08@gmail.com
The first NLP notebook (and few others) can be accessed by anyone. So you can still check my work! 😉
General
Machine Learning
- learn-from-data
- numpy-tutorial
- linear-regression-and-gradient-descent
- multi-linear-regression
- titanic-problem
- ensemble-learning
- mlp-from-scratch
Computer Vision
Basic NLP
- Deep Learning Theory and PyTorch Introduction ✅
- Building a Custom MLP from Scratch
- Non-contextual embeddings: Word2Vec, Skip-Gram, GloVe
- NLP with spaCy
Advanced NLP
- Building a Transformer Architecture
- Intro to the Transformers Library by HuggingFace
- Adaptive and Fine-tuning BERT
- Fine tuning BERT with PyTorch
- CLIP: a Multimodal Model
- Train BERT and convert to ONNX
Generative AI
- generative-adversarial-networks-with-pytorch
- develop-applications-powered-by-LLM-with-LangChain
- Simple implementation of self-attention