From e5a2efe5d8adc9d0461a3e526cb142cba951696f Mon Sep 17 00:00:00 2001 From: Gustav Louw Date: Wed, 28 Mar 2018 22:08:19 -0700 Subject: [PATCH] README update --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2ac120e..523ec6f 100644 --- a/README.md +++ b/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