[mlpack-git] [mlpack] Create a function to visualize the features learned by sparse autoencoder (#465)

Ryan Curtin notifications at github.com
Tue Oct 27 09:31:49 EDT 2015


> @@ -0,0 +1,48 @@
> +#ifndef __MLPACK_METHODS_NN_MAXIMAL_INPUTS_HPP
> +#define __MLPACK_METHODS_NN_MAXIMAL_INPUTS_HPP
> +
> +#include <mlpack/core.hpp>
> +
> +namespace mlpack {
> +namespace nn {
> +
> +
> +/**
> + * Maximize the hidden units of the parameters

Do you think you could add a bit more documentation on what the function does and what it's for?  A link to the UFLDL page would probably be pretty useful here.  (If you don't want to do this, I can do it after the merge.)

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/465/files#r43120617
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151027/50052830/attachment-0001.html>


More information about the mlpack-git mailing list