The AI/ML Blog

Deep dives, tutorials, and insights on building real-world AI systems.

EMOTIONS
Computer Vision September 8, 2025

87% Accuracy on FER-2013: Transfer Learning Tricks That Actually Work

A practical walkthrough of the hyperparameter choices, augmentation strategies, and architecture decisions that pushed my micro-expression classifier past the 85% barrier.

MLOPS
MLOps August 20, 2025

From Notebook to Production: Containerizing ML Models with Docker in 30 Minutes

A step-by-step guide to packaging your trained PyTorch model in a Docker container, exposing a FastAPI inference endpoint, and deploying to AWS EC2.

TUTORIAL
Tutorial July 5, 2025

MLflow From Zero: Track Every Experiment Without Losing Your Mind

Why MLflow is non-negotiable for ML projects and how to set it up in under 20 minutes. Covers experiment tracking, model registry, and artifact logging with real code examples.

LLMs
LLMs & RAG June 12, 2025

LangChain Agents vs Chains: When to Use Each (With Real Examples)

Demystifying the confusion around LangChain's core abstractions — practical decision criteria for choosing between simple chains and autonomous agents for your AI application.