Tag

ensemble learning

0 views collected around this technical thread.

DataFunSummit
DataFunSummit
Nov 24, 2024 · Artificial Intelligence

AI-Driven Forecasting in Modern Supply Chains: Methods, Models, and Practical Guidance

The article explains how modern supply chain forecasting has shifted from qualitative expert judgment to quantitative AI-driven methods such as DeepAR, ensemble learning, and Transformers, and outlines the skills needed for practitioners to build effective predictive models.

AIDeepARTransformer
0 likes · 10 min read
AI-Driven Forecasting in Modern Supply Chains: Methods, Models, and Practical Guidance
Model Perspective
Model Perspective
Jan 21, 2023 · Artificial Intelligence

Master Ensemble Learning: Bagging, Boosting, and Stacking with Python

This tutorial explains the concepts of ensemble learning, compares the three main ensemble strategies—Bagging, Boosting, and Stacking—and provides complete Python code using scikit‑learn to implement each method on the Iris dataset.

BoostingPythonbagging
0 likes · 10 min read
Master Ensemble Learning: Bagging, Boosting, and Stacking with Python
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
Model Perspective
Model Perspective
Oct 8, 2022 · Artificial Intelligence

How Ensemble Learning Boosts Model Performance: A Comprehensive Overview

Ensemble learning combines multiple individual models—either homogeneous or heterogeneous—using strategies such as boosting, bagging, averaging, voting, or stacking to create a stronger learner, and this article explains its principles, key algorithms, and combination methods in detail.

Boostingbaggingensemble learning
0 likes · 8 min read
How Ensemble Learning Boosts Model Performance: A Comprehensive Overview
Sohu Tech Products
Sohu Tech Products
Sep 1, 2021 · Artificial Intelligence

2021 Sohu Text Matching Competition: Model Design, Tricks, and Performance Analysis

This article details the authors' approach to the 2021 Sohu Text Matching competition, describing the task definition, data splits, model architectures (cross‑encoder and bi‑encoder), pretrained language models used, various training tricks, ensemble strategies, and the resulting evaluation scores.

AINLPText Matching
0 likes · 8 min read
2021 Sohu Text Matching Competition: Model Design, Tricks, and Performance Analysis
Sohu Tech Products
Sohu Tech Products
Jun 17, 2020 · Artificial Intelligence

Ensemble Learning: Concepts, Methods, and Applications in Deep Learning

This article provides a comprehensive overview of ensemble learning, explaining its principles, common classifiers, major ensemble strategies such as bagging, boosting, and stacking, and demonstrates practical deep‑learning ensemble techniques like Dropout, test‑time augmentation, and Snapshot ensembles with code examples.

Boostingbaggingdeep learning
0 likes · 17 min read
Ensemble Learning: Concepts, Methods, and Applications in Deep Learning
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.

AdaBoostBoostingPython
0 likes · 12 min read
Understanding AdaBoost: Theory, Scikit‑learn Library, and Practical Implementation in Python
Qunar Tech Salon
Qunar Tech Salon
Jan 17, 2019 · Artificial Intelligence

Introduction to scikit-learn for Machine Learning: Ensemble Learning – Random Forest Algorithm

This article provides a comprehensive introduction to the Random Forest algorithm, covering its theoretical background, scikit-learn implementation details, practical coding example with the Iris dataset, and a discussion of its advantages, limitations, and typical use cases in machine learning.

Pythonbaggingclassification
0 likes · 15 min read
Introduction to scikit-learn for Machine Learning: Ensemble Learning – Random Forest Algorithm