Open truell20 opened 8 years ago
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.