[mlpack-git] [mlpack] [Proposal]Enhance the class SparseAutoencoder and SoftmaxRegression (#454)

stereomatchingkiss notifications at github.com
Sat Sep 26 04:16:56 EDT 2015


I forgot to said, rather than add a default constructor, I would suggest adding one more constructors , this way the users can reuse the trained parameters to train the model if they want to.

For SparseAutoencder

when user do not want to retrain the model but reuse the trained parameters to get the features

SparseAutoencoder<> sae(""smoke_params_of_sae");

Same as SoftmaxRegression

SoftmaxRegression<> sm("smoke_params_of_sm"); 

This way the users can reuse the trained more easier, I intent to use boost::serialization to store the data of the class, what do you think about it?

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


More information about the mlpack-git mailing list