Tagged articles
16 articles
Page 1 of 1
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 30, 2026 · Artificial Intelligence

How a Large AI Model Is Trained: Insights from a High‑Earning AI Product Manager

The article walks through model training, validation, ensemble learning, and deployment from an AI product manager’s viewpoint, using a churn‑prediction case to illustrate decision boundaries, metric choices, industry‑specific algorithm trade‑offs, cost considerations, and practical serving options.

AI product managementLarge ModelModel Deployment
0 likes · 6 min read
How a Large AI Model Is Trained: Insights from a High‑Earning AI Product Manager
HyperAI Super Neural
HyperAI Super Neural
Mar 5, 2026 · Artificial Intelligence

ML Predicts Dual Mortality Risk for HCC Liver Transplant Candidates (11,647 Cases)

Using a dataset of 11,647 hepatocellular carcinoma patients, a French research team combined ensemble learning, SHAP explainability, UMAP dimensionality reduction and K‑medoids clustering to build an interpretable model that outperforms traditional scores in predicting three‑month wait‑list mortality and defines seven clinically distinct risk sub‑groups.

Hepatocellular CarcinomaK-MedoidsLiver Transplantation
0 likes · 14 min read
ML Predicts Dual Mortality Risk for HCC Liver Transplant Candidates (11,647 Cases)
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
Code DAO
Code DAO
Dec 13, 2021 · Artificial Intelligence

A Comprehensive Guide to Ensemble Learning: Bagging, Boosting, and Stacking

This article explains the core concepts of ensemble learning, covering the bias‑variance trade‑off, the mechanics of bagging with bootstrap and random forests, the sequential strategies of boosting (AdaBoost and gradient boosting), and the heterogeneous stacking framework with meta‑models and multi‑layer extensions.

Random ForestStackingbagging
0 likes · 20 min read
A Comprehensive Guide to Ensemble Learning: Bagging, Boosting, and Stacking
Suning Technology
Suning Technology
Aug 29, 2020 · Artificial Intelligence

How AI Powers Large‑Scale Time Series Forecasting and Root‑Cause Analysis

This article describes Suning's AI‑driven end‑to‑end solution for massive time‑series monitoring, anomaly detection, forecasting with DeepAR, MQ‑RNN, MQ‑CNN, ensemble methods, root‑cause localization using Hotspot and Monte‑Carlo Tree Search, and the evolution of its large‑scale log analytics platform.

Deep LearningKnowledge GraphLog Analytics
0 likes · 17 min read
How AI Powers Large‑Scale Time Series Forecasting and Root‑Cause Analysis
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 5, 2020 · Artificial Intelligence

Master Random Forest: From Bagging Theory to Python Implementation

This article explains the fundamentals of ensemble learning and bagging, details the random forest algorithm, answers common questions, and provides a complete Python walkthrough—including data exploration, decision‑tree baseline, random‑forest modeling with grid‑search tuning, and practical insights for handling imbalanced and missing data.

PythonRandom Forestbagging
0 likes · 16 min read
Master Random Forest: From Bagging Theory to Python Implementation
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.

Deep LearningStackingbagging
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.

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
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 2, 2016 · Artificial Intelligence

How Alibaba’s AI Team Boosted Search Ranking by 21% to Win CIKM Cup

Alibaba's Natural Artificial Intelligence team leveraged ensemble learning, deep neural networks, and advanced NLP techniques to improve search ranking metrics by over 21%, winning the prestigious CIKM Cup competition and showcasing the commercial impact of AI in e‑commerce.

Data Mining Competitionartificial intelligenceensemble learning
0 likes · 4 min read
How Alibaba’s AI Team Boosted Search Ranking by 21% to Win CIKM Cup