- 25 Jun, 2016 7 commits
-
-
Davis King authored
root folder.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
--HG-- rename : examples/dnn_mnist_advanced_ex.cpp => examples/dnn_introduction2_ex.cpp rename : examples/dnn_mnist_ex.cpp => examples/dnn_introduction_ex.cpp
-
Davis King authored
-
- 24 Jun, 2016 1 commit
-
-
Davis King authored
-
- 23 Jun, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 22 Jun, 2016 5 commits
- 11 Jun, 2016 1 commit
-
-
Davis King authored
-
- 30 May, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 27 May, 2016 1 commit
-
-
Fm authored
-
- 26 May, 2016 2 commits
- 24 May, 2016 1 commit
-
-
Davis King authored
-
- 22 May, 2016 1 commit
-
-
Davis King authored
-
- 19 May, 2016 1 commit
-
-
Davis King authored
-
- 17 May, 2016 1 commit
-
-
Fm authored
-
- 15 May, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
progress" estimate. I also renamed the get/set functions for the shrink amount to have a consistent name and use the word "factor" instead of "amount".
-
Davis King authored
-
Davis King authored
object as an input. This allows the solvers to exhibit a more complex behavior that depends on the specific layer. It also removes the learning rate from the solver's parameter set and pushes it entirely into the core training code. This also removes the need for the separate "step size" which previously was multiplied with the output of the solvers. Most of the code is still the same, and in the core and trainer the step_size variables have just been renamed to learning_rate. The dnn_trainer's relevant member functions have also been renamed. The examples have been updated to reflect these API changes. I also cleaned up the resnet definition and added better downsampling.
-
- 07 May, 2016 1 commit
-
-
Davis King authored
-
- 05 May, 2016 1 commit
-
-
Davis King authored
non-one based strides.
-
- 28 Apr, 2016 1 commit
-
-
Davis King authored
-
- 19 Apr, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 16 Apr, 2016 1 commit
-
-
Davis King authored
- Made layer() recurse into repeat objects so that the index given to layer() does what you would expect. - Added an operator<< for network objects that prints the network architecture.
-
- 12 Apr, 2016 5 commits
-
-
Davis King authored
thing to do for this kind of training.
-
Davis King authored
-
Davis King authored
--HG-- rename : examples/dnn_mnist_resnet_ex.cpp => examples/dnn_mnist_advanced_ex.cpp
-
Davis King authored
-
Davis King authored
-