AI Dynamics

Global AI News Aggregator

About

Micrograd: 94 Lines to Train Neural Networks

These 94 lines of code are everything that is needed to train a neural network. Everything else is just efficiency. This is my earlier project Micrograd. It implements a scalar-valued auto-grad engine. You start with some numbers at the leafs (usually the input data and the

→ View original post on X — @karpathy