micrograd alternatives
Micrograd is a minimalistic autograd framework that implements backpropagation over a dynamically constructed DAG. It includes a small neural network library with a PyTorch-like API, both written in a few lines of code. The framework is designed for educational purposes and enables the construction of deep neural networks for binary classification tasks.