mirror of
https://github.com/glouw/tinn
synced 2024-11-21 22:11:21 +03:00
little doc
This commit is contained in:
parent
dd240c2fed
commit
63ba88bbb8
2
test.c
2
test.c
@ -125,6 +125,8 @@ static Data build(const char* path, const int nips, const int nops)
|
|||||||
return data;
|
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()
|
int main()
|
||||||
{
|
{
|
||||||
// Tinn does not seed the random number generator.
|
// Tinn does not seed the random number generator.
|
||||||
|
Loading…
Reference in New Issue
Block a user