|
|
|
|
|
by fchollet
4017 days ago
|
|
Here's a relevant link: http://www.researchgate.net/post/Is_deep_learning_with_decis... Two examples: - using layers of random forests (trained successively rather than end-to-end). Random forests are commonly used for feature engineering in a stack of learners. - unsupervised deep learning with modular-hierarchical matrix factorization, over matrices of mutual information of the variables in the previous layers (something I've personally worked on; I'd be happy to share more details if you're interested). |
|
Are these methods main stream? Esp. the layered RF, how good/bad does it do as compared to regular ones?