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

Implement batch training #28

Closed
levithomason opened this issue Sep 29, 2015 · 3 comments
Closed

Implement batch training #28

levithomason opened this issue Sep 29, 2015 · 3 comments

Comments

@levithomason
Copy link
Owner

Currently, Anny utilizes "online training" meaning weights are updated for every sample in the training set. "Batch training" is much more effective (weights are updated after each epoch).

https://youtu.be/IruMm7mPDdM?t=13m14s

@levithomason
Copy link
Owner Author

This should be configurable.

@levithomason
Copy link
Owner Author

This is being tested in #62

@levithomason
Copy link
Owner Author

Batch training improvements were not realized. This PR has been closed for now.

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

1 participant