mirror of
https://github.com/glouw/tinn
synced 2024-11-22 06:21:44 +03:00
README update
This commit is contained in:
parent
7ee52761f5
commit
e5a2efe5d8
13
README.md
13
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user