Skip to content
/ nn.h Public
forked from tsoding/nn.h

Simple stb-style header-only library for Neural Networks

License

Notifications You must be signed in to change notification settings

mykopan/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
$ ./adder_gen
$ ./gym ./adder.arch ./adder.mat

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 99.1%
  • Shell 0.9%