Skip to content

pendigits analog of test.c#12

Open
rjp wants to merge 2 commits into
glouw:masterfrom
rjp:pendigits
Open

pendigits analog of test.c#12
rjp wants to merge 2 commits into
glouw:masterfrom
rjp:pendigits

Conversation

@rjp

@rjp rjp commented Apr 11, 2018

Copy link
Copy Markdown

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.)

@glouw

glouw commented Apr 11, 2018

Copy link
Copy Markdown
Owner

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.

@rjp

rjp commented Apr 12, 2018

Copy link
Copy Markdown
Author

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

Comment thread test-pendig.c
{
printf("Could not open %s\n", path);
printf("Get it from the machine learning database: ");
printf("wget http://archive.ics.uci.edu/ml/machine-learning-databases/semeion/semeion.data\n");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it wrog url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants