Level Up: AlexNet, DeepSeek R1, & Linear Algebra Badges! 🚀

I’m starting the weekend strong with 3 new badges on Deep-ML! This round was particularly diverse, covering everything from the foundations of math to the cutting edge of reasoning models.

🏅 New Certifications

Badge Collection Credential ID
AlexNet Badge AlexNet DMLBADGE-ALEXNET-ml1zdmvv
DeepSeek R1 Badge DeepSeek R1 DMLBADGE-DEEPSEEKR1-ml2el72l
Linear Algebra Badge Linear Algebra DMLBADGE-LINEARALGEBRA-ml26pmzq

💡 What I Learned

This batch of challenges really stretched my understanding in different directions:

📐 Linear Algebra: The Foundations

Revisiting Vector Spaces and diving deep into SVD (Singular Value Decomposition) and PCA (Principal Component Analysis) was refreshing. It’s easy to forget the pure math when you’re deep in PyTorch tensors, but proving these concepts from scratch really solidified my intuition for why they work.

🧠 DeepSeek R1: Reasoning & RL

This was the most intimidating part—the math behind Reinforcement Learning (RL) can be scary! But working through the DeepSeek R1 collection helped me demystify concepts like KL Divergence. It was satisfying to understand the mathematical guardrails that keep reasoning models on track.

🏛️ AlexNet: The Classic

Implementing the components of AlexNet was a great history lesson. It’s amazing to see how the choices made in that architecture paved the way for the modern ConvNets we use today.


My journey on Deep-ML continues!




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Scaling LLMs: MoE Routing & JAX Parallelism on TPU
  • GPUs for LLMs: The Same Rooflines, Different Numbers
  • TPU Profiling: When Math Meets Reality
  • Serving LLaMA 3-70B: From Theory to Production Numbers
  • Transformer Inference: Two Problems in Disguise