Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

darch for dimensionality reduction #32

Open
renjithranganadhan opened this issue Nov 19, 2018 · 3 comments
Open

darch for dimensionality reduction #32

renjithranganadhan opened this issue Nov 19, 2018 · 3 comments

Comments

@renjithranganadhan
Copy link

I was wondering whether darch can be used for achieving dimensionality reduction. do we have any samples to refer to?

@saviola777
Copy link
Collaborator

saviola777 commented Nov 22, 2018

Have you checked out the autoencoder example? See here for implementation details. But also check out #14, the autoencoder implementation is unfortunately still buggy.

@renjithranganadhan
Copy link
Author

Thanks. Any fix for #14 ?

@saviola777
Copy link
Collaborator

Sadly, no. I don't have the knowledge to fix it (I'm not the original author) and I'm not working on this project anymore, so unless someone else takes over development of this project, I don't see a fix coming. :(

You could try to turn it into a regression problem, where input equals output, and in your network you have something like a "hour-glass shaped" network. And then after training you extract the data from one of the intermediate layers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants