Tagged articles
1881 articles
Page 9 of 19
HelloTech
HelloTech
May 26, 2022 · Artificial Intelligence

Hello's Automated Growth Algorithm Loop: C‑Side Scenarios, Challenges, and Active Growth Strategies

Hello’s automated C‑side growth algorithm loop integrates diverse traffic sources, semi‑supervised PU‑learning, graph‑based look‑alike targeting, causal uplift models for smart subsidies, and adaptive copy and external ad optimization, dramatically boosting ride‑hailing and lifestyle service revenue while minimizing engineering duplication.

AI PlatformUplift Modelinggraph embedding
0 likes · 20 min read
Hello's Automated Growth Algorithm Loop: C‑Side Scenarios, Challenges, and Active Growth Strategies
Alimama Tech
Alimama Tech
May 23, 2022 · Artificial Intelligence

Alibaba Mama Team Papers Accepted at KDD 2022 and Other Top Conferences

The Alibaba Mama technical team secured five paper acceptances at the prestigious KDD 2022 conference, presenting advances such as curriculum‑guided Bayesian reinforcement learning for ROI‑constrained bidding, adversarial‑gradient driven exploration for click‑through‑rate prediction, externality‑aware transformers for e‑commerce ads, multi‑modal multi‑query pretraining, and generative‑replay streaming graph neural networks.

Advertising BiddingE-commerce SearchKDD 2022
0 likes · 10 min read
Alibaba Mama Team Papers Accepted at KDD 2022 and Other Top Conferences
Architect
Architect
May 19, 2022 · Artificial Intelligence

Learning to Rank (LTR) Practice in Amap Search Suggestions: From Data Collection to Model Optimization

This article details Amap's practical experience with Learning to Rank for search suggestions, covering application scenarios, data pipeline construction, feature engineering, model training, loss‑function adjustments, and the resulting performance improvements, while also discussing challenges such as sparse features and click bias.

AmapLearning-to-RankSearch Suggestion
0 likes · 9 min read
Learning to Rank (LTR) Practice in Amap Search Suggestions: From Data Collection to Model Optimization
Meituan Technology Team
Meituan Technology Team
May 19, 2022 · Artificial Intelligence

Tulong: An Industrial Graph Neural Network Framework and Learning Platform at Meituan

Tulong is Meituan’s industrial graph neural network framework and learning platform that combines a compact MTGraph engine, a modular operator‑based GNN library, and visual workflow tools to enable heterogeneous, billion‑edge graph training on a single machine with up to 60 % memory savings and 2–4× speedups, streamlining search, recommendation, advertising and delivery pipelines.

FrameworkIndustrial AIPerformance Optimization
0 likes · 24 min read
Tulong: An Industrial Graph Neural Network Framework and Learning Platform at Meituan
Bitu Technology
Bitu Technology
May 18, 2022 · Artificial Intelligence

Mitigating Exposure Bias in Tubi’s Recommendation System

This article explains how Tubi’s machine‑learning team reduces exposure bias in its video recommendation pipeline by normalizing popularity features, incorporating additional signals such as search behavior, and applying exploration techniques like bandit algorithms to diversify content exposure.

banditsexplorationexposure bias
0 likes · 10 min read
Mitigating Exposure Bias in Tubi’s Recommendation System
DaTaobao Tech
DaTaobao Tech
May 18, 2022 · Artificial Intelligence

Deep Ranking Optimization for E-commerce Recommendation

The 2021 Taobao New‑Product team boosted e‑commerce recommendation by redesigning the coarse‑ranking stage with a dual‑tower DSSM, low‑cost feature‑crossing, NOVA attention and multi‑task distillation from a fine‑ranking teacher, delivering up to +30‰ GAUC gain and 3‑5 % online CTR and click improvements.

Knowledge DistillationModel Optimizationdeep ranking
0 likes · 17 min read
Deep Ranking Optimization for E-commerce Recommendation
Alibaba Cloud Developer
Alibaba Cloud Developer
May 17, 2022 · Artificial Intelligence

How Databricks and Prophet Power Retail Demand Forecasting for Store‑Item Sales

This article walks through why accurate demand forecasting is critical for retailers, shows how to prepare and visualize sales data, demonstrates building a store‑item model with Databricks DDI and Facebook Prophet, and explains scaling the model to predict every product across all stores, highlighting performance metrics and practical tips.

DatabricksProphetSpark
0 likes · 7 min read
How Databricks and Prophet Power Retail Demand Forecasting for Store‑Item Sales
php Courses
php Courses
May 16, 2022 · Backend Development

Interesting PHP Projects: AI Libraries, Networking Frameworks, and Useful Tools

This article introduces a curated list of notable PHP projects—including advanced machine‑learning libraries, a neural‑network framework, a natural‑language‑processing toolkit, a distributed long‑connection service, a database migration tool, a versatile filesystem abstraction, a C++ extension framework, and PHP‑FPM—highlighting their features, use‑cases, and sample code.

Backendframeworkslibraries
0 likes · 10 min read
Interesting PHP Projects: AI Libraries, Networking Frameworks, and Useful Tools
Code DAO
Code DAO
May 16, 2022 · Artificial Intelligence

How to Build a Simple Neural Network from Scratch with NumPy

This article walks through implementing a basic multi‑layer neural network using only NumPy, covering terminology, network architecture, forward and backward propagation, activation functions, loss calculation, parameter updates with SGD, and compares the custom model with a Keras implementation.

BackpropagationNeural NetworkNumPy
0 likes · 17 min read
How to Build a Simple Neural Network from Scratch with NumPy
DataFunTalk
DataFunTalk
May 15, 2022 · Artificial Intelligence

Search Term Recommendation: Scenarios, Algorithm Design, Challenges and Future Directions

This article presents an in‑depth overview of search term recommendation in QQ Browser, covering the various recommendation scenarios, the composition of recommendation items, the multi‑stage algorithm architecture, key technical challenges, evaluation metrics, and future research directions such as multi‑task and session‑aware modeling.

future researchmachine learningmulti-task learning
0 likes · 15 min read
Search Term Recommendation: Scenarios, Algorithm Design, Challenges and Future Directions
Code DAO
Code DAO
May 14, 2022 · Fundamentals

A Learned Harmonic Mean Estimator for Efficient Bayesian Model Selection

The article presents a machine‑learning‑assisted harmonic mean estimator that computes Bayesian model evidence without dependence on sampling strategies, explains its theoretical basis, compares it to the original estimator, and demonstrates its accuracy on Rosenbrock and Normal‑Gamma benchmarks.

Bayesian model selectionMCMCharmonic mean estimator
0 likes · 12 min read
A Learned Harmonic Mean Estimator for Efficient Bayesian Model Selection
Alimama Tech
Alimama Tech
May 11, 2022 · Artificial Intelligence

PICASSO: An Industrial-Scale Sparse Training Engine for Wide-and-Deep Recommender Systems

