[mlpack-svn] r16859 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Jul 25 12:08:18 EDT 2014


Author: rcurtin
Date: Fri Jul 25 12:08:17 2014
New Revision: 16859

Log:
Additional things that have changed.  I incorrectly wrote in the last commit
about stuff "I had done" but I'm not sure why, given that each of these
contributions are from people who are other people.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Fri Jul 25 12:08:17 2014
@@ -41,6 +41,15 @@
   * Ball trees now work with dual-tree algorithms, via the BallBound<> bound
     structure (#320); fixed by Yash Vadalia.
 
+  * The NMF class is now AMF<>, and supports far more types of factorizations,
+    by Sumedh Ghaisas.
+
+  * A QUIC-SVD implementation has returned, written by Siddharth Agrawal and
+    based on older code from Mudit Gupta.
+
+  * Added perceptron and decision stump by Udit Saxena (these are weak learners
+    for an eventual AdaBoost class).
+
 2014-01-06    mlpack 1.0.8
 
   * Memory leak in NeighborSearch index-mapping code fixed (#310).



More information about the mlpack-svn mailing list