tinn icon indicating copy to clipboard operation
tinn copied to clipboard

pendigits analog of `test.c`

Open rjp opened this issue 6 years ago • 2 comments

Extra test example using http://archive.ics.uci.edu/ml/machine-learning-databases/pendigits/ showing scaling of input values and conversion of single output value into a {0,1} vector (because otherwise it doesn't work all that well.)

rjp avatar Apr 11 '18 21:04 rjp

It may be simpler to separate the other training data into 90% train and 10% test. One can do so with head and tail in unix.

glouw avatar Apr 11 '18 22:04 glouw

I don’t think I quite follow - this is a different example with the pendigits data, not a tweaking of the semeion data.

rjp avatar Apr 12 '18 03:04 rjp