PICASSO, Alibaba’s GPU‑centric sparse training engine for wide‑and‑deep recommender systems, merges identical embedding tables, interleaves data and kernel operations, and caches hot embeddings on GPU, eliminating the parameter server and delivering up to tenfold speedups over TensorFlow‑PS while maintaining model quality.

AlibabaGPU Optimizationmachine learning
0 likes · 14 min read
PICASSO: An Industrial-Scale Sparse Training Engine for Wide-and-Deep Recommender Systems
DataFunSummit
DataFunSummit
May 10, 2022 · Artificial Intelligence

Optimizing Fliggy Search Ranking with Product Inclusion Relationships: The DIRN Model

This article presents the DIRN model, which leverages product inclusion graphs and graph‑based embeddings to address the challenges of ranking both single‑item and complex travel products on Fliggy, demonstrating significant CTR, CVR, and GMV improvements through offline experiments and online A/B testing.

AlibabaDIRNgraph neural networks
0 likes · 13 min read
Optimizing Fliggy Search Ranking with Product Inclusion Relationships: The DIRN Model
Python Programming Learning Circle
Python Programming Learning Circle
May 10, 2022 · Artificial Intelligence

Seven Classic Regression Models for Machine Learning

This article introduces regression analysis and explains why it is essential for predictive modeling, then details seven widely used regression techniques—including linear, logistic, polynomial, stepwise, ridge, lasso, and elastic‑net—while offering guidance on selecting the most appropriate model for a given dataset.

Model Selectionlasso regressionlinear regression
0 likes · 13 min read
Seven Classic Regression Models for Machine Learning
DataFunSummit
DataFunSummit
May 8, 2022 · Artificial Intelligence

Machine Learning‑Based Time Series Forecasting and Anomaly Detection System at JD Search

The article describes JD Search's machine‑learning alert system that combines offline and real‑time training, FFT‑based periodic detection, Prophet forecasting, and DBSCAN anomaly clustering, and explains architectural design, data preprocessing, model optimization, and distributed deployment to improve alert accuracy and response speed.

DBSCANFFTProphet
0 likes · 10 min read
Machine Learning‑Based Time Series Forecasting and Anomaly Detection System at JD Search
Code DAO
Code DAO
May 7, 2022 · Artificial Intelligence

Why Normal (Gaussian) Distributions Are Fundamental to Machine Learning

The article explains how normal (Gaussian) distributions underpin many machine‑learning algorithms, reviewing the central limit theorem, multivariate Gaussian sampling, and key properties such as products, sums, conditional and marginal distributions, linear transformations, and Gaussian‑based Bayesian inference.

Bayesian inferenceGaussiancentral limit theorem
0 likes · 7 min read
Why Normal (Gaussian) Distributions Are Fundamental to Machine Learning
Baidu Intelligent Testing
Baidu Intelligent Testing
May 6, 2022 · Backend Development

Exploring Baidu's Scalable Intelligent Testing: Automated Test Case Generation for Code, API, UI, and GUI

This article details Baidu's large‑scale intelligent testing framework, describing how AST‑based unit test generation, automated API test creation, visual UI interaction case synthesis, GUI traversal action set generation, and front‑end assertion automation work together to achieve high‑coverage, low‑cost automated testing across multiple languages and platforms.

API testingASTBaidu
0 likes · 10 min read
Exploring Baidu's Scalable Intelligent Testing: Automated Test Case Generation for Code, API, UI, and GUI
Baidu Geek Talk
Baidu Geek Talk
May 6, 2022 · Artificial Intelligence

Artificial Intelligence Development History and Pre‑training Model Trends

From the 1940s birth of computers to today's ultra‑large pre‑training models like Baidu’s ERNIE 3.0, AI has progressed through three development waves, now driven by algorithms, compute and data, with pre‑training lowering application barriers and evolving toward larger, multimodal, and more generalizable systems.

Artificial IntelligenceDeep Learningmachine learning
0 likes · 11 min read
Artificial Intelligence Development History and Pre‑training Model Trends
Code DAO
Code DAO
May 6, 2022 · Fundamentals

Information Theory Foundations for Machine Learning and Deep Learning

The article explains Shannon information content, entropy, cross‑entropy, KL‑divergence, conditional entropy and mutual information, illustrating each concept with coin‑flip and dice examples, visual formulas, and discusses their roles as loss functions and evaluation metrics in machine‑learning models.

KL divergencecross entropyentropy
0 likes · 8 min read
Information Theory Foundations for Machine Learning and Deep Learning
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
May 5, 2022 · Artificial Intelligence

Time Series Forecasting Algorithm System in E-commerce: Practice and Applications at NetEase Yanxuan

NetEase Yanxuan built an end‑to‑end time‑series forecasting system for e‑commerce that integrates rich user, product, business and external features with a suite of statistical, machine‑learning and deep‑learning models, delivers predictions via a Tornado‑based service for thousands of SKUs, warehouses, advertising and app traffic, and shows that simpler models like XGBoost often outperform complex deep nets while interpretability and external shocks remain key challenges.

Data ScienceSales PredictionXGBoost
0 likes · 10 min read
Time Series Forecasting Algorithm System in E-commerce: Practice and Applications at NetEase Yanxuan
DataFunTalk
DataFunTalk
Apr 28, 2022 · Artificial Intelligence

Sequence Feature Modeling in Large-Scale Recommendation Systems and Fast Deployment with EasyRec

This article reviews the evolution of behavior‑sequence modeling methods—from pooling and target‑attention to RNN, capsule, transformer, and graph neural networks—explains their industrial relevance, and demonstrates how to quickly apply these techniques in the EasyRec framework with practical configuration examples.

DINEasyRecSequence Modeling
0 likes · 21 min read
Sequence Feature Modeling in Large-Scale Recommendation Systems and Fast Deployment with EasyRec
DataFunTalk
DataFunTalk
Apr 24, 2022 · Artificial Intelligence

Machine Learning‑Driven Time Series Forecasting and Anomaly Detection System at JD Search

The article describes JD Search’s machine‑learning‑based time‑series forecasting and anomaly‑detection platform, detailing its overall architecture, offline and real‑time training pipelines, FFT‑based periodicity detection, Prophet forecasting, DBSCAN outlier detection, and distributed optimizations such as Alink integration and load‑balancing strategies.

DBSCANFFTProphet
0 likes · 10 min read
Machine Learning‑Driven Time Series Forecasting and Anomaly Detection System at JD Search
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Apr 24, 2022 · Operations

Traffic Distribution and Allocation: Non‑Intervention vs. Intervention, Objectives, and Technical Solutions

The article compares non‑intervention (natural) traffic, where models autonomously maximize UV, with intervention (allocation) traffic that fine‑tunes re‑ranking to meet short‑term business goals, outlines objectives of balancing immediate profit and long‑term value, and presents two technical solutions—an ML‑plus‑OR integer‑programming model and a PID‑based control loop—for real‑time traffic allocation.

