AlbertoGP / nn.h

Simple stb-style head-only library for Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ./mnist/training/6/10032.png

About

Simple stb-style head-only library for Neural Networks

License:MIT License


Languages

Language:C 99.3%Language:Shell 0.7%