Go to file
2018-03-28 22:08:19 -07:00
.gitignore working 2018-03-26 14:11:15 -07:00
LICENSE Create LICENSE 2018-03-26 14:12:42 -07:00
main.c cleanup 2018-03-28 22:04:47 -07:00
Makefile rename 2018-03-28 22:05:28 -07:00
README.md README update 2018-03-28 22:08:19 -07:00
Tinn.c cleanup 2018-03-28 22:04:47 -07:00
Tinn.h cleanup 2018-03-28 22:04:47 -07:00

Tinn

Tinn (Tinny Neural Network) is a dependency free ANSI-C feed forward neural network library with one hidden layer back propogation support.

Run the sample:

make; ./tinn