README update

This commit is contained in:
Gustav Louw 2018-04-10 18:46:22 -07:00
parent 9c5ce9da9c
commit 01e075b78c
1 changed files with 10 additions and 0 deletions

View File

@ -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 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 accuracy for each digit. Expect above 99% accuracy for the correct digit, and
less that 1% accuracy for the other digits. 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.