nn.h is a Simple stb-style head-only library for implementing nueral networks
Comes with better memory managment making it much faster than traditional tools used in modern deep learning toolkit
$ ./build.sh
$ ./img2nn ./mnist/training/8/10057.png ./mnist/training/6/10032.png
- Forward-Forward Algorithm - to train neural nets without backpropogration
- AlphaTensor - Perform more efficient matrix multiplication