Jove
Visualize
Contact Us

Related Experiment Videos

Experiments with AdaBoost.RT, an improved boosting scheme for regression.

D L Shrestha1, D P Solomatine

  • 1UNESCO-IHE Institute for Water Education, Westvest 7 Delft, The Netherlands. d.shrestha@unesco-ihe.org

Neural Computation
|June 13, 2006
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Machine learning in soil classification.

Neural networks : the official journal of the International Neural Network Society·2006
Same author

Machine learning in sedimentation modelling.

Neural networks : the official journal of the International Neural Network Society·2006
Same author

Modular learning models in forecasting natural phenomena.

Neural networks : the official journal of the International Neural Network Society·2006
Same author

Computational intelligence in earth sciences and environmental applications: issues and challenges.

Neural networks : the official journal of the International Neural Network Society·2006
Same journal

A Model-Free Reinforcement Learning Implementation of Decision Making Under Uncertainty by Sequential Sampling.

Neural computation·2026
Same journal

DROP: Distributional and Regular Optimism and Pessimism for Reinforcement Learning.

Neural computation·2026
Same journal

Hierarchical Active Inference Using Successor Representations.

Neural computation·2026
Same journal

W-Kernel and Its Principal Space for Frequentist Evaluation of Bayesian Estimators.

Neural computation·2026
Same journal

A Hidden Markov Model-Inspired Sequence Classification Method for Hyperdimensional Computing.

Neural computation·2026
Same journal

Sparse Graphical Modeling for Electrophysiological Phase-Based Connectivity Using Circular Statistics.

Neural computation·2026
See all related articles
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

A new boosting algorithm, AdaBoost.RT, improves regression performance by filtering poorly predicted examples. This method shows higher effectiveness compared to other boosting techniques and machine learning models on benchmark datasets.

Area of Science:

  • Machine Learning
  • Data Mining
  • Statistical Modeling

Background:

  • Boosting techniques are widely used for classification but less explored for regression.
  • Existing regression methods may not effectively handle all data points, impacting overall performance.

Purpose of the Study:

  • Introduce a novel boosting algorithm, AdaBoost.RT, specifically designed for regression problems.
  • Evaluate the performance of AdaBoost.RT against established regression and boosting methods.

Main Methods:

  • AdaBoost.RT filters data points with high relative estimation error before applying the AdaBoost procedure.
  • The M5 model tree was utilized as the weak learning machine for experiments.
  • Performance was benchmarked against other boosting algorithms, bagging, artificial neural networks, and a single M5 model tree.

Related Experiment Videos

Main Results:

  • AdaBoost.RT demonstrated superior performance on most benchmark datasets compared to alternative methods.
  • The filtering mechanism effectively addresses poorly predicted examples, enhancing predictive accuracy.
  • Preliminary empirical comparisons indicate AdaBoost.RT's advantage in regression tasks.

Conclusions:

  • AdaBoost.RT offers a promising approach for improving regression model performance.
  • The algorithm's effectiveness is attributed to its targeted filtering of challenging data points.
  • Further research can explore optimal threshold selection and broader applications of AdaBoost.RT.