Writing
Essays on machine learning architecture, GPU efficiency, and neural network optimization.
2026.07.12•GPU Programming
Writing Custom Triton Kernels for Memory-Efficient Attention
An in-depth look into GPU memory bandwidth bottlenecks, tile scheduling, and writing custom block-level kernels using OpenAI's Triton compiler.
Monograph↗
2024.11.14•Machine Learning
Beyond Bigger Models: EfficientNet’s Smart Approach to Scaling Neural Networks
An exploration of how EfficientNet revolutionized neural network scaling by replacing arbitrary depth/width expansion with compound scaling (phi).
Medium↗
2024.10.28•Deep Learning
Understanding Vanishing and Exploding Gradient Problems
A deep mathematical look into gradient instability during backpropagation in deep neural networks and recurrent architectures.
Medium↗
2024.09.19•Computer Vision
Deep Residual Learning for Image Recognition: A Fresh Look
Analyzing ResNet skip connections, residual formulation F(x) + x, and how identity mappings enable training deep architectures without degradation.
Medium↗