- this is a guild to create simple Neuron Network by following Andrej Karpathy's series: Neural Networks:Zero to Hero:
- Build a Model from scratch with Mathematical operators in Python
- To clearly understand how Gradient Descent and Backpropagation work under the hood:
- The Value class is the core of this project, which includes Mathematical Operations
- The MLP class is to help to build multi-layer Perceptron