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

provide mini-batch iterator #69

Closed
wants to merge 1 commit into from
Closed

provide mini-batch iterator #69

wants to merge 1 commit into from

Conversation

dirtysalt
Copy link

we could do training in one epoch without using full data set. Sometimes full data set is too large and it takes very long time to do one epoch. By using mini-batch iterator, we could do much more fast one-epoch training and get feedback more quickly.

@dnouri
Copy link
Owner

dnouri commented Jan 28, 2016

I believe that with the addition of partial_fit in #147 there's now a nice enough way to do this. Please open this ticket again if you disagree.

@dnouri dnouri closed this Jan 28, 2016
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.

2 participants