[mlpack-git] master: add the link to UFLDL (07df2ce)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 30 10:40:03 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/5aaf0e441dd64a5de9a0210aa7a837eecf162d12...e4519fc42a2a340cf0387ab082bf49b9715c871b

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

commit 07df2ce3361c8f65413121baccbb15bf7d06f779
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date:   Wed Oct 28 12:31:19 2015 +0800

    add the link to UFLDL


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

07df2ce3361c8f65413121baccbb15bf7d06f779
 src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp
index 177fe37..7404328 100644
--- a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp
+++ b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp
@@ -9,7 +9,9 @@ namespace nn {
 
 /**
  * Maximize the hidden units of the parameters, details are located at
- * http://deeplearning.stanford.edu/wiki/index.php/Visualizing_a_Trained_Autoencoder
+ * http://deeplearning.stanford.edu/wiki/index.php/Visualizing_a_Trained_Autoencoder.
+ * This function is based on the implementation(display_network.m) from the exercise of UFLDL.
+ * http://deeplearning.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder
  * @param params The parameters want to maximize
  * @param output Parameters after maximize
  * @pre The layout of the parameters should be same as following



More information about the mlpack-git mailing list