Operations ResearchPID controlReal-time Decision
0 likes · 9 min read
Traffic Distribution and Allocation: Non‑Intervention vs. Intervention, Objectives, and Technical Solutions
DataFunSummit
DataFunSummit
Apr 23, 2022 · Artificial Intelligence

Intelligent Vehicle‑Cargo Matching, Driver Tagging, and Freight Price Prediction in a Logistics Big Data Platform

The article describes how a logistics company built a data‑driven platform that uses big‑data storage, DeepFM and LSTM models, and real‑time GPS tracking to create an intelligent vehicle‑cargo matching system, a multi‑label driver tagging framework, and a freight price prediction engine, thereby improving efficiency and reducing costs across the industry.

LSTMLogisticsdeepfm
0 likes · 16 min read
Intelligent Vehicle‑Cargo Matching, Driver Tagging, and Freight Price Prediction in a Logistics Big Data Platform
Python Programming Learning Circle
Python Programming Learning Circle
Apr 19, 2022 · Artificial Intelligence

Step‑by‑Step Guide to Building Machine Learning Models with Scikit‑learn Templates

This article introduces a practical, step‑by‑step tutorial on building machine learning models with scikit‑learn, covering problem types, dataset loading, splitting, and a series of reusable templates (V1.0, V2.0, V3.0) for classification, regression, clustering, cross‑validation, and hyper‑parameter tuning, complete with code examples.

Pythonclassificationcross-validation
0 likes · 17 min read
Step‑by‑Step Guide to Building Machine Learning Models with Scikit‑learn Templates
DaTaobao Tech
DaTaobao Tech
Apr 19, 2022 · Artificial Intelligence

Generative Re‑ranking for Diverse and Context‑Aware Recommendation

The paper presents a generative re‑ranking framework for Taobao’s home‑decor channel that combines heuristic sequence generation methods (MMR, DPP, beam search) with a context‑aware encoder to produce diverse, relevance‑balanced recommendation lists, achieving notable gains in PV, IPV, CTR and click‑diversity over traditional point‑wise ranking.

Context-AwareDiversitygenerative re-ranking
0 likes · 19 min read
Generative Re‑ranking for Diverse and Context‑Aware Recommendation
DataFunSummit
DataFunSummit
Apr 17, 2022 · Artificial Intelligence

Precise Marketing Algorithms and Practices at Hello Mobility

This article presents Hello Mobility’s precise marketing system, covering its business background, value, framework, algorithmic capabilities such as Pu‑Learning LookAlike modeling, TSA semi‑supervised learning, and Graph Embedding, as well as identified pain points, project impact, and future directions for scaling and automation.

AISemi-supervised Learninggraph embedding
0 likes · 12 min read
Precise Marketing Algorithms and Practices at Hello Mobility
Zuoyebang Tech Team
Zuoyebang Tech Team
Apr 15, 2022 · Artificial Intelligence

Zuoyebang’s NLP Platforms: Boosting Online Education with AI

In this interview, Zuoyebang’s NLP lead explains how the company built self‑developed platforms like IQC and FTP to automate text quality inspection and intelligent labeling, outlines their architecture, shares practical deep‑learning applications such as translation and grammar correction, and discusses future research directions in large‑scale multi‑label classification, few‑shot learning, and multimodal models.

AI PlatformsNLPmachine learning
0 likes · 11 min read
Zuoyebang’s NLP Platforms: Boosting Online Education with AI
GuanYuan Data Tech Team
GuanYuan Data Tech Team
Apr 14, 2022 · Artificial Intelligence

Mastering Time Series Forecasting: From Moving Averages to Transformers

Time series forecasting, essential across weather, finance, and commerce, involves tasks like classification, clustering, anomaly detection, and especially prediction; this article explores its definitions, evaluation metrics, traditional methods, machine‑learning approaches, deep‑learning models such as TFT, and emerging AutoML tools, offering practical insights and best practices.

AutoMLDeep LearningGBDT
0 likes · 27 min read
Mastering Time Series Forecasting: From Moving Averages to Transformers
Shopee Tech Team
Shopee Tech Team
Apr 14, 2022 · Big Data

URL Normalization and Statistical Analysis in MDAP Using Probabilistic and Machine Learning Techniques

MDAP normalizes URLs by automatically learning pattern‑tree rule models using entropy‑based splits, gibberish and numeric detection, and scalable Flink processing, which groups millions of raw URLs into concise patterns for accurate statistical monitoring, dramatically reducing data noise while still facing latency and model‑iteration challenges.

Flinkmachine learningpattern tree
0 likes · 20 min read
URL Normalization and Statistical Analysis in MDAP Using Probabilistic and Machine Learning Techniques
Python Programming Learning Circle
Python Programming Learning Circle
Apr 14, 2022 · Artificial Intelligence

Top Clustering Algorithms in Python with scikit-learn: A Comprehensive Tutorial

This tutorial explains clustering as an unsupervised learning task, outlines why no single algorithm fits all data, and provides step‑by‑step Python code using scikit‑learn to install the library, generate synthetic datasets, and apply ten popular clustering algorithms with visualizations.

PythonUnsupervised Learningclustering
0 likes · 21 min read
Top Clustering Algorithms in Python with scikit-learn: A Comprehensive Tutorial
Alipay Experience Technology
Alipay Experience Technology
Apr 14, 2022 · Frontend Development

Boosting Complex Marketing Animations: WebGL Performance Tricks & AI‑Powered Smart Effects

This talk explains how Ant Group's MarsStudio tackles the challenges of large‑scale marketing scenes by optimizing WebGL rendering to reduce CPU‑GPU communication and by using machine‑learning‑driven smart animation generation to let front‑end developers create dynamic effects quickly and efficiently.

FrontendGraphicsmachine learning
0 likes · 9 min read
Boosting Complex Marketing Animations: WebGL Performance Tricks & AI‑Powered Smart Effects
DaTaobao Tech
DaTaobao Tech
Apr 13, 2022 · Artificial Intelligence

Machine‑Learning Based Bandwidth Prediction and Adaptive Streaming for Taobao Live: Concerto, OnRL, and Loki

Alibaba’s Taobao Live team replaced rule‑based bandwidth estimators with three machine‑learning solutions—Concerto, OnRL, and Loki—trained on over a million hours of global live‑stream data, achieving up to 13% throughput gain, threefold stall reduction, and up to 44% lower 95th‑percentile stalls, now deployed commercially.

Real-time Videoadaptive bitratebandwidth prediction
0 likes · 14 min read
Machine‑Learning Based Bandwidth Prediction and Adaptive Streaming for Taobao Live: Concerto, OnRL, and Loki
Tencent Cloud Developer
Tencent Cloud Developer
Apr 11, 2022 · Artificial Intelligence

Recall Module in Recommendation Systems: Multi-Path Retrieval and Optimization

The recall module in recommendation systems retrieves thousands of items from massive pools using parallel non-personalized and personalized paths—such as hot-item, content-based, behavior-based, and deep-model recall—prioritizing coverage and low latency while addressing challenges like hard-negative sampling, selection bias, objective alignment, and channel competition to feed downstream ranking.

