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

stereomatchingkiss notifications at github.com
Thu Oct 22 18:59:54 EDT 2015


>Then, if it was an image, you could call maximalInput.reshape() to set the size of the input correctly, >then you could do bilinear interpolation and/or write it to a file and postprocess from there.

Looks nice for me:). But I have a question

    sa.MaximalInput(0 /* for hidden unit 0 */, maximalInput);

why not just pass in the maximalInput?

    sa.MaximalInput(maximalInput);
    maximalInput.save(fileName, arma::pgm_binary);



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


More information about the mlpack-git mailing list