[mlpack-git] master: Update HISTORY with MiniBatchSGD changes. (f3d692c)

gitdub at mlpack.org gitdub at mlpack.org
Mon Feb 22 13:32:56 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/29dc196be362c8af44f36f331ac719d5a0e34acd...f3d692c0124e9667076b97318f6d64661015d368

>---------------------------------------------------------------

commit f3d692c0124e9667076b97318f6d64661015d368
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Feb 22 10:32:40 2016 -0800

    Update HISTORY with MiniBatchSGD changes.


>---------------------------------------------------------------

f3d692c0124e9667076b97318f6d64661015d368
 HISTORY.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/HISTORY.md b/HISTORY.md
index 4fbe9e1..d4da3a5 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,9 @@
 ###### 2016-??-??
   * Handle zero-variance dimensions in DET (#515).
 
+  * Add MiniBatchSGD optimizer (src/mlpack/core/optimizers/minibatch_sgd/) and
+    allow its use in mlpack_logistic_regression and mlpack_nca programs.
+
 ### mlpack 2.0.1
 ###### 2016-02-04
   * Fix CMake to properly detect when MKL is being used with Armadillo.




More information about the mlpack-git mailing list