Unleashing the Magic of Deep Learning
Chronicles of Deep Learning.
Chronicles of Deep Learning.
why we need to know about Deep Learning.
LLMs are, mechanically, a stack of transformer layers predicting one token at a time. Here’s how that simple idea, scaled up, produces something that can hol...
Why updating billions of frozen weights is wasteful, and how a couple of small low-rank matrices can do the job instead.
How routing each input to only a few ‘expert’ sub-networks lets models grow to trillions of parameters without a proportional compute bill.
Before transformers, MoE, or Mamba make sense, you need the fundamentals: what a neuron computes, how a network learns, and why ‘deep’ just means ‘more layer...
An LLM’s knowledge is frozen at training time and crammed into its weights. RAG sidesteps both problems by letting the model look things up instead of memori...
Why attention gets expensive as sequences grow, and how Mamba borrows ideas from control theory to process long sequences in linear time.
Neural networks only understand numbers. Tokenization is the step that turns ‘Hello world’ into something a model can actually compute on — and the choices m...
How the transformer architecture that took over NLP learned to see images, one patch at a time.