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

Ability to Shuffle Data Before Each Epoch #13

Closed
cancan101 opened this issue Dec 29, 2014 · 5 comments
Closed

Ability to Shuffle Data Before Each Epoch #13

cancan101 opened this issue Dec 29, 2014 · 5 comments

Comments

@cancan101
Copy link
Contributor

This will improve SGD and deal with missing residual data.

See #11 (comment).

@cancan101
Copy link
Contributor Author

Aside from the dropping residual data, at the very least, you probably want the docs to indicate that the fit expects Xto be shuffled in advance. Otherwise SGD will perform oddly.

@cancan101
Copy link
Contributor Author

This is what I have so far. LMK what you think: cancan101@00c2ce9

@dnouri
Copy link
Owner

dnouri commented Jan 23, 2015

Here's another implementation: #27 (comment)

@run2
Copy link

run2 commented Jan 23, 2015

Ah! I see this was raised before. Great! So I learned it the hard way :)

@dnouri
Copy link
Owner

dnouri commented Feb 9, 2015

Lots of overlap with this and #36. Suggest we continue the discussion there.

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

No branches or pull requests

3 participants