README update

This commit is contained in:
Gustav Louw 2018-03-28 22:08:19 -07:00
parent 7ee52761f5
commit e5a2efe5d8

View File

@ -1,11 +1,8 @@
# Shaper
# Tinn
Shaper learns hand written digits.
Tinn (Tinny Neural Network) is a dependency free ANSI-C feed forward neural network
library with one hidden layer back propogation support.
Get the training data:
Run the sample:
wget http://archive.ics.uci.edu/ml/machine-learning-databases/semeion/semeion.data
Build and run:
make; ./shaper
make; ./tinn