[mlpack-git] master: Merge pull request #465 from stereomatchingkiss/visualizeEncoder (e4519fc)

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


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

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

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

commit e4519fc42a2a340cf0387ab082bf49b9715c871b
Merge: 5aaf0e4 ed9ce37
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Nov 30 10:39:52 2015 -0500

    Merge pull request #465 from stereomatchingkiss/visualizeEncoder
    
    Create a function to visualize the features learned by sparse autoencoder


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

e4519fc42a2a340cf0387ab082bf49b9715c871b
 src/mlpack/core/math/CMakeLists.txt                |   2 +
 src/mlpack/core/math/columns_to_blocks.cpp         |  90 ++++++++
 src/mlpack/core/math/columns_to_blocks.hpp         | 232 +++++++++++++++++++++
 .../methods/sparse_autoencoder/CMakeLists.txt      |   2 +
 .../methods/sparse_autoencoder/maximal_inputs.cpp  |  35 ++++
 .../methods/sparse_autoencoder/maximal_inputs.hpp  |  68 ++++++
 src/mlpack/tests/CMakeLists.txt                    |   1 +
 src/mlpack/tests/maximal_inputs_test.cpp           |  78 +++++++
 8 files changed, 508 insertions(+)




More information about the mlpack-git mailing list