What You Must Know About NLP/LLM

Each generation of NLP tech solved the previous one’s problem and created a new one. This is that chain, from counting words to modern transformer variants, with what each choice costs you.

September 18, 2026 · 32 min · Abdullah Al Mamun

Every ML Model You Must Know

Which model for which problem, what each one is really doing under the hood, and where each breaks. Written for engineers shipping models and sitting interviews, not for a syllabus.

September 17, 2026 · 21 min · Abdullah Al Mamun

All About Optimization: From Gradient Descent to Muon

How models actually get trained: the optimizer family tree, why Adam won and where it loses, the schedule and warmup decisions that matter more than the optimizer choice, and the practical machinery (clipping, accumulation, checkpointing, sharded states) that shows up in real training runs.

September 15, 2026 · 23 min · Abdullah Al Mamun

Every Activation Function You Need to Know

Which activation to use where, why ReLU replaced sigmoid, why transformers moved to GELU and SwiGLU, and the failure modes (dead units, saturation, non-zero-centered outputs) interviewers ask you to diagnose.

September 11, 2026 · 14 min · Abdullah Al Mamun

Every Loss Function You Must Know as an ML Engineer

A scannable reference for ML interviews: which loss to use for which task, why it works, when it breaks, the PyTorch gotchas that cause real bugs, and how to answer the question every interviewer asks.

September 10, 2026 · 25 min · Abdullah Al Mamun

The Evaluation of RecSys, Part 3: The Deep Learning Era (NCF, Wide & Deep, DeepFM, DIN, DLRM, AdaTT)

Part 3 of the series: how DNNs transformed RecSys from 2016 onward. NCF, Wide & Deep, DeepFM, DIN, DLRM, and AdaTT. Architectures, intuition, and where each shines.

March 12, 2025 · 11 min · Abdullah Al Mamun

The Evaluation of RecSys, Part 1: From Content-Based Filtering to Matrix Factorization

Part 1 of a 4-part series tracing how RecSys evolved from content-based filtering through collaborative filtering to matrix factorization, and where each technique falls short, setting up the next breakthrough.

March 1, 2025 · 6 min · Abdullah Al Mamun