Embeddings: Representation Layer of AI

Embeddings are the layer under search, ads ranking, recommendation and RAG. How they are built, how you compare them, and how you search a billion of them fast.

September 19, 2026 · 16 min · Abdullah Al Mamun

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

Understand the Metrics Before You Build the Model

A practical map of ML metrics across four layers (offline, online, infra, business) and every model type from logistic regression to LLM agents, with the failure modes that make a good-looking number meaningless.

September 16, 2026 · 16 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 2: Factorization Machines and XGBoost

Part 2 of the series: how Factorization Machines generalized MF to arbitrary features, how XGBoost handled non-linear ranking, and the limitations that pushed the field toward deep neural networks.

March 11, 2025 · 8 min · Abdullah Al Mamun