AImachine learningmulti-path retrieval
0 likes · 15 min read
Recall Module in Recommendation Systems: Multi-Path Retrieval and Optimization
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Apr 11, 2022 · Artificial Intelligence

Understanding AI: Definitions, Applications in Games and Products, and Basic Machine Learning Concepts

This article explains what artificial intelligence is, distinguishes weak and strong AI, explores its applications in games, product testing, and NetEase's Fuxi platform, and introduces fundamental machine‑learning concepts such as supervised, unsupervised, and reinforcement learning, as well as neural networks and loss functions.

AINeural Networksgame AI
0 likes · 10 min read
Understanding AI: Definitions, Applications in Games and Products, and Basic Machine Learning Concepts
Snowball Engineer Team
Snowball Engineer Team
Apr 11, 2022 · Artificial Intelligence

Design and Implementation of Snowball's Model Feature Management Platform

The article presents Snowball's model feature platform, detailing its motivation, architecture, feature lifecycle management, online engine design, optimization techniques, and the resulting improvements in feature iteration speed, reuse, and system stability for recommendation and search services.

Feature ManagementModel Servingfeature engineering
0 likes · 16 min read
Design and Implementation of Snowball's Model Feature Management Platform
DataFunSummit
DataFunSummit
Apr 10, 2022 · Artificial Intelligence

Algorithmic Optimization of Information‑Flow Advertising for Hallo Mobility

This presentation details how Hallo Mobility tackles the challenges of information‑flow ad modeling by describing the ad ecosystem, the company’s business evolution, and the advertiser‑side algorithmic solutions—including plan‑level quality detection, creative‑level uplift modeling, feature‑cross engineering, and pre‑bid user screening—while outlining future directions for automated, data‑driven ad delivery.

AIInformation FlowUplift Modeling
0 likes · 18 min read
Algorithmic Optimization of Information‑Flow Advertising for Hallo Mobility
Tencent Cloud Developer
Tencent Cloud Developer
Apr 7, 2022 · Artificial Intelligence

Re‑ranking in Recommendation Systems: Architecture, Techniques, and Efficiency

The article surveys the re‑ranking stage of modern recommendation pipelines, detailing its architecture after recall and precise ranking, and examining how shuffling and diversity improve user experience, while multi‑task fusion, context‑aware learning‑to‑rank, real‑time online learning, and traffic‑control strategies balance accuracy, efficiency, and business responsiveness.

DiversityOnline LearningReal-Time
0 likes · 15 min read
Re‑ranking in Recommendation Systems: Architecture, Techniques, and Efficiency
DataFunSummit
DataFunSummit
Apr 3, 2022 · Artificial Intelligence

Tree‑Based Causal Inference for Smart Subsidy Optimization at Hello Mobility

This article explains how Hello Mobility uses tree‑based causal inference and uplift modeling to improve smart subsidy efficiency in hotel marketing, covering background, uplift methods, custom split criteria, offline AUUC evaluation, online deployment, and future research directions.

Marketing OptimizationUplift Modelingcausal inference
0 likes · 17 min read
Tree‑Based Causal Inference for Smart Subsidy Optimization at Hello Mobility
DataFunSummit
DataFunSummit
Apr 1, 2022 · Artificial Intelligence

Detecting Invalid Queries in Voice Interaction: Non‑Human Interaction and Ambiguous Intent Recognition

This talk presents a comprehensive study of invalid query detection in voice assistants, covering the definition of effective and ineffective queries, challenges of non‑human interaction and ambiguous intent recognition, data collection, model design, experimental results, user‑feedback loops, and future research directions.

invalid query detectionmachine learningnatural language understanding
0 likes · 20 min read
Detecting Invalid Queries in Voice Interaction: Non‑Human Interaction and Ambiguous Intent Recognition
HelloTech
HelloTech
Mar 28, 2022 · Artificial Intelligence

Algorithmic Optimization for Information Flow Advertising at Hello Travel

Hello Travel tackles information‑flow advertising challenges by using LightGBM‑based models to predict order conversion, creative performance, and pre‑bid user quality, augmenting sparse data with feature engineering and uplift techniques, while planning future fully automated delivery, richer pre‑screening, and cross‑channel reinforcement‑learning enhancements.

AdvertisingAlgorithm OptimizationLightGBM
0 likes · 18 min read
Algorithmic Optimization for Information Flow Advertising at Hello Travel
DataFunTalk
DataFunTalk
Mar 28, 2022 · Artificial Intelligence

Construction and Application of Meituan's On‑site Comprehensive Knowledge Graph

This article introduces Meituan's on‑site comprehensive knowledge graph, detailing its multi‑layer design, data‑driven construction pipeline, challenges of diverse user demands and industry complexity, and showcases practical applications in search, recommendation, intelligent display, as well as future expansion plans.

Meituanknowledge graphlocal services
0 likes · 22 min read
Construction and Application of Meituan's On‑site Comprehensive Knowledge Graph
DataFunSummit
DataFunSummit
Mar 27, 2022 · Artificial Intelligence

Causal Machine Learning for User Growth: Concepts, Methods, and Applications

This article explores how combining causal inference with machine learning can uncover subtle correlations in large datasets, detailing user growth metrics, propensity‑score matching, causal recommendation models, heterogeneous treatment effect analysis, and practical strategies for improving retention and activity in recommendation systems.

Propensity Score Matchingcausal inferenceheterogeneous treatment effect
0 likes · 12 min read
Causal Machine Learning for User Growth: Concepts, Methods, and Applications
DataFunTalk
DataFunTalk
Mar 27, 2022 · Artificial Intelligence

Algorithmic Optimization for Information‑Flow Advertising at Hello Travel

This talk explains how Hello Travel tackles challenges in information‑flow advertising by describing the market landscape, their business background, and detailed algorithmic optimization across plan, creative, and pre‑bid dimensions, including data‑driven modeling, feature engineering, LightGBM and uplift models, and outlines future directions.

AdvertisingAlgorithm OptimizationLightGBM
0 likes · 16 min read
Algorithmic Optimization for Information‑Flow Advertising at Hello Travel
IT Services Circle
IT Services Circle
Mar 23, 2022 · Artificial Intelligence

Local Outlier Factor (LOF) Algorithm: Theory, Workflow, Pros & Cons, and Python Implementation

This article introduces the classic density‑based anomaly detection method Local Outlier Factor (LOF), explains its underlying concepts such as k‑distance, reachability distance, and local reachability density, outlines the algorithm steps, discusses its advantages and limitations, and provides practical Python examples using PyOD and scikit‑learn.

LOFPythonanomaly detection
0 likes · 10 min read
Local Outlier Factor (LOF) Algorithm: Theory, Workflow, Pros & Cons, and Python Implementation
DataFunSummit
DataFunSummit
Mar 22, 2022 · Artificial Intelligence

