Skip to content

DataHaskell/nn.h

 
 

Repository files navigation

nn.h

Simple stb-style head-only library for Neural Networks. Created for educational purposes. Not suitable for production.

thumbnail

Quick Start

$ ./build.sh
$ ./img2nn ./mnist/training/8/10057.png

Gym

Gym is a separate GUI app that uses nn.h to pre-train Neural Networks.

Controls

Keys Description
SPACE Toggle pause
r Restart the training

About

Simple stb-style header-only library for Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Shell 1.4%