440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
classifiers   {key13}


icsiboost r82 (Default branch)

FreshMeat

Friday January 25, 2008. 08:01 AM
FreshMeat

Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous attributes (words and real values). This approach is one of the most efficient and simple to combine continuous and nominal values. This implementation is aimed at allowing training from millions of examples by hundreds of features in a reasonable amount of time/memory. License: GNU Lesser General Public License (LGPL) Changes: Options for easier feature and parameter selection were added. The classifier can display F-measure and save a model at the iteration maximizing it. At test time, posterior probabilities can be output. Training can be interrupted and resumed later from a partial model.
Boosting meta-learning approach that aims atcombining ensemble weak classifiers form icsiboost (Default branch)
icsiboost r82 (Default branch) Read more at FreshMeat
www.pheedo.com/click.phdo?i=c32aa83f694d8c33147e903142c6fb4d

 

 Related News 

Search

Download Zicos
Fri December 5, 08:58 AM
classifiers   {key13}