Housing Price Estimation and Average Price Calculation Using 58.com Data and CatBoost

This article presents a comprehensive overview of 58.com’s real‑estate price system, describes how average prices are computed from platform data, explains three anomaly‑detection methods, and details a CatBoost‑based machine‑learning model for automated house valuation, including feature engineering and evaluation metrics.

CatBoostReal Estate Dataanomaly detection
0 likes · 15 min read
Housing Price Estimation and Average Price Calculation Using 58.com Data and CatBoost
DataFunTalk
DataFunTalk
Mar 21, 2022 · Artificial Intelligence

Graph-Based I2I Recall for Short Video Recommendation at Kuaishou

This article presents Kuaishou's graph‑based item‑to‑item (I2I) recall pipeline for short‑video recommendation, detailing the business challenges, the advantages of graph neural networks, the system architecture, optimization techniques such as similarity metric refinement, graph structure learning, edge‑weight learning, and future research directions.

I2I recallKuaishoumachine learning
0 likes · 16 min read
Graph-Based I2I Recall for Short Video Recommendation at Kuaishou
DataFunTalk
DataFunTalk
Mar 20, 2022 · Artificial Intelligence

Detecting Invalid Queries in Voice Interaction: Non‑Human Interaction and Ambiguous Intent Recognition

This talk presents a comprehensive study of invalid query detection in voice assistants, covering the definition and taxonomy of invalid queries, challenges of non‑human interaction and ambiguous intent recognition, data collection and labeling strategies, feature engineering, deep neural network modeling, experimental results, user‑feedback loops, and current performance limits.

AIdialogue systeminvalid query
0 likes · 17 min read
Detecting Invalid Queries in Voice Interaction: Non‑Human Interaction and Ambiguous Intent Recognition
DataFunSummit
DataFunSummit
Mar 19, 2022 · Artificial Intelligence

Intelligent Advertising in Real Estate: Challenges, Practices, and Insights from Beike

This article presents Beike's experience in intelligent real‑estate advertising, detailing the business background, key technical challenges such as conversion‑rate estimation, delayed‑feedback modeling, GEO targeting, and budget allocation, and sharing practical solutions that improved conversion rates by over 10%.

AIDSPReal Estate
0 likes · 11 min read
Intelligent Advertising in Real Estate: Challenges, Practices, and Insights from Beike
DataFunTalk
DataFunTalk
Mar 19, 2022 · Artificial Intelligence

QQ Music Recommendation Architecture: Challenges, Solutions, and Future Directions

This article details how QQ Music tackled rapid growth in recommendation traffic by redesigning its recommendation architecture, introducing a cloud‑native machine‑learning platform, optimizing data services, and adopting a DAG‑based recall system to improve scalability, flexibility, and development efficiency.

AIArchitectureCloud Native
0 likes · 12 min read
QQ Music Recommendation Architecture: Challenges, Solutions, and Future Directions
Python Programming Learning Circle
Python Programming Learning Circle
Mar 19, 2022 · Artificial Intelligence

Building a Simple Digital Twin for Lithium‑Ion Batteries Using Python and Neural Networks

The article demonstrates how to build a digital twin for lithium‑ion batteries in Python by constructing a physics‑based model, augmenting it with experimental data using a simple Keras neural network, and visualizing predictions, illustrating the hybrid approach’s improved accuracy over purely empirical methods.

Digital TwinKerasNeural Network
0 likes · 9 min read
Building a Simple Digital Twin for Lithium‑Ion Batteries Using Python and Neural Networks
Kuaishou Tech
Kuaishou Tech
Mar 16, 2022 · Artificial Intelligence

Multi-Dimensional Causal Forest Model for Heterogeneous Treatment Effects in Marketing

This paper introduces a novel multi-dimensional causal forest model combined with efficient integer programming algorithms to estimate heterogeneous treatment effects (HTE) in marketing scenarios, outperforming traditional tree-based methods through improved handling of intervention heterogeneity and resource allocation optimization.

A/B testingMarketing AlgorithmsTencent Research
0 likes · 7 min read
Multi-Dimensional Causal Forest Model for Heterogeneous Treatment Effects in Marketing
DataFunSummit
DataFunSummit
Mar 15, 2022 · Artificial Intelligence

KuaiRec: A 99.6% Dense Short‑Video Recommendation Dataset for Unbiased and Interactive Recommendation Research

The article introduces KuaiRec, a densely observed short‑video recommendation dataset with 99.6% density covering 1,411 users and 3,327 videos, discusses its structure, advantages over sparse public datasets, and its applicability to unbiased, interactive, conversational and reinforcement‑learning based recommendation studies.

KuaiRecdense datasetinteractive recommendation
0 likes · 7 min read
KuaiRec: A 99.6% Dense Short‑Video Recommendation Dataset for Unbiased and Interactive Recommendation Research
DataFunTalk
DataFunTalk
Mar 12, 2022 · Artificial Intelligence

NetEase Cloud Music Advertising System: Algorithm Practice and Model Evolution

This article presents a comprehensive overview of NetEase Cloud Music's advertising system, detailing its architecture, core challenges, CTR and CVR prediction models, feature engineering, model evolution from LR to deep learning, user vector modeling, and practical recommendations for improving ad performance.

AdvertisingCTR predictionDeep Learning
0 likes · 15 min read
NetEase Cloud Music Advertising System: Algorithm Practice and Model Evolution
DataFunSummit
DataFunSummit
Mar 10, 2022 · Artificial Intelligence

Applying Causal Inference to Debias Recommendation Systems at Kuaishou

This talk explores how causal inference techniques are used to identify and mitigate various biases in Kuaishou's recommendation pipeline, covering background theory, recent research advances, practical implementations for popularity and video completion debiasing, and reflections on challenges and future directions.

AIKuaishoubias debiasing
0 likes · 19 min read
Applying Causal Inference to Debias Recommendation Systems at Kuaishou
ByteDance SE Lab
ByteDance SE Lab
Mar 10, 2022 · Mobile Development

How Fastbot Boosts iOS App Stability with AI‑Driven Automated Testing

Fastbot, a collaborative AI‑powered testing service from ByteDance’s Quality Lab and GIP iOS platform team, overcomes TestFlight limits by using machine learning and reinforcement learning to automate stability testing, improve code coverage, detect accessibility issues, and streamline result consumption for faster app releases.

Automated TestingaccessibilityiOS testing
0 likes · 15 min read
How Fastbot Boosts iOS App Stability with AI‑Driven Automated Testing
ITPUB
ITPUB
Mar 2, 2022 · Artificial Intelligence

Leveraging Giant AI Models for Startup Success: Opportunities and Pitfalls

This article examines how startups can harness massive pre‑trained AI models such as GPT‑3, outlining the historical context, benefits of transfer learning, the steep costs and data‑alignment challenges, and strategic considerations when using cloud APIs versus self‑hosting.

