From 01e075b78c7779b413acd6428020abac72e1a000 Mon Sep 17 00:00:00 2001 From: Gustav Louw Date: Tue, 10 Apr 2018 18:46:22 -0700 Subject: [PATCH] README update --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a722957..6765f8d 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,13 @@ At the end of the line 10 digits signify the digit: This gives 10 outputs to the neural network. The test program will output the accuracy for each digit. Expect above 99% accuracy for the correct digit, and less that 1% accuracy for the other digits. + +# Disclaimer + +Tinn is not a fully featured neural network C library like Kann, or Genann: + + https://github.com/attractivechaos/kann + + https://github.com/codeplea/genann + +Tinn is minimal and easy to digest.