Karpathy's micrograd, but in C.
Run make
to compile the code. Two executables will be created inside the ./target
directory.
./target/example
runs the same example as in micrograd../target/train_nn
trains an equivalent neural network to the one shown in micrograd's demo.