AICloud APIsRisk management
0 likes · 14 min read
Leveraging Giant AI Models for Startup Success: Opportunities and Pitfalls
DataFunSummit
DataFunSummit
Mar 1, 2022 · Artificial Intelligence

Alibaba's Smart Supply‑Chain Forecasting: Scenarios, Algorithm R&D, and Application Cases

This article details Alibaba's exploration of intelligent supply‑chain forecasting, covering scenario classification, three generations of prediction algorithms, the self‑developed Falcon model, performance evaluation, and real‑world cases such as Double 11 and live‑streaming, highlighting challenges and practical solutions.

AIDeep LearningTime Series
0 likes · 18 min read
Alibaba's Smart Supply‑Chain Forecasting: Scenarios, Algorithm R&D, and Application Cases
HelloTech
HelloTech
Mar 1, 2022 · Artificial Intelligence

Causal Inference and Tree‑Based Uplift Modeling for Intelligent Subsidy in Ride‑Sharing Services

The paper applies causal inference and tree‑based uplift modeling to identify coupon‑responsive riders, using T‑, S‑, and X‑Learners as well as a proprietary Treelift model that directly optimizes per‑user utility, achieving a 4.7% lift over manual rules and 2.3% over prior response models.

AIMarketing OptimizationUplift Modeling
0 likes · 17 min read
Causal Inference and Tree‑Based Uplift Modeling for Intelligent Subsidy in Ride‑Sharing Services
DataFunSummit
DataFunSummit
Feb 28, 2022 · Artificial Intelligence

UGC Sentiment Analysis Solutions and Applications in Taobao

This article presents a comprehensive overview of Taobao's user‑generated content (UGC) sentiment analysis pipeline, covering background, task definition, challenges, model architecture—including RoBERTa‑based extraction, sentiment‑knowledge pre‑training, and graph augmentation—personalized impression ranking, business impact cases, and future research directions.

Sentiment AnalysisUGCaspect extraction
0 likes · 16 min read
UGC Sentiment Analysis Solutions and Applications in Taobao
DataFunSummit
DataFunSummit
Feb 27, 2022 · Artificial Intelligence

Dxm Eros: A Massive‑Scale Graph Platform for Financial Risk Control

This article introduces the Dxm Eros ultra‑large graph platform, explains its architecture, storage, analysis, modeling and visualization capabilities, and demonstrates how graph‑based machine learning is applied to fintech risk control, anti‑fraud, anti‑money‑laundering and automated audit workflows.

AIFintechGraph Database
0 likes · 17 min read
Dxm Eros: A Massive‑Scale Graph Platform for Financial Risk Control
DataFunTalk
DataFunTalk
Feb 26, 2022 · Artificial Intelligence

Intelligent Advertising in Real Estate: Challenges, Practices, and Insights from Beike

This article presents Beike's experience in applying intelligent advertising to the real‑estate industry, detailing business background, key technical challenges, multi‑task conversion modeling, GEO user targeting, delayed‑feedback calibration, and ROI‑driven budget allocation to improve ad effectiveness.

AIAdvertisingReal Estate
0 likes · 10 min read
Intelligent Advertising in Real Estate: Challenges, Practices, and Insights from Beike
JD Cloud Developers
JD Cloud Developers
Feb 25, 2022 · Artificial Intelligence

How JD’s Heuristic QA Boosts Smart Customer Service with AI

This article details JD's heuristic question‑answering framework for intelligent customer service, covering its pre‑consultation prediction, in‑consultation associative input, post‑consultation recommendation modules, underlying algorithms, deployment results, and future enhancement directions.

AIcustomer-servicedialogue system
0 likes · 17 min read
How JD’s Heuristic QA Boosts Smart Customer Service with AI
DataFunTalk
DataFunTalk
Feb 22, 2022 · Artificial Intelligence

Real‑Time Graph Neural Network for Payment Fraud Detection at eBay

This article describes how eBay applies graph neural networks to real‑time payment fraud detection, covering the anti‑fraud scenario, limitations of traditional GBDT pipelines, challenges of constructing and serving dynamic heterogeneous graphs, the end‑to‑end solution with directed slice graphs and a Lambda‑style architecture, and experimental results comparing GNN with LightGBM.

Real-time analyticsfraud detectionmachine learning
0 likes · 15 min read
Real‑Time Graph Neural Network for Payment Fraud Detection at eBay
DataFunTalk
DataFunTalk
Feb 21, 2022 · Artificial Intelligence

Causal Inference for Bias Mitigation in Kuaishou Recommendation Systems

This talk explains how recommendation bias arises from popularity and position effects, introduces causal inference concepts and three inference levels, reviews recent research such as DICE and Huawei’s causal embedding, and details Kuaishou’s practical applications—including popularity debias, causal representation decoupling, and video completion‑rate debias—along with experimental results and future challenges.

Kuaishoubias mitigationmachine learning
0 likes · 20 min read
Causal Inference for Bias Mitigation in Kuaishou Recommendation Systems
DataFunTalk
DataFunTalk
Feb 18, 2022 · Artificial Intelligence

Travel Intent Prediction in E-commerce: Algorithm Strategies, Multi‑source Behavior Modeling, and Model Design

This talk presents Alibaba's travel intent prediction system, detailing the unique challenges of low‑frequency, multi‑source travel behavior, the multi‑granular CNN and time‑attention model architecture, experimental comparisons with baselines, and how integrated user interest modeling improves recommendation performance.

Deep Learningattentionmachine learning
0 likes · 11 min read
Travel Intent Prediction in E-commerce: Algorithm Strategies, Multi‑source Behavior Modeling, and Model Design
DataFunSummit
DataFunSummit
Feb 15, 2022 · Artificial Intelligence

Real-time Fraud Detection in E-commerce Payments Using Graph Neural Networks

This article presents an end‑to‑end solution that leverages graph neural networks and dynamic bipartite graph construction to detect payment fraud in eBay's e‑commerce platform in real time, addressing traditional model limitations, graph latency challenges, and demonstrating superior performance over GBDT approaches.

e‑commercefraud detectiongraph neural networks
0 likes · 15 min read
Real-time Fraud Detection in E-commerce Payments Using Graph Neural Networks
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 10, 2022 · Artificial Intelligence

Simple Music Recommendation System: Audio‑Feature and Playlist‑Based Approaches

This article presents two straightforward music recommendation methods—content‑based filtering using audio features and collaborative filtering using playlist data—detailing their design ideas, key Python and Go code snippets, model training, evaluation, and possible improvements.

Pythonaudio feature extractioncollaborative filtering
0 likes · 13 min read
Simple Music Recommendation System: Audio‑Feature and Playlist‑Based Approaches
DataFunTalk
DataFunTalk
Feb 8, 2022 · Artificial Intelligence

Large-Scale Graph Platform Dxm Eros for Financial Risk Control

This article introduces the Dxm Eros ultra‑large graph platform, detailing its architecture, storage, analysis, modeling, and visualization modules, and demonstrates how graph machine‑learning techniques are applied to financial risk control, fraud detection, anti‑money‑laundering, and automated credit review.

