Live data from Hacker News

The Wisdom of Crowds: Using Ensembles for Machine Learning

blog.factual.com

1–6 of 6 posts

Re: The Wisdom of Crowds: Using Ensembles for Machine Learning

#3
Ensemble learning is indeed a powerful tool--more than just the sum of its parts.

This is a cool ranking that lists various learning algos and how they do on MNIST (which may or my not be a good benchmark for what you're doing). Links to the corresponding papers are provided, including a few ensemble methods (committees), which tend to perform rather well. http://yann.lecun.com/exdb/mnist/

Re: The Wisdom of Crowds: Using Ensembles for Machine Learning

#4

Ensemble learning is indeed a powerful tool--more than just the sum of its parts. This is a cool ranking that lists various learning algos and how they do on MNIST (which may or my not be a good benchmark for what you're doing). Links to the corresponding papers are provided, including a few ensemble methods (committees), which tend to perform rather well. http://yann.lecun.com/exdb/mnist/

Very cool! Thanks for sharing that