Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 614 Bytes

README.MD

File metadata and controls

18 lines (12 loc) · 614 Bytes

nn.h

nn.h is a Simple stb-style head-only library for implementing nueral networks

img Comes with better memory managment making it much faster than traditional tools used in modern deep learning toolkit

Quick start

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

Sailent Features