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

Use more advanced learning algorithm #27

Open
levithomason opened this issue Sep 29, 2015 · 1 comment
Open

Use more advanced learning algorithm #27

levithomason opened this issue Sep 29, 2015 · 1 comment

Comments

@levithomason
Copy link
Owner

Momentum will improve learning. Save the previous weight value before updating it as it will be used in the momentum calcuation on the next learning cycle.

https://youtu.be/IruMm7mPDdM?t=12m32s

@levithomason levithomason changed the title Implement momentum into training Use more advanced learning algorithm Sep 29, 2015
@levithomason
Copy link
Owner Author

RProp proves orders of magnitude more efficient at navigating the error surface. Pretty exciting:

https://www.youtube.com/watch?v=Cy2g9_hR-5Y

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