|
OverviewJBoost is an easy to use and modify tool for boosting classification. JBoost includes state-of-the-art algorithms and can be used by researchers to quickly implement new boosting algorithms. JBoost also includes a set of easy to use scripts so that machine learning novices can quickly learn and utilize the power of boosting. Some of the algorithms currently implemented include AdaBoost, LogitBoost, BrownBoost, and BoosTexter. These algorithms are wrapped inside of an implementation of alternating decision trees (ADTrees), which allows for easy visualization of the final classifier, even for high dimensional data. Each of the algorithms comes with a set of options that allows for customization to your dataset. To learn more, download JBoost or read the documentation. Power of JBoostAdaBoost, the original adaptive boosting algorithm, is one of the simplest algorithms in machine learning. An experienced programmer could likely code an implementation in ten minutes. However, JBoost is much more than AdaBoost. JBoost has several (soon to be more!) learning algorithms with easy to use, standardized, customizable, tools. Some of the features include:
Other ProjectsIf JBoost doesn't provide sufficient classification, we encourage the user to read the tips section. However, JBoost isn't the perfect tool for all purposes. Here is a very incomplete list of other projects with similar goals: |
|
This page last modified Sunday, 01-Jun-2008 16:49:19 PDT