- building micrograd with python, backpropagation in Neural Networks from scratch (both manual gradient descent and auto grad)
- building a multiple layer perceptron
- a Neural network that can accurately predict y values given array of x values
- Building a neuron
- Building a layer
- build a multiple layer perceptron
- used the torch libary to compare results