sig-ml / bleedml

Bleeding Edge machine learning algorithms
MIT License
1 stars 2 forks source link

Autoencoder Trees #1

Open theSage21 opened 7 years ago

theSage21 commented 7 years ago

Useful for dimension reduction. http://proceedings.mlr.press/v45/Irsoy15.pdf

Torment123 commented 6 years ago

Hi, have you tried to implement the autoencoder tree model described in this paper? I have tried to do it and ran into some problems, do you know if there is source code online? thanks

theSage21 commented 6 years ago

We dropped the idea once we realized that they were similar to neural nets. Feel free to open up a pull request.