Note that softmax regression is done.

This commit is contained in:
Ryan Curtin
2015-03-05 11:23:36 -05:00
parent 251fb8f1a2
commit 3e4a3c8ba4
+2
View File
@@ -19,6 +19,8 @@
* No more dependence on Boost.Random; now we use C++11 STL random support.
* Add softmax regression, contributed by Siddharth Agrawal and QiaoAn Chen.
### mlpack 1.0.11
###### 2014-12-11
* Proper handling of dimension calculation in PCA.