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

More Trainers #26

Open
1 of 3 tasks
truell20 opened this issue Mar 24, 2016 · 3 comments
Open
1 of 3 tasks

More Trainers #26

truell20 opened this issue Mar 24, 2016 · 3 comments
Assignees

Comments

@truell20
Copy link
Member

truell20 commented Mar 24, 2016

  • Adadelta
  • Adagrad
  • RMSProp
@truell20
Copy link
Member Author

Adadelta done

@truell20
Copy link
Member Author

truell20 commented Apr 29, 2016

Its super easy to add new trainers now. Checkout the backpropagation source: https://github.com/FidoProject/Fido/blob/master/src/Backpropagation.cpp. The main method to override is just getChangeInWeight();

@truell20
Copy link
Member Author

Details the math of the trainers: http://caffe.berkeleyvision.org/tutorial/solver.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant