Tagged articles
4 articles
Page 1 of 1
Model Perspective
Model Perspective
Oct 9, 2022 · Artificial Intelligence

Mastering AdaBoost: How Boosting Turns Weak Learners into Strong Models

This article provides a comprehensive overview of the AdaBoost algorithm, explaining its boosting principles, how it computes error rates, determines weak learner weights, updates sample weights, and combines classifiers for both classification and regression tasks, while also covering loss‑function optimization, regularization, and practical advantages and drawbacks.

AdaBoostboostingclassification
0 likes · 9 min read
Mastering AdaBoost: How Boosting Turns Weak Learners into Strong Models
Sohu Tech Products
Sohu Tech Products
Jul 22, 2020 · Artificial Intelligence

Face Detection Using Haar Features and AdaBoost with OpenCV

This article explains the principles and implementation of face detection based on statistical methods, detailing Haar feature types, integral image computation, feature normalization, cascade classifiers, and provides step‑by‑step OpenCV code examples for static images, eye detection, and real‑time webcam detection.

AdaBoostComputer VisionFace Detection
0 likes · 19 min read
Face Detection Using Haar Features and AdaBoost with OpenCV
Qunar Tech Salon
Qunar Tech Salon
Apr 17, 2019 · Artificial Intelligence

Understanding AdaBoost: Theory, Scikit‑learn Library, and Practical Implementation in Python

This article introduces the AdaBoost algorithm, explains its boosting principle, describes the AdaBoostClassifier and AdaBoostRegressor classes in scikit‑learn, provides a complete Python example with data loading, model training, prediction, evaluation, and visualisation, and discusses the algorithm’s advantages, disadvantages, and detailed iterative process.

AdaBoostPythonboosting
0 likes · 12 min read
Understanding AdaBoost: Theory, Scikit‑learn Library, and Practical Implementation in Python
Hulu Beijing
Hulu Beijing
Dec 22, 2017 · Artificial Intelligence

Master Ensemble Learning: Boosting, Bagging, and Real-World Examples

This article introduces ensemble learning as a meta‑algorithm that combines multiple base classifiers, explains the two main strategies—Boosting and Bagging—covers their bias‑variance trade‑offs, outlines essential steps, and provides concrete examples such as AdaBoost, Random Forest, and GBDT applied to user age prediction.

AdaBoostGBDTRandom Forest
0 likes · 8 min read
Master Ensemble Learning: Boosting, Bagging, and Real-World Examples