AI Understanding Deep Learning Solutions My attempt at an unofficial, comprehensive solution set for the book "Understanding Deep Learning" [In progress]
AI Autodifferentiation We build autodifferentiation (AD) from the ground up. Having a deep understanding of AD is essential for deep learning research.
AI Convoluted Computation [In Progress] A dive into computer vision via Convolutional Neural Networks and how the Winograd Convolution is implemented
AI Multihead Attention [In progress] Implementing Multi-Head Attention and Optimized Matrix Multiplication via Strassen's Algorithm.