From 8522ff336fda98ae9ead05315ed5fbcd9d336b24 Mon Sep 17 00:00:00 2001 From: Gustav Louw Date: Fri, 30 Mar 2018 13:12:51 -0700 Subject: [PATCH] README update --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b514b58..7ff2ff5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](img/logo.PNG) -Tinn (Tiny Neural Network) is a dependency free ANSI-C neural network library. +Tinn (Tiny Neural Network) is a dependency free neural network library written in C99. #include "Tinn.h" #include @@ -23,10 +23,14 @@ Tinn (Tiny Neural Network) is a dependency free ANSI-C neural network library. return 0; } -For a demo, get some data: +For a quick demo, get some training data: wget http://archive.ics.uci.edu/ml/machine-learning-databases/semeion/semeion.data -And then build and run the test sample: +And if you're on Linux / MacOS just build and run: make; ./tinn + +If you're on Windows it's: + + mingw32-make & tinn.exe