minorgrad Pytorch-like src for educational purposes faster than karpathy/micrograd (cuz vectorization) simpler than geohot/tinygrad Installation git clone https://github.com/aengusng8/minorgrad.git cd minorgrad Correctness of the framework python test/assert_allclose.py 97% accuracy on MNIST? python test/mnist.py