- Created May 2025.
- Coded in Python.
- inspired by: https://github.com/karpathy/micrograd/tree/master
- Implements: Scalar-based reverse-mode autodiff
- A simple neural network (MLP) from scratch
- Optimizers: SGD, Adam (in progress)
- Visualization: Graph of computations
- No dependencies: Pure Python + math