little doc

This commit is contained in:
Gustav Louw 2018-04-10 19:00:08 -07:00
parent dd240c2fed
commit 63ba88bbb8
1 changed files with 2 additions and 0 deletions

2
test.c
View File

@ -125,6 +125,8 @@ static Data build(const char* path, const int nips, const int nops)
return data;
}
// This example learns hand written digits.
// Be sure to first get the training data from http://archive.ics.uci.edu/ml/machine-learning-databases/semeion/semeion.data
int main()
{
// Tinn does not seed the random number generator.