Fido
Fido copied to clipboard
More Trainers
- [x] Adadelta
- [ ] Adagrad
- [ ] RMSProp
Adadelta done
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();
Details the math of the trainers: http://caffe.berkeleyvision.org/tutorial/solver.html.