Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pendigits analog of test.c #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

pendigits analog of test.c #12

wants to merge 2 commits into from

Conversation

rjp
Copy link

@rjp rjp commented Apr 11, 2018

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
Copy link
Owner

glouw commented Apr 11, 2018

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
Copy link
Author

rjp commented Apr 12, 2018

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

{
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

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.

None yet

3 participants