AIGraph Databasefinancial risk
0 likes · 18 min read
Large-Scale Graph Platform Dxm Eros for Financial Risk Control
DataFunSummit
DataFunSummit
Feb 7, 2022 · Artificial Intelligence

Financial Risk Control: Full Process, Data & Technology Requirements, and Visual Analytics Cases

This presentation explains the fundamentals of financial risk control, outlines the data and AI technologies needed across the pre‑loan, in‑loan, and post‑loan stages, and showcases visual‑analytics and federated‑learning case studies that improve model interpretability, monitoring, and enterprise risk management.

AIData visualizationfinancial risk control
0 likes · 22 min read
Financial Risk Control: Full Process, Data & Technology Requirements, and Visual Analytics Cases
DeWu Technology
DeWu Technology
Feb 7, 2022 · Artificial Intelligence

Generalized Recommendation Solution for Transaction Scenarios

DeWu’s e‑commerce platform consolidated dozens of small‑scale transaction scenes into a universal personalized recommendation system by adopting a user‑to‑item DSSM dual‑tower model with unified sampling, category‑aware negative mining, cosine‑normalized embeddings, and real‑time serving, boosting click‑through rates by over 10% across all scenarios.

DSSMdual-towere‑commerce
0 likes · 13 min read
Generalized Recommendation Solution for Transaction Scenarios
DataFunTalk
DataFunTalk
Feb 7, 2022 · Artificial Intelligence

Causal Machine Learning for User Growth: Concepts, Methods, and Applications

This article explores how combining causal inference with machine learning can detect subtle correlations in large datasets, improve user growth metrics such as retention and activity, and presents practical methods like propensity score matching, uplift modeling, HTE analysis, and meta‑learners applied to recommendation systems.

Propensity Score MatchingUplift Modelingheterogeneous treatment effect
0 likes · 13 min read
Causal Machine Learning for User Growth: Concepts, Methods, and Applications
21CTO
21CTO
Feb 4, 2022 · Artificial Intelligence

AlphaCode: DeepMind’s AI Beats Half of Human Programmers in Codeforces Contest

DeepMind’s AlphaCode, a transformer‑based AI trained on hundreds of gigabytes of code, demonstrated competitive programming abilities comparable to the middle 54% of human participants on Codeforces, highlighting significant progress in AI‑driven problem solving and code generation.

AI programmingAlphaCodeArtificial Intelligence
0 likes · 7 min read
AlphaCode: DeepMind’s AI Beats Half of Human Programmers in Codeforces Contest
IT Services Circle
IT Services Circle
Feb 1, 2022 · Fundamentals

Comprehensive Guide to Recommended Programming Videos and Resources for Python, Go, Frontend, and Data Analysis

This article curates a wide range of high‑quality video tutorials, books, and online resources covering Python fundamentals, web crawling, data analysis, machine learning, Go language development, and front‑end technologies, offering practical recommendations and rating scores to help learners choose suitable study material.

FrontendGoLearning Resources
0 likes · 12 min read
Comprehensive Guide to Recommended Programming Videos and Resources for Python, Go, Frontend, and Data Analysis
G7 EasyFlow Tech Circle
G7 EasyFlow Tech Circle
Jan 30, 2022 · Artificial Intelligence

Uncovering Road Freight Accident Causes with DoWhy & EconML: A Causal Inference Walkthrough

This article explains why causal inference is essential for decision‑making, contrasts it with pure prediction, outlines the four DoWhy steps (modeling, identification, estimation, refutation), and demonstrates a case study on road freight accidents using DoWhy and EconML with code examples and results.

DoWhyEconMLcausal inference
0 likes · 16 min read
Uncovering Road Freight Accident Causes with DoWhy & EconML: A Causal Inference Walkthrough
Java High-Performance Architecture
Java High-Performance Architecture
Jan 25, 2022 · Cloud Native

Why Is Debugging Microservices on Kubernetes So Hard? Proven Strategies to Overcome It

Debugging microservices in a Kubernetes environment is challenging due to the abstraction of pods, network complexities, infrastructure issues, and application-level faults, but by monitoring at the service layer, aggregating data, and applying machine‑learning‑based anomaly detection, teams can effectively identify and resolve problems.

KubernetesMicroservicesmachine learning
0 likes · 6 min read
Why Is Debugging Microservices on Kubernetes So Hard? Proven Strategies to Overcome It
DataFunTalk
DataFunTalk
Jan 24, 2022 · Artificial Intelligence

Meituan Search Ranking: Multi‑Business Sorting Architecture and Optimization Practices

This article presents Meituan's search ranking system, detailing its multi‑business sorting architecture, layered ranking pipeline, quota and fine‑ranking models, aggregation modeling techniques, and supporting platforms such as Lego and Poker, while also sharing practical insights and recruitment information.

AIMeituanmachine learning
0 likes · 16 min read
Meituan Search Ranking: Multi‑Business Sorting Architecture and Optimization Practices
Alimama Tech
Alimama Tech
Jan 19, 2022 · Artificial Intelligence

Advances in Alibaba Search Advertising Estimation: Model Deepening, Interaction, and System Efficiency (2021 Review)

The 2021 review of Alibaba’s Mama Search Advertising estimation platform details advances in model deepening—such as hash‑based embedding compression, adaptive dynamic parameters and graph neural networks—model interaction via a multi‑stage cascade with ranking distillation and oracle bias, and system efficiency gains from HPC training, mixed‑precision, multi‑hash embeddings, and fp16 quantization that deliver roughly a thirty‑fold speed‑up.

Ad TechCTRCVR
0 likes · 34 min read
Advances in Alibaba Search Advertising Estimation: Model Deepening, Interaction, and System Efficiency (2021 Review)
DataFunTalk
DataFunTalk
Jan 13, 2022 · Artificial Intelligence

Graph Neural Networks for Fraud Detection: Overview, Methods, and Resources

This article provides a comprehensive overview of fraud detection using graph neural networks, covering background definitions, fraud categories, GNN application steps, a timeline of key research papers, practical challenges, solutions, and a collection of open‑source resources and datasets.

AIfraud detectiongraph mining
0 likes · 24 min read
Graph Neural Networks for Fraud Detection: Overview, Methods, and Resources
DataFunTalk
DataFunTalk
Jan 12, 2022 · Artificial Intelligence

Advances in Knowledge Graph Construction: AI Development, Named Entity Recognition, Relation Extraction, and Attribute Completion

This technical report presents a comprehensive overview of artificial intelligence evolution, knowledge‑graph construction techniques—including traditional, cross‑lingual and reading‑comprehension based named entity recognition, weak‑supervised and joint relation extraction, attribute completion via multi‑source cues, and conditional knowledge‑graph modeling—highlighting recent research findings and experimental results.

AI Developmentattribute completionknowledge graph
0 likes · 20 min read
Advances in Knowledge Graph Construction: AI Development, Named Entity Recognition, Relation Extraction, and Attribute Completion
58 Tech
58 Tech
Jan 10, 2022 · Artificial Intelligence

