Fido icon indicating copy to clipboard operation
Fido copied to clipboard

More Trainers

Open truell20 opened this issue 8 years ago • 3 comments

  • [x] Adadelta
  • [ ] Adagrad
  • [ ] RMSProp

truell20 avatar Mar 24 '16 21:03 truell20

Adadelta done

truell20 avatar Apr 23 '16 18:04 truell20

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 avatar Apr 29 '16 15:04 truell20

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

truell20 avatar Apr 30 '16 01:04 truell20