My notes / resources as I learn stuff.
Note
From Transformers to GPT
Building GPT using the plain transformer as the central module.
Note
Transformer Architecture
(Multi-head) attention + the basic transformer architecture.
Note
Convolutional Neural Nets
Implementing a conv2d layer from scratch.
Note
Autograd
How does autograd work?
Note
Cross-Entropy Loss
Justifying cross-entropy loss.
Note
Eigenvectors & Systems of ODEs
How to solve a system of ODEs with eigenvectors, and why eigenvectors are even relevant.
Resource
Huffman Coding Tree Visualizer
Simple huffman coding tree visualizer.
Note
Neural Network Derivation
Forward and backprop in an FNN.
Note
Coordinate Matrix
Finding the coordinate matrix of a linear map.
Note
Rank-Nullity Theorem
Rank-Nullity through the lens of injectivity.
Note
Nullspace
A more intuitive view on the nullspace.
Note
Discrete Fourier Transform
Along with its applications in drawing images.
Resource
Neural Network Game
Try and fit functions (ℝ^2 -> ℝ) with your own hand-crafted neural networks.