Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I tried to model my data, and for now have a decent model using SVM. I thought that maybe using an Autoencoder for creating some nontrivial representations of data could help.

My problem is I have only seen Autoencoders with binary inputs/outputs and logistic neurons in hidden layer. Does making an Autoencoder with logistic mapping to hidden units and then linear mapping to output unit makes sense? Does anybody have experience with such models and can say if they're worth a shot? Do you know any papers about such models or about learning interesting representations from continuous inputs? (I have already tried PCA).

Thank you in advance.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.