Latest Posts
2025
-
Apr 02 2025 →
Deep Dive Into Important Papers of Deep Learning
Deep Dive Into Important Papers of Deep Learning
An exploration of foundational papers that shaped the field of deep learning, with insights into their innovations and lasting impact on AI research and applications.
-
Feb 19 2025 →
Implementing LLaMA3 in 100 Lines of Pure Jax
Implementing LLaMA3 in 100 Lines of Pure Jax
A technical walkthrough of implementing the core components of LLaMA3 using JAX in under 100 lines of code, with optimizations and performance insights.
-
Jan 03 2025 →
Whalegrad 🐳: A Lightweight Deep Learning Library in C
Whalegrad 🐳
A lightweight deep learning library written in C with a focus on efficiency and minimal dependencies. Designed for both educational and production use cases.
2024
-
Aug 06 2024 →
Image Caption Generator Using LSTM with Attention and CNN
Image Caption Generator
A detailed explanation of building an image caption generator combining convolutional networks and attention-based LSTMs, with code examples and architecture diagrams.
-
Feb 03 2024 →
Whalegrad 🐳: A Lightweight Deep Learning Library in C
Whalegrad 🐳
A lightweight deep learning library written in C designed for educational purposes with clean, readable implementations of core neural network operations.