Implement RMSProp Solver
authorEren Golge <erogol@hotmail.com>
Sun, 9 Aug 2015 06:45:08 +0000 (23:45 -0700)
committerRonghang Hu <huronghang@hotmail.com>
Sun, 9 Aug 2015 06:45:08 +0000 (23:45 -0700)
commitabe99e8748ad7f583c87d1a6132ff2d79e70dd9c
tree55b196b5e10f8ed630e79b8e3aa05144ca180652
parenteb3e1149a2fcc9c48d268ffe2319d872081e4c3b
Implement RMSProp Solver

Implement RMSProp solver and cleaned up to adjust to new solver interface that uses
accumulated gradients and refactored regularization.
examples/mnist/lenet_solver_rmsprop.prototxt [new file with mode: 0644]
examples/mnist/train_lenet_rmsprop.sh [new file with mode: 0755]
include/caffe/solver.hpp
src/caffe/proto/caffe.proto
src/caffe/solver.cpp
src/caffe/test/test_gradient_based_solver.cpp