diff --git a/test.c b/test.c index f1ec763..a6a5f3c 100644 --- a/test.c +++ b/test.c @@ -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.