[mlpack-svn] r16153 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jan 14 16:13:17 EST 2014


Author: rcurtin
Date: Tue Jan 14 16:13:17 2014
New Revision: 16153

Log:
Ticket #314 resulted in a bunch of useful changes.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Tue Jan 14 16:13:17 2014
@@ -1,3 +1,13 @@
+????-??-??    mlpack 1.0.9
+
+  * GMM initialization is now safer and provides a working GMM when constructed
+    with only the dimensionality and number of Gaussians (#314).
+
+  * Check for division by 0 in Forward-Backward Algorithm in HMMs (#314).
+
+  * Fix MaxVarianceNewCluster (used when re-initializing clusters for k-means)
+    (#314).
+
 2014-01-06    mlpack 1.0.8
 
   * Memory leak in NeighborSearch index-mapping code fixed (#310).



More information about the mlpack-svn mailing list