All Products
Search
Document Center

Platform For AI:Use cases

Last Updated:Mar 31, 2026

Browse end-to-end machine learning pipelines built with PAI Designer, covering data preparation, feature engineering, model training, and deployment. Each use case links to a step-by-step guide you can follow directly.

Intelligent recommendation solutions

CaseWhat you build
Recommendations based on object featuresA product recommendation model driven by item attribute features.
Use FM-Embedding for recommendation recallA recall pipeline that uses Factorization Machine (FM) and Embedding algorithms to generate feature vectors for users and items.
Create an FM recommendation model based on the Alink frameworkA recommendation model built from the preset FM algorithm template in Designer.
Use collaborative filtering to recommend productsA product recommendation pipeline using the collaborative filtering algorithm.
Use the bipartite GraphSAGE algorithm for recommendation recallUser and item vectors for recommendation recall, generated with the bipartite GraphSAGE algorithm.
Use the ALS algorithm to predict music ratings (Old version)Predicted user ratings for music using the Alternating Least Squares (ALS) matrix factorization algorithm.

Intelligent risk control solutions

CaseWhat you build
Implement public opinion risk control based on reviews from a food delivery platformA risk management model that detects public sentiment from food delivery platform reviews.
Use graph algorithms to manage financial risksA financial risk management pipeline built on graph algorithms.
Scorecard credit scoringA credit scoring solution using the financial components provided by PAI and a scorecard model.
Abnormal metric monitoringAn anomaly detection model for monitoring system metrics.
Monitor user churnA user churn prediction model built with PAI's user feature algorithms.

Customized recommendation algorithms

CaseWhat you build
Feature engineeringThe feature engineering stage of a customized recommendation pipeline.
DSSM vector recallA recall stage using the Deep Structured Semantic Model (DSSM) for candidate retrieval in a recommendation solution.
SortingThe ranking and sorting stage of a recommendation pipeline.
U2I2I recall based on etrecA U2I2I recall stage using etrec in a recommendation solution.

Other general cases

CaseWhat you build
Implement consistent offline and online CTR predictionA unified click-through rate (CTR) prediction model trained on the Avazu dataset and deployed to EAS using the complete offline-tested Normalization Prediction->One-hot Encoding Prediction->Vector Assembler->FM Prediction workflow.
Predict heart diseaseA heart disease prediction model using data mining algorithms.
Classify news based on text analysis algorithmsA text classification model for news articles, built with PAI's text analysis components.
Predict agricultural loan issuance based on regression algorithmsA loan issuance prediction model using linear regression on historical agricultural loan data.
Discretize continuous features using the Binning componentDiscretized continuous features using the PAI Designer Binning component.
Population census statistics case (Old version)A statistical model that analyzes how education level affects income, using population census data with attributes such as age, job type, and education level.
Predict student exam scoresA final exam score prediction model using logistic regression on middle school students' family background and school behavior data, identifying key factors that affect academic performance.
Automatically classify similar tagsAn automatic classification system for product tags using PAI's text analytics component.
Predict hazy weatherA hazy weather prediction model trained on one year of real weather data from Beijing, identifying the pollutants with the greatest impact on PM2.5 levels.
Predict the output power of a power plantA power plant output prediction model built from a preset workflow template in Designer.
Identify electricity theftAn electricity theft and leakage detection model built from a preset Designer workflow template, automating user checks to reduce manual inspection workload and help ensure normal and safe electricity use.
Offline schedulingAn offline scheduling pipeline using PAI's data mining components, demonstrated with an ad CTR prediction scenario.
Use TensorFlow to classify imagesAn image recognition prediction model built with the TensorFlow deep learning framework.