From 3e4a3c8ba42e113e0cdebd73bbfa1f6dea9d7010 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 5 Mar 2015 11:23:36 -0500 Subject: [PATCH] Note that softmax regression is done. --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 8e9496699c..26dfde589f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.