[mlpack-git] master, mlpack-1.0.x: Build sparse autoencoder as part of mlpack. (3d92c56)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:46:47 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 3d92c562f9b8ebcb4f54ab375e2f2f25c89fac19
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Apr 16 18:59:15 2014 +0000

    Build sparse autoencoder as part of mlpack.


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

3d92c562f9b8ebcb4f54ab375e2f2f25c89fac19
 src/mlpack/methods/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/CMakeLists.txt b/src/mlpack/methods/CMakeLists.txt
index abcd383..9e15448 100644
--- a/src/mlpack/methods/CMakeLists.txt
+++ b/src/mlpack/methods/CMakeLists.txt
@@ -22,6 +22,7 @@ set(DIRS
   radical
   range_search
   rann
+  sparse_autoencoder
   sparse_coding
 )
 



More information about the mlpack-git mailing list