[mlpack-git] [mlpack] [Proposal]Add a function to visualize the results of sparse_autoencoder (#452)

stereomatchingkiss notifications at github.com
Thu Sep 24 00:22:41 EDT 2015


The function already finished, if you need it and decided where should I placed it, please give me a reply.

Example : 

//.....after training
arma::Mat encoderMatrix = parameters.submat(0, 0, hiddenSize - 1, VisibleSize - 1);
exportFiltersToPGMGrid("encoder_result.pgm", encoderMatrix.t(), 28, 28);

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/452#issuecomment-142807545
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150923/8fb514b2/attachment.html>


More information about the mlpack-git mailing list