A crude C++ implementation of @karpathy micrograd framework. Aka:
- engine.hpp: Mathematical expression relation builder with backwards propagating gradient descent (partial derivatives).
- nn.hpp: A simple neural net framework built using the engine.
Example use is demonstrated within tests.cpp