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

stereomatchingkiss notifications at github.com
Mon Sep 21 07:46:23 EDT 2015


If the users can see the result of encoder matrix, they will be easier to debug, I would like to write a function to visualize result of training.

1 : I suggest an api as following(base on shark)

template<typename InputType>
exportFiltersToPGMGrid(std::string const &fileName, arma::Mat<InputType> const &input, 
size_t width, size_t height);

Is this api good enough?

2 : which module it should belongs to?
ann?
method/sparseAutoencoder?
mlpack::data?
or others?

3 : do mlpack have any function to do the bilinear interpolation?

Thank you 

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


More information about the mlpack-git mailing list