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

Ryan Curtin notifications at github.com
Tue Oct 20 22:22:54 EDT 2015


I thought about it for a bit... I think this functionality may already exist (mostly).  The `data::Save()` function will save to PGM or PPM using Armadillo's support.  So, if you added a `Parameters()` accessor to `SparseAutoencoder`, maybe this would work:

```
SparseAutoencoder sa(...);
data::Save("encoder_result.pgm", sa.Parameters());
```

Does that do basically the same thing?

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


More information about the mlpack-git mailing list