You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny autograd engine and neural network library in scratch Python. Micrograd implements backpropagation for scalar values, enabling training of neural networks with automatic differentiation.