Learning in public

ML Journey

Courses, experiments, and notes as I go deeper into machine learning.

course2024

Machine Learning Specialization

Worked through supervised learning, neural networks, and best practices for real-world ML systems.

Learn more
project2024

Sentiment Classifier

Built and deployed a small text-classification model with a React frontend and a FastAPI inference endpoint.

Learn more
note2025

Notes: Transformers from Scratch

A running set of notes implementing attention and a tiny transformer to understand the internals.