Resource Utilization Optimization Practices for the 58.com Machine Learning Platform (WPAI)

This article details the 58.com WPAI machine learning platform's architecture and the optimizations applied to training task scheduling, inference service elastic scaling, and offline‑online resource mixing, demonstrating how these techniques significantly improve GPU/CPU utilization and inference performance across both GPU and CPU environments.

AIInference AccelerationKubernetes
0 likes · 27 min read
Resource Utilization Optimization Practices for the 58.com Machine Learning Platform (WPAI)
DataFunSummit
DataFunSummit
Jan 9, 2022 · Artificial Intelligence

Applying Graph Neural Networks to Fraud Detection: Background, Research Progress, Methods, and Resources

This article reviews the fundamentals of fraud, surveys the evolution of graph neural network research for fraud detection, outlines practical application steps, discusses key challenges such as disguise, scalability, and label scarcity, and provides representative papers, new research directions, industrial case studies, and open-source resources.

AIGNNfraud detection
0 likes · 23 min read
Applying Graph Neural Networks to Fraud Detection: Background, Research Progress, Methods, and Resources
DataFunTalk
DataFunTalk
Jan 8, 2022 · Artificial Intelligence

Survey of Classic Recommendation Algorithms: LR, FM, FFM, WDL, DeepFM, DCN, and xDeepFM

This article surveys classic recommendation algorithms—including Logistic Regression, Factorization Machines, Field‑aware FM, Wide & Deep, DeepFM, DCN, and xDeepFM—explaining their principles, feature preprocessing, problem scopes, and industrial applications within personalized recommendation systems.

Deep Learningfactorization machinesfeature engineering
0 likes · 12 min read
Survey of Classic Recommendation Algorithms: LR, FM, FFM, WDL, DeepFM, DCN, and xDeepFM
DataFunTalk
DataFunTalk
Jan 7, 2022 · Artificial Intelligence

Group-Theoretic Self-Supervised Representation Learning (Lecture)

On Jan 7, 2024, BIT’s “Hundred Lectures” will feature Assistant Professor Hanwang Zhang presenting his group‑theoretic self‑supervised representation learning work, including the IP‑IRM method that iteratively partitions data and applies invariant risk minimization to achieve fully disentangled visual features, with the session streamed via Tencent Meeting.

AIgroup theorymachine learning
0 likes · 4 min read
Group-Theoretic Self-Supervised Representation Learning (Lecture)
Amap Tech
Amap Tech
Jan 6, 2022 · Artificial Intelligence

Wuhan University and Amap Win the Smartphone‑Based Indoor Positioning Track at IPIN2021

Wuhan University and Amap clinched first place in IPIN 2021’s Smartphone‑Based Indoor Positioning track by fusing machine‑learning‑driven pedestrian dead‑reckoning with magnetic, Bluetooth and Wi‑Fi matching, achieving real‑time, high‑frequency indoor navigation using only a phone’s built‑in sensors.

IPIN2021indoor positioningmachine learning
0 likes · 6 min read
Wuhan University and Amap Win the Smartphone‑Based Indoor Positioning Track at IPIN2021
DataFunSummit
DataFunSummit
Jan 3, 2022 · Artificial Intelligence

Exploration of Alibaba's Feizhu Recommendation Algorithms and Full‑Space CVR Estimation Models (ESMM, ESM², HM³)

This article presents an in‑depth overview of Alibaba's e‑commerce and travel recommendation systems, covering the evolution of full‑space CVR estimation models such as ESMM, ESM² and HM³, their architectural components, challenges, and practical applications in the Feizhu platform.

AlibabaCVR estimationFull‑Space Modeling
0 likes · 25 min read
Exploration of Alibaba's Feizhu Recommendation Algorithms and Full‑Space CVR Estimation Models (ESMM, ESM², HM³)
DataFunSummit
DataFunSummit
Jan 1, 2022 · Artificial Intelligence

Intelligent Advertising Delivery System: Budget‑Constrained Bidding, Multi‑Constraint Bidding, Sequential Allocation, and Multi‑Channel Optimization

This article systematically introduces Alibaba's advertising intelligence platform, covering the evolution from simple CPM/CPC models to advanced budget‑constrained, multi‑constraint, and sequential bidding strategies, multi‑channel optimization, and reinforcement‑learning‑based solutions that jointly maximize advertiser ROI and platform revenue.

Multi‑Channelbudget optimizationmachine learning
0 likes · 34 min read
Intelligent Advertising Delivery System: Budget‑Constrained Bidding, Multi‑Constraint Bidding, Sequential Allocation, and Multi‑Channel Optimization
Code DAO
Code DAO
Jan 1, 2022 · Artificial Intelligence

Automating Machine Learning Workflows with Scikit‑Learn Pipelines

This article demonstrates how to build a reproducible fraud‑detection workflow using scikit‑learn's Pipeline class, comparing a manual script with a pipeline‑based approach on the IEEE‑CIS Kaggle dataset and showing the benefits of modular, repeatable ML code.

PipelinePythonfraud detection
0 likes · 8 min read
Automating Machine Learning Workflows with Scikit‑Learn Pipelines
DataFunTalk
DataFunTalk
Dec 30, 2021 · Artificial Intelligence

Push Notification Volume Optimization Using Uplift Modeling at Tencent Mobile QQ Browser

This article details Tencent's application of uplift modeling to optimize QQ Browser push notification volume, covering push system characteristics, causal analysis challenges, a refined S‑learner with metric learning, and resulting DAU improvements, while also addressing practical Q&A on uplift techniques.

DAU optimizationPush NotificationTencent
0 likes · 8 min read
Push Notification Volume Optimization Using Uplift Modeling at Tencent Mobile QQ Browser
Efficient Ops
Efficient Ops
Dec 29, 2021 · Artificial Intelligence

How AI Model Risk Governance Maturity Is Shaping Financial Fraud Prevention

The article details China's new AI model risk governance regulations, the CAICT 2021 GOLF+ IT Governance Forum, Tongdun Technology's successful maturity assessment for financial gambling‑fraud risk models, and insights from executives on implementation challenges, benefits, and future plans.

AI GovernanceRisk managementfinancial fraud
0 likes · 13 min read
How AI Model Risk Governance Maturity Is Shaping Financial Fraud Prevention
Python Programming Learning Circle
Python Programming Learning Circle
Dec 29, 2021 · Artificial Intelligence

Top 10 Python Machine‑Learning Libraries of 2021 (Including Notable Domestic Projects)

This article surveys the ten most prominent Python libraries for machine learning released in 2021, highlighting both internationally popular and high‑performing Chinese open‑source projects, and explains their main features, performance advantages, and where to find them on GitHub.

AI librariesData ScienceOpen-source
0 likes · 9 min read
Top 10 Python Machine‑Learning Libraries of 2021 (Including Notable Domestic Projects)