Link: https://github.com/STSonyThomas/neural_micrograd
Built a neural network from scratch aiding in visualization of how neural networks make use of *backpropagation* to train on a set of data. Created the backpropagation algorithm by self.
Planning on building PyTorch from scratch :) Let's see how that goes.