Tagged articles
216 articles
Page 2 of 3
DataFunSummit
DataFunSummit
Nov 15, 2021 · Artificial Intelligence

Hotel Search Relevance Construction and Modeling at Fliggy (Alibaba)

This article presents a comprehensive overview of Fliggy's hotel search system, covering its multi‑platform background, architecture, complex relevance factors—including text, spatial, and price—and the modeling techniques used to fuse these signals for personalized ranking, along with future improvement directions.

AIhotel searchpersonalization
0 likes · 18 min read
Hotel Search Relevance Construction and Modeling at Fliggy (Alibaba)
21CTO
21CTO
Oct 14, 2021 · Fundamentals

Which Programming Languages Dominate 2021? IEEE Spectrum’s Ranking Revealed

The article examines IEEE Spectrum's 2021 programming language ranking, compares it with Stack Overflow and TIOBE surveys, explains the methodology using eight data sources and eleven metrics, and highlights Python's surge alongside the enduring popularity of Java, C, C++, and JavaScript.

IEEE SpectrumJavaPython
0 likes · 7 min read
Which Programming Languages Dominate 2021? IEEE Spectrum’s Ranking Revealed
DataFunTalk
DataFunTalk
Oct 11, 2021 · Artificial Intelligence

Full-Chain Linkage Techniques for Alibaba Display Advertising: From Deep Learning to Set Selection

Facing diminishing deep‑learning and compute gains in Alibaba’s display‑ad pipeline, the speaker proposes a full‑chain linkage approach that combines vector‑based recall (PDM), entire‑space pre‑ranking (ESDM), and set‑selection learning‑to‑rank models (LDM, LBDM) to align upstream modules with downstream objectives, yielding 8‑10% revenue growth.

Deep Learningfull-chain optimizationmachine learning
0 likes · 28 min read
Full-Chain Linkage Techniques for Alibaba Display Advertising: From Deep Learning to Set Selection
21CTO
21CTO
Oct 4, 2021 · Databases

October 2023 DB‑Engines Ranking: Top 10 Databases & Emerging Trends

The October DB‑Engines popularity ranking shows the same top‑10 databases as September, highlights score gains for MySQL and PostgreSQL, notes a year‑over‑year decline for the three leading systems, and reveals Snowflake’s rise into the top‑20, all based on five key popularity indicators.

DB-EnginesNoSQLSQL
0 likes · 4 min read
October 2023 DB‑Engines Ranking: Top 10 Databases & Emerging Trends
macrozheng
macrozheng
Sep 27, 2021 · Databases

Unlocking Redis: 16 Real-World Use Cases to Supercharge Your Applications

This article explores sixteen practical Redis patterns—including caching, distributed sessions, locks, global IDs, counters, rate limiting, bitmaps, shopping carts, timelines, message queues, lotteries, likes, tags, product filtering, follow relationships, and rankings—demonstrating how each can be implemented with simple Redis commands to enhance performance and scalability.

Bitmapscachingranking
0 likes · 9 min read
Unlocking Redis: 16 Real-World Use Cases to Supercharge Your Applications
DataFunSummit
DataFunSummit
Aug 29, 2021 · Artificial Intelligence

Zhihu Recommendation Page Ranking: Architecture, Feature Design, Model Evolution, and Practical Insights

This article presents a comprehensive overview of Zhihu's recommendation page ranking system, detailing the request flow, ranking evolution from time‑based to deep‑learning models, feature engineering strategies, model architectures such as DNN, DeepFM, DIN, multi‑task learning, and lessons learned for production deployment.

CTRfeature engineeringmachine learning
0 likes · 12 min read
Zhihu Recommendation Page Ranking: Architecture, Feature Design, Model Evolution, and Practical Insights
DataFunSummit
DataFunSummit
Aug 8, 2021 · Artificial Intelligence

Diversity as a Means, Not an End, in Recommendation Systems

The article argues that diversity in recommendation systems should be treated as a means rather than an ultimate goal, explains why it is hard to quantify, suggests using real performance metrics such as click‑through rate and dwell time, and offers practical strategies to improve listwise ranking.

DiversityMetricslistwise
0 likes · 7 min read
Diversity as a Means, Not an End, in Recommendation Systems
DataFunSummit
DataFunSummit
Jul 26, 2021 · Artificial Intelligence

Deep Learning Ranking System and Model for NetEase News Feed Personalization

This article presents the design, implementation, and optimization of a deep‑learning‑based ranking system for NetEase News, covering pipeline architecture, feature‑processing enhancements, custom TensorFlow operators, and modular model frameworks such as DCN and DIEN to improve recommendation performance.

AIPipelinefeature engineering
0 likes · 11 min read
Deep Learning Ranking System and Model for NetEase News Feed Personalization
DataFunTalk
DataFunTalk
Jul 12, 2021 · Artificial Intelligence

Tencent Music Live Streaming Recommendation System: Architecture, Challenges, and Model Design

This article presents an in‑depth overview of Tencent Music's live‑streaming recommendation system, covering business background, system architecture, recall and ranking model designs, multi‑modal extensions, and advanced training techniques such as DSSM, ESMM, GradNorm, and CGC to improve user engagement and conversion.

AIDSSMTencent Music
0 likes · 13 min read
Tencent Music Live Streaming Recommendation System: Architecture, Challenges, and Model Design
Xianyu Technology
Xianyu Technology
Jul 1, 2021 · Artificial Intelligence

Improving Search Relevance in Xianyu: System Design and Model Implementation

The paper describes Xianyu’s new relevance‑matching pipeline—integrating basic, text‑matching, semantic (BERT‑based dual‑tower), multimodal, and click‑graph features and fusing them with a GBDT model—which boosts search DCG@10 by 6.5 %, query satisfaction by 24 % and click interaction by over 20 % while outlining future enhancements for finer attribute matching and richer structured data.

e‑commercefeature engineeringmachine learning
0 likes · 13 min read
Improving Search Relevance in Xianyu: System Design and Model Implementation
DataFunTalk
DataFunTalk
Jun 4, 2021 · Artificial Intelligence

Advances in Ranking Algorithms for the "Good Goods" Recommendation Scenario

This article presents a comprehensive overview of recent advancements in ranking algorithms for the Good Goods recommendation scenario, covering long‑sequence modeling, category‑retrieval attention, multi‑objective ranking, model structure optimizations, loss functions, and LTR techniques, along with experimental results and practical insights.

LTRModel Optimizationattention
0 likes · 13 min read
Advances in Ranking Algorithms for the "Good Goods" Recommendation Scenario
DataFunTalk
DataFunTalk
Apr 2, 2021 · Artificial Intelligence

Engineering Practices of the K‑Song Recommendation System at Tencent Music

This article presents a comprehensive technical overview of the K‑Song recommendation platform, covering its backend architecture, the evolution of recall strategies, feature management and ranking pipelines, large‑scale deduplication techniques, and the debugging and monitoring infrastructure that support high‑performance personalized music recommendations.

DebuggingK‑SongTencent Music
0 likes · 23 min read
Engineering Practices of the K‑Song Recommendation System at Tencent Music
58 Tech
58 Tech
Mar 29, 2021 · Artificial Intelligence

Deep Semantic Model Exploration and Application in 58 Search

This article presents a comprehensive overview of 58 Search's multi‑stage retrieval system, compares term‑match and semantic matching, details the design, training, and optimization of interactive, dual‑tower, and semi‑interactive BERT‑based semantic models, and discusses their practical deployment in ranking and recall stages.

AIBERTdual-tower
0 likes · 18 min read
Deep Semantic Model Exploration and Application in 58 Search
DataFunTalk
DataFunTalk
Mar 17, 2021 · Artificial Intelligence

Deep Ranking Model Evolution and Applications in Taobao Live: DBMTL, DMR, and RUI Ranking

This article presents a comprehensive overview of Taobao Live's deep ranking system evolution, detailing the DBMTL multi‑task learning framework, the two‑tower DMR matching‑ranking architecture, and the RUI Ranking refer‑item model, together with their offline formulas, online deployment scenarios, and measured performance gains across click‑through, watch‑time, and conversion metrics.

AIDeep LearningModel Optimization
0 likes · 27 min read
Deep Ranking Model Evolution and Applications in Taobao Live: DBMTL, DMR, and RUI Ranking
DeWu Technology
DeWu Technology
Mar 12, 2021 · Industry Insights

How Do Recommendation Systems Rank Items? A Deep Dive into Models and Strategies

This article explains the architecture and ranking process of modern recommendation systems, covering the two-stage pipeline of candidate generation and ranking, the evolution from rule‑based methods to logistic regression, GBDT, wide‑and‑deep, and deep learning models, and discusses challenges such as feature non‑linearity, multi‑objective optimization, and the need for post‑ranking interventions.

Deep LearningGBDTindustry insights
0 likes · 15 min read
How Do Recommendation Systems Rank Items? A Deep Dive into Models and Strategies
ITPUB
ITPUB
Mar 6, 2021 · Databases

What Do the DB-Engines March 2021 Rankings Reveal About Today's Top Databases?

The DB‑Engines March 2021 ranking evaluates 364 databases, highlighting shifts among the top ten—including Microsoft SQL Server’s steep decline, MySQL’s growth surge, PostgreSQL’s continued rise, and Snowflake’s dramatic climb—while offering trend graphs and insights for professionals choosing the right database technology.

DB-EnginesPostgreSQLSQL Server
0 likes · 6 min read
What Do the DB-Engines March 2021 Rankings Reveal About Today's Top Databases?
DataFunTalk
DataFunTalk
Feb 13, 2021 · Artificial Intelligence

Multi-Channel Deep Interest Modeling for 58.com Home Page Recommendations

This article details how 58.com tackled the challenges of multi‑business recommendation on its home page by developing a dual‑channel deep interest model, introducing customized feature‑crossing, optimizing training and online performance, and exploring multi‑channel extensions for broader scenario adaptation.

AIDeep LearningRecommendation Systems
0 likes · 20 min read
Multi-Channel Deep Interest Modeling for 58.com Home Page Recommendations
21CTO
21CTO
Jan 11, 2021 · Artificial Intelligence

How to Build a Recommendation System from Scratch: Key Concepts and Strategies

This article explains the fundamentals of recommendation systems, covering data collection, user and content profiling, system architecture, algorithmic pipelines such as recall, filtering, ranking, and evaluation metrics, while also discussing practical challenges like echo chambers and long‑term user value.

algorithmevaluationmachine learning
0 likes · 16 min read
How to Build a Recommendation System from Scratch: Key Concepts and Strategies
58 Tech
58 Tech
Jan 8, 2021 · Artificial Intelligence

Deep Learning Practices for Multi‑Business Integrated Recommendation: From Dual‑Channel to Multi‑Channel Interest Models and Multi‑Scenario Adaptation

The article details how 58.com tackled the challenges of multi‑business recommendation by evolving its ranking models from a dual‑channel deep interest architecture to a 1+N multi‑channel deep interest model, incorporating customized feature cross layers, scenario‑adaptation mechanisms, and extensive engineering optimizations that yielded significant CTR and conversion gains.

Multi‑Channelfeature engineeringinterest modeling
0 likes · 27 min read
Deep Learning Practices for Multi‑Business Integrated Recommendation: From Dual‑Channel to Multi‑Channel Interest Models and Multi‑Scenario Adaptation
DataFunTalk
DataFunTalk
Jan 8, 2021 · Artificial Intelligence

Deconstructing E‑commerce Recommendation Systems: Architecture, Challenges, and Strategies

This article provides a comprehensive overview of e‑commerce recommendation systems, detailing their end‑to‑end workflow, key challenges such as multi‑scenario objectives and data loops, core components like recall and ranking, model evolution, feature engineering, evaluation metrics, and practical considerations for building a healthy, multi‑objective recommendation ecosystem.

e‑commercemachine learningpersonalization
0 likes · 17 min read
Deconstructing E‑commerce Recommendation Systems: Architecture, Challenges, and Strategies
Programmer DD
Programmer DD
Jan 3, 2021 · Backend Development

Why Spring Ecosystem Dominates Java: Surprising Top200 Rankings Unveiled

An in‑depth look at the latest Java Top‑200 project rankings reveals Spring’s ecosystem as the de‑facto standard, while contrasting tools such as Gradle versus Maven, Kafka versus Pulsar, Spring Security versus Shiro, and many others, highlighting performance, adoption and community strength across the backend landscape.

BackendJavaframeworks
0 likes · 4 min read
Why Spring Ecosystem Dominates Java: Surprising Top200 Rankings Unveiled
DataFunTalk
DataFunTalk
Nov 4, 2020 · Artificial Intelligence

Intelligent E‑commerce Search: Architecture, Techniques, and Real‑World Impact

This article explores the evolution of e‑commerce search, detailing why search matters, the technical pipeline—including query preprocessing, entity and intent recognition, knowledge‑graph construction, recall, coarse and fine ranking—and demonstrates substantial performance gains through real‑world case studies.

AIKnowledge GraphSearch
0 likes · 16 min read
Intelligent E‑commerce Search: Architecture, Techniques, and Real‑World Impact
JD Cloud Developers
JD Cloud Developers
Oct 29, 2020 · Artificial Intelligence

How JD Leverages Knowledge Graphs for Better E‑commerce Interest Recall

JD’s recommendation team outlines three key innovations—knowledge‑graph‑based interest recall, enhanced CTR estimation with a DRM module, and a listwise ranking strategy—that together address user‑interest expansion challenges in e‑commerce, especially for cold‑start items, long‑tail products, and dynamic promotional scenarios.

CTR estimationKnowledge GraphRecommendation Systems
0 likes · 21 min read
How JD Leverages Knowledge Graphs for Better E‑commerce Interest Recall
DataFunTalk
DataFunTalk
Sep 14, 2020 · Artificial Intelligence

New Generation Rank Technology: Search‑Based Interest Model (SIM) and Dynamic Computation Allocation Framework (DCAF) for Alibaba Directed Advertising

This article presents Alibaba's latest ranking innovations for directed e‑commerce advertising, detailing the challenges of long‑term user interest modeling, the Search‑Based Interest Model (SIM) that extends behavior sequences to ten thousand actions, and the Dynamic Computation Allocation Framework (DCAF) that optimizes per‑request compute resources to maximize system revenue.

AdvertisingCTR modeldynamic computation allocation
0 likes · 29 min read
New Generation Rank Technology: Search‑Based Interest Model (SIM) and Dynamic Computation Allocation Framework (DCAF) for Alibaba Directed Advertising
58 Tech
58 Tech
Aug 31, 2020 · Artificial Intelligence

Deep Learning Practices for Commercial CTR Prediction at 58.com

This article details the end‑to‑end deep‑learning workflow for click‑through‑rate (CTR) prediction in 58.com’s commercial ranking system, covering system architecture, feature engineering, sample construction, model evolution from Wide&Deep to DIN/DIEN, and engineering optimizations that together yielded significant CPM and CVR improvements.

AdvertisingCTR predictionDeep Learning
0 likes · 38 min read
Deep Learning Practices for Commercial CTR Prediction at 58.com
Xianyu Technology
Xianyu Technology
Aug 20, 2020 · Artificial Intelligence

Scatter Algorithm for Recommendation Systems: Methods and Evaluation

The article presents three scatter algorithms—column scatter, weight distribution, and sliding‑window—that reorder recommendation lists to disperse similar items, describing their mechanics, computational complexities, experimental trade‑offs, and a hybrid case study for efficient, multi‑dimensional list diversification.

Sliding Windowrankingrecommendation
0 likes · 10 min read
Scatter Algorithm for Recommendation Systems: Methods and Evaluation
DataFunTalk
DataFunTalk
Aug 5, 2020 · Artificial Intelligence

EdgeRec: An Edge‑Computing Based Real‑Time Recommendation System

The article introduces EdgeRec, an edge‑computing powered recommendation framework that moves user‑interest perception and ranking to the client side to overcome latency in traditional cloud‑centric recommender systems, detailing its architecture, heterogeneous behavior modeling, attention‑based reranking, and experimental gains.

Deep LearningEdge Computingranking
0 likes · 13 min read
EdgeRec: An Edge‑Computing Based Real‑Time Recommendation System
DataFunTalk
DataFunTalk
Jul 9, 2020 · Artificial Intelligence

Cross‑Domain Recommendation and Heterogeneous Mixed‑Feed Ranking Practices in 58 Community

This article presents a comprehensive overview of 58 Community's recommendation ecosystem, detailing its business background, cross‑domain recommendation concepts, three key challenges, practical solutions such as cross‑domain collaborative filtering with factorization machines, attribute‑mapping and multi‑view DSSM approaches, as well as the engineering of heterogeneous mixed‑feed ranking using scoring alignment, MMR and DPP diversity algorithms, and reports significant online performance gains.

Diversitycross-domain recommendationheterogeneous feed
0 likes · 27 min read
Cross‑Domain Recommendation and Heterogeneous Mixed‑Feed Ranking Practices in 58 Community
Sohu Tech Products
Sohu Tech Products
Jul 8, 2020 · Artificial Intelligence

Overview of Recommendation Systems and Their Evolution in Live Streaming Platforms

This article explains the fundamentals of recommendation systems, discusses early hotness‑based approaches, describes modern architectures with recall and ranking stages, reviews collaborative‑filtering techniques, matrix factorization, deep learning models such as NCF and NeuMF, and details how these methods are applied and optimized for live‑streaming services.

AIDeep LearningRecommendation Systems
0 likes · 30 min read
Overview of Recommendation Systems and Their Evolution in Live Streaming Platforms
DataFunTalk
DataFunTalk
Jun 3, 2020 · Artificial Intelligence

Semantic Retrieval and Product Ranking in JD E‑commerce Search

This article presents JD's e‑commerce search system, detailing the semantic vector retrieval and product ranking pipelines, the two‑tower deep learning architecture, attention‑based personalization, negative sampling strategies, training optimizations, and real‑world performance gains achieved in production.

Deep LearningVector Retrievale‑commerce
0 likes · 11 min read
Semantic Retrieval and Product Ranking in JD E‑commerce Search
DataFunTalk
DataFunTalk
May 26, 2020 · Artificial Intelligence

Knowledge Distillation Techniques for Recommendation Systems: Methods, Scenarios, and Practical Insights

This article reviews how knowledge distillation—using a large teacher model to guide a smaller student model—can be applied across the recall, coarse‑ranking, and fine‑ranking stages of recommendation systems, detailing logits‑based and feature‑based approaches, joint and two‑stage training, and point‑wise, pair‑wise, and list‑wise loss designs.

Recommendation Systemsknowledge distillationmachine learning
0 likes · 31 min read
Knowledge Distillation Techniques for Recommendation Systems: Methods, Scenarios, and Practical Insights
DataFunTalk
DataFunTalk
May 16, 2020 · Artificial Intelligence

Exploring Search Matching Models and Their Applications in DiDi Food

This article introduces the background of search relevance, reviews three common matching model types—representation‑based, interaction‑based, and hybrid—describes their architectures such as DSSM, CDSSM, DRMM and DUET, and presents experimental results of these models on DiDi Food’s search system.

DiDi FoodNeural Networksdeep matching
0 likes · 15 min read
Exploring Search Matching Models and Their Applications in DiDi Food
DataFunTalk
DataFunTalk
Apr 20, 2020 · Artificial Intelligence

Video Search at Youku: Algorithmic Practices, Relevance, Ranking, and Multimodal Techniques

This article presents a comprehensive overview of Youku's video search system, covering business background, evaluation metrics, system and algorithm frameworks, relevance and ranking feature engineering, dataset construction, semantic matching, multimodal video understanding, and practical case studies that illustrate the impact of deep learning and AI techniques on search performance.

AIDeep Learningmultimodal
0 likes · 18 min read
Video Search at Youku: Algorithmic Practices, Relevance, Ranking, and Multimodal Techniques
JD Retail Technology
JD Retail Technology
Apr 7, 2020 · Artificial Intelligence

Fine-Grained Personalized Recommendation System Architecture for E-commerce

This article outlines the engineering architecture of a fine‑grained, personalized recommendation system for e‑commerce, covering core components such as feature data (offline and real‑time), algorithm engine (recall and ranking), technology choices like MongoDB, Elasticsearch, Kafka, Redis, and model deployment strategies.

algorithm enginee‑commercefeature data
0 likes · 9 min read
Fine-Grained Personalized Recommendation System Architecture for E-commerce
58 Tech
58 Tech
Mar 30, 2020 · Artificial Intelligence

Embedding Techniques for Advertising Recall and Ranking in a Second-Hand Car Platform

This article details the commercial strategy team's exploration of embedding technologies for a second‑hand car platform, covering mainstream embedding methods, their application in advertising recall and ranking pipelines, system architecture, model optimizations, evaluation results, and future directions.

AdvertisingDSSMDeep Learning
0 likes · 22 min read
Embedding Techniques for Advertising Recall and Ranking in a Second-Hand Car Platform
Meituan Technology Team
Meituan Technology Team
Mar 24, 2020 · Artificial Intelligence

Citation Intent Recognition: Meituan's Winning Solution in WSDM Cup 2020

Meituan’s Search & NLP team, together with two universities, won the WSDM Cup 2020 Citation Intent Recognition task by building a multimodal retrieval‑ranking pipeline that merges semantic, spatial and axiomatic recall models with pairwise BERT and LightGBM ranking, achieving the highest MAP@3 and now powering Meituan’s QA, FAQ and core search systems.

BERTCitation IntentLightGBM
0 likes · 14 min read
Citation Intent Recognition: Meituan's Winning Solution in WSDM Cup 2020
DataFunTalk
DataFunTalk
Mar 23, 2020 · Artificial Intelligence

Deep Learning Applications in Alibaba 1688 B2B E‑commerce Recommendation System: From Deep Match to Live Content Ranking

This article details how Alibaba's 1688 B2B platform leverages deep learning techniques—including Deep Match, DIN, DIEN, DMR, and heterogeneous network models—to evolve its product recall, ranking, and live‑content recommendation pipelines, highlighting system architecture, practical lessons, and online performance improvements.

AlibabaDeep Learninge‑commerce
0 likes · 14 min read
Deep Learning Applications in Alibaba 1688 B2B E‑commerce Recommendation System: From Deep Match to Live Content Ranking
HomeTech
HomeTech
Mar 18, 2020 · Artificial Intelligence

Automobile Home Recommendation System Architecture and Ranking Models

This article presents a comprehensive overview of the Automobile Home recommendation system, detailing its objectives, architecture, various ranking models from LR to DeepFM, online learning mechanisms, service APIs, feature engineering pipelines, model training platforms, debugging tools, and future optimization directions.

AB testingAutoMLOnline Learning
0 likes · 18 min read
Automobile Home Recommendation System Architecture and Ranking Models
DataFunTalk
DataFunTalk
Mar 18, 2020 · Artificial Intelligence

Personalized Push Notification System: Embedding, Recall, and Ranking Techniques at Meitu

This article presents a comprehensive technical overview of Meitu's personalized push notification pipeline, detailing the evolution of embedding methods (Word2Vec, Airbnb listing embedding, graph embedding), multiple recall strategies (global, personalized, attribute, and content‑based), and a progression of ranking models from logistic regression to field‑wise three‑tower architectures, highlighting their impact on click‑through rates.

AIDeep LearningPush Notification
0 likes · 12 min read
Personalized Push Notification System: Embedding, Recall, and Ranking Techniques at Meitu
DataFunTalk
DataFunTalk
Mar 16, 2020 · Artificial Intelligence

Phoenix News Feed Recommendation System: Architecture, Modeling, and Feature Engineering

This article presents a comprehensive overview of Phoenix News's AI‑driven feed recommendation system, detailing its business challenges, multi‑stage architecture, deep learning models, feature pipelines, metric trade‑offs, cold‑start solutions, and practical insights for improving user satisfaction and content quality.

AIDeep Learningfeature engineering
0 likes · 22 min read
Phoenix News Feed Recommendation System: Architecture, Modeling, and Feature Engineering
Qunar Tech Salon
Qunar Tech Salon
Mar 4, 2020 · Artificial Intelligence

Deep Match to Rank (DMR) Model for Personalized Click‑Through Rate Prediction

The paper proposes the Deep Match to Rank (DMR) model, which integrates matching‑stage collaborative‑filtering ideas into the ranking stage to explicitly represent user‑to‑item relevance, thereby enhancing personalization and achieving significant CTR and DPV improvements in e‑commerce recommendation scenarios.

CTR predictionDeep LearningRecommendation Systems
0 likes · 12 min read
Deep Match to Rank (DMR) Model for Personalized Click‑Through Rate Prediction
DataFunTalk
DataFunTalk
Feb 28, 2020 · Artificial Intelligence

Evolution of Autohome's Recommendation System Ranking Algorithms

The article details the five‑year evolution of Autohome's recommendation system, covering its overall architecture, the progression of ranking models from LR to DeepFM and online learning, feature engineering pipelines, ranking service APIs, AB testing practices, and future optimization directions.

AB testingAIOnline Learning
0 likes · 20 min read
Evolution of Autohome's Recommendation System Ranking Algorithms
Huajiao Technology
Huajiao Technology
Jan 21, 2020 · Artificial Intelligence

Overview of Ranking Algorithms in Recommendation Systems

This article reviews the evolution of ranking models in modern recommendation systems, covering traditional linear models, factorization machines, tree‑based GBDT+LR, and a range of deep learning architectures such as Wide&Deep, DeepFM, DCN, xDeepFM, DIN, as well as multi‑task frameworks like ESMM and MMOE, and finally illustrates their practical deployment in a live streaming platform.

Deep LearningRecommendation Systemsfeature engineering
0 likes · 20 min read
Overview of Ranking Algorithms in Recommendation Systems
DataFunTalk
DataFunTalk
Dec 30, 2019 · Artificial Intelligence

Technical Trends in Recommendation Systems: From Retrieval to Re‑ranking

This article surveys recent advances in recommendation system technology, covering the evolution from a two‑stage recall‑ranking pipeline to a four‑stage architecture, and detailing emerging trends in model‑based recall, user‑behavior sequence modeling, knowledge‑graph integration, graph neural networks, advanced ranking models, multi‑objective optimization, multimodal fusion, and listwise re‑ranking.

Knowledge GraphRecommendation Systemsgraph neural networks
0 likes · 45 min read
Technical Trends in Recommendation Systems: From Retrieval to Re‑ranking
58 Tech
58 Tech
Nov 29, 2019 · Artificial Intelligence

Ranking Strategy Optimization Practices for Commercial Traffic at 58.com

This article details the end‑to‑end optimization of 58.com’s commercial traffic ranking system, covering data‑flow upgrades, advanced feature engineering, real‑time and multi‑task model improvements, and a multi‑factor ranking mechanism, while sharing practical results and future directions.

Real-time Data Pipelinefeature engineeringmachine learning
0 likes · 17 min read
Ranking Strategy Optimization Practices for Commercial Traffic at 58.com
58 Tech
58 Tech
Nov 15, 2019 · Artificial Intelligence

From Zero to One: Building a Personalized Recommendation System for 58.com Recruitment Platform

This article presents a comprehensive case study of how 58.com built a personalized recommendation system for its large‑scale recruitment platform, covering business background, data challenges, user modeling, recall strategies, ranking pipelines, system architecture, experimental infrastructure, and future research directions.

AB testingKnowledge Graphfeature engineering
0 likes · 18 min read
From Zero to One: Building a Personalized Recommendation System for 58.com Recruitment Platform
DataFunTalk
DataFunTalk
Nov 15, 2019 · Artificial Intelligence

From Zero to One: Building 58.com Recruitment Personalized Recommendation System

This article details how 58.com constructed a large‑scale personalized recommendation platform for its recruitment business, covering business background, user intent modeling, knowledge‑graph and NER techniques, user profiling, multi‑stage recall strategies, ranking model pipelines, serving infrastructure, AB testing, and future research directions.

CTRCVRKnowledge Graph
0 likes · 18 min read
From Zero to One: Building 58.com Recruitment Personalized Recommendation System
Architecture Digest
Architecture Digest
Nov 15, 2019 · Big Data

Design and Key Technologies of the 360 Search Engine for Billion‑Scale Web Retrieval

This article explains how 360 Search handles billions of daily crawls and hundred‑billion‑scale indexing by describing its overall architecture, core modules such as offline indexing and online retrieval, query analysis, relevance scoring, and the engineering techniques that enable efficient large‑scale web search.

information retrievallarge-scale indexingranking
0 likes · 22 min read
Design and Key Technologies of the 360 Search Engine for Billion‑Scale Web Retrieval
JD Tech Talk
JD Tech Talk
Oct 30, 2019 · Artificial Intelligence

Solution Overview for the Scientific Paper Recommendation Matching Competition

This article presents a comprehensive solution to a competition that requires matching description paragraphs with the three most relevant papers from a 200,000‑paper corpus, detailing background, task definition, evaluation metrics, modeling strategy, and core algorithms such as SIF, InferSent, Bi‑LSTM, and BERT.

BERTNLPcompetition
0 likes · 9 min read
Solution Overview for the Scientific Paper Recommendation Matching Competition
58 Tech
58 Tech
Oct 28, 2019 · Artificial Intelligence

Ranking Strategy Optimization Practice in 58 Commercial Traffic

This article details the comprehensive optimization of 58's commercial traffic ranking system, covering data‑flow upgrades, advanced feature engineering, model enhancements—including online training, multi‑task and relevance models—and a multi‑factor ranking mechanism that together improve monetization efficiency and user experience.

Real-time Data Pipelinee‑commercefeature engineering
0 likes · 16 min read
Ranking Strategy Optimization Practice in 58 Commercial Traffic
58 Tech
58 Tech
Oct 12, 2019 · Artificial Intelligence

Recruitment Recommendation System: Ranking Framework, Model Evolution, and Feature Engineering

This article details 58.com’s recruitment recommendation platform, describing its personalized matching challenges, typical recommendation scenarios, a three‑stage ranking framework, optimization goals, the evolution from rule‑based methods to logistic regression, factorization machines, XGBoost, and deep learning models, extensive feature engineering practices, and future research directions.

AIDeep Learningfeature engineering
0 likes · 16 min read
Recruitment Recommendation System: Ranking Framework, Model Evolution, and Feature Engineering
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 12, 2019 · Databases

Weekly Community Summary: DB‑Engines Ranking, Archery v1.7.0 Release, DBLE Weekly Report and DTLE Updates

This weekly community digest presents the latest DB‑Engines October ranking with MSSQL’s rebound, the Archery v1.7.0 release enhancing MySQL account management, DBLE’s new features, bug fixes and community Q&A, plus DTLE’s performance improvements and upcoming roadmap, all accompanied by relevant links and images.

DBLEDTLEdatabases
0 likes · 5 min read
Weekly Community Summary: DB‑Engines Ranking, Archery v1.7.0 Release, DBLE Weekly Report and DTLE Updates
DataFunTalk
DataFunTalk
Sep 27, 2019 · Artificial Intelligence

Applying Deep Learning to Meitu Community Recommendation: Embedding, Recall, and Ranking Models

The talk by Meitu senior algorithm expert Chen Wenqiang details how deep‑learning‑driven embedding, recall, and ranking techniques—including Item2vec, twin‑tower DNNs, and multi‑task NFwFM—are applied to improve click‑through rates, follow conversions, and user engagement in Meitu's content community.

AIDeep LearningRecommendation Systems
0 likes · 3 min read
Applying Deep Learning to Meitu Community Recommendation: Embedding, Recall, and Ranking Models
DataFunTalk
DataFunTalk
Sep 23, 2019 · Artificial Intelligence

Understanding UC International Feed Recommendation: Goal Determination, Multi‑Objective Estimation, and Mixed Ranking

This article explains how UC international feed recommendation tackles goal definition, multi‑objective point estimation using models such as ESMM, DBMTL and MMoE, mixed‑ranking optimization, and cold‑start challenges by leveraging content understanding and feature generalization to improve user satisfaction.

AIcold-startmachine learning
0 likes · 12 min read
Understanding UC International Feed Recommendation: Goal Determination, Multi‑Objective Estimation, and Mixed Ranking
DataFunTalk
DataFunTalk
Sep 20, 2019 · Artificial Intelligence

Diversity as a Means, Not an End, in Recommendation Systems

The article argues that diversity should be treated as a tool rather than a final objective in recommendation systems, explains why it is hard to quantify, discusses appropriate metrics such as user feedback and engagement, and presents practical strategies—including expert rules, richer recall pipelines, and list‑wise modeling—to improve diversity while optimizing true business goals.

DiversityMetricslistwise
0 likes · 7 min read
Diversity as a Means, Not an End, in Recommendation Systems
21CTO
21CTO
Sep 17, 2019 · Databases

Which Databases Dominated 2019? Rankings, Trends, and Management Insights

This article examines the most popular open‑source and commercial database systems in 2019, presents DB‑Engines rankings, explores single versus hybrid strategies, highlights popular SQL‑NoSQL combos, and identifies the most time‑consuming DBA tasks and key performance metrics.

NoSQLSQLcommercial
0 likes · 7 min read
Which Databases Dominated 2019? Rankings, Trends, and Management Insights
Architecture Digest
Architecture Digest
Sep 9, 2019 · Artificial Intelligence

Overview of Recommendation System Architecture, Algorithms, and Evaluation

This article provides a comprehensive introduction to recommendation systems, covering their definition, overall offline and online architectures, feature engineering, collaborative filtering, latent semantic models, ranking algorithms, and evaluation methods including A/B testing and offline metrics.

A/B testingcollaborative filteringfeature engineering
0 likes · 28 min read
Overview of Recommendation System Architecture, Algorithms, and Evaluation
DataFunTalk
DataFunTalk
Sep 3, 2019 · Artificial Intelligence

Forward Neural Networks and Their Applications in Language Modeling, Ranking, and Recommendation

This article excerpt explains the structure and training of feed‑forward neural networks, illustrates their use in neural language models, describes deep structured semantic models for ranking tasks, and details two‑stage recommendation systems such as YouTube, covering both theoretical formulas and practical deployment considerations.

Language Modelartificial intelligenceforward neural network
0 likes · 13 min read
Forward Neural Networks and Their Applications in Language Modeling, Ranking, and Recommendation
DataFunTalk
DataFunTalk
Aug 8, 2019 · Artificial Intelligence

Practical Experience of JD E‑commerce Recommendation System: Architecture, Ranking, Real‑time Updates, and Experiment Platform

This article shares JD's e‑commerce recommendation system practice, covering the overall online/offline architecture, recall and ranking modules, real‑time feature and model updates, multi‑objective and diversity strategies, first‑stage index‑based ranking, KNN recall, and a layered experiment platform for rapid iteration.

Learning-to-RankReal-Timee‑commerce
0 likes · 14 min read
Practical Experience of JD E‑commerce Recommendation System: Architecture, Ranking, Real‑time Updates, and Experiment Platform
DataFunTalk
DataFunTalk
Jul 19, 2019 · Artificial Intelligence

From the Pre‑Recommendation Era to the Bronze Age: Evolution of Recommendation Systems and Mitigating the Matthew Effect

The article traces the historical development of recommendation systems from early manual and hot‑ranking methods through natural ranking and machine‑learning‑based scoring, discusses the Matthew effect and its mitigation via randomization, multi‑objective weighting, and pipeline architectures, and outlines modern personalization and recall strategies for e‑commerce platforms.

@DataAlgorithmse‑commerce
0 likes · 25 min read
From the Pre‑Recommendation Era to the Bronze Age: Evolution of Recommendation Systems and Mitigating the Matthew Effect
Amap Tech
Amap Tech
Jun 21, 2019 · Artificial Intelligence

Improving Origin Snap Accuracy in Amap Navigation Using Machine Learning

To overcome the limitations of handcrafted rules for binding users’ reported start locations to the correct road segment, Amap built a data‑driven, list‑wise learning‑to‑rank model that leverages real‑travel and planning data, achieving a 10 % error reduction and 40 % accuracy gain on difficult origin‑snapping cases.

Map Navigationfeature engineeringmachine learning
0 likes · 10 min read
Improving Origin Snap Accuracy in Amap Navigation Using Machine Learning
Ctrip Technology
Ctrip Technology
Jun 19, 2019 · Artificial Intelligence

Applying Reinforcement Learning to Hotel Ranking at Ctrip: Challenges, Solutions, and Preliminary Results

This article examines the limitations of traditional learning‑to‑rank for Ctrip hotel sorting, introduces reinforcement learning as a remedy, outlines three progressive implementation plans (A, B, C) with algorithm choices and engineering trade‑offs, and presents early experimental findings that demonstrate RL's potential to improve conversion rates.

CtripRLhotel
0 likes · 15 min read
Applying Reinforcement Learning to Hotel Ranking at Ctrip: Challenges, Solutions, and Preliminary Results
Ctrip Technology
Ctrip Technology
Jun 4, 2019 · Artificial Intelligence

Ctrip Search Recommendation System Architecture and Evolution

This article presents an overview of Ctrip's travel recommendation system, detailing its architecture, user‑behavior analysis, product catalog handling, various recall strategies, ranking methods—including machine‑learning models like XGBoost—and future directions toward deeper AI and NLP integration.

Ctripcollaborative filteringranking
0 likes · 9 min read
Ctrip Search Recommendation System Architecture and Evolution
DataFunTalk
DataFunTalk
May 23, 2019 · Artificial Intelligence

AI Techniques in Xiaomi Mobile Search: Text Relevance, Intent Recognition, and Click‑Model Ranking

The article presents Xiaomi's mobile search system, detailing how AI methods such as deep learning, GBDT and DNN models are applied to text relevance calculation, intent detection with term‑weighting, and click‑through ranking models (PBM, Cascade, DBN) to improve user experience across heterogeneous result types.

AISearchclick models
0 likes · 9 min read
AI Techniques in Xiaomi Mobile Search: Text Relevance, Intent Recognition, and Click‑Model Ranking
Youku Technology
Youku Technology
May 20, 2019 · Big Data

Data‑Driven Dating Guide: Analyzing Zhihu Answers to Identify Potential Partners

In a playful data‑driven experiment, the author scraped 27,664 Zhihu answers to “What are your dating criteria?”, filtered out short, outdated, high‑profile or already‑matched posts, applied follower‑and engagement‑thresholds to narrow the pool to 480 candidates, then ranked the top 30 by a like‑to‑comment ratio, sharing the code and dataset for reproducibility.

data analysisdatingfiltering
0 likes · 8 min read
Data‑Driven Dating Guide: Analyzing Zhihu Answers to Identify Potential Partners
360 Tech Engineering
360 Tech Engineering
May 20, 2019 · Fundamentals

A Data‑Driven Guide to Finding a Partner: From Crawling Zhihu Answers to Ranking Candidates

This article walks through a complete data‑analysis workflow—scraping Zhihu dating‑preference answers, cleaning and filtering the data, deriving gender and activity metrics, designing a four‑step screening process, and finally ranking candidates with a custom like‑to‑comment index—to help a single programmer create a concise, high‑quality list of potential partners.

MetricsWeb Scrapingdata analysis
0 likes · 9 min read
A Data‑Driven Guide to Finding a Partner: From Crawling Zhihu Answers to Ranking Candidates
DataFunTalk
DataFunTalk
Apr 19, 2019 · Artificial Intelligence

E-commerce Search and User Guidance: Concepts, Techniques, and Product Design

This article examines the role of search as a user guidance channel in e-commerce, outlining product requirements, user flow stages, and various algorithmic solutions—including query understanding, suggestion, rewriting, retrieval, and ranking—while also comparing implementations across major Chinese platforms.

Query UnderstandingSearche‑commerce
0 likes · 29 min read
E-commerce Search and User Guidance: Concepts, Techniques, and Product Design
21CTO
21CTO
Jan 3, 2019 · Frontend Development

Which Developer Tools Dominated 2019? Rankings, Trends, and Surprises

The 2019 developer‑tool ranking reveals GitKraken, VS Code and Docker leading the pack, highlights emerging tools like Azure and Trello, and analyzes shifts in popularity that signal where developers are focusing their productivity efforts.

GitKrakenVS Coderanking
0 likes · 7 min read
Which Developer Tools Dominated 2019? Rankings, Trends, and Surprises
DataFunTalk
DataFunTalk
Dec 28, 2018 · Artificial Intelligence

Zhihu Recommendation Page Ranking: Architecture, Feature Engineering, Model Evolution, and Future Directions

This article presents a comprehensive overview of Zhihu's recommendation page ranking system, covering its request flow, historical ranking evolution, feature design, deep learning models, multi‑task CTR optimization, practical engineering insights, current challenges, and future research directions such as reinforcement learning.

CTRmulti-task learningranking
0 likes · 15 min read
Zhihu Recommendation Page Ranking: Architecture, Feature Engineering, Model Evolution, and Future Directions
DataFunTalk
DataFunTalk
Oct 12, 2018 · Artificial Intelligence

Market Mechanisms and Control Measures in Ele.me Food Delivery Recommendation Algorithms

The article presents a comprehensive overview of Ele.me's food‑delivery recommendation system, detailing its business model, platform goals, unique challenges, market‑driven efficiency mechanisms, control strategies, system architecture, model evolution, and online‑learning techniques used to balance short‑term performance with long‑term ecosystem health.

AIEle.meOnline Learning
0 likes · 15 min read
Market Mechanisms and Control Measures in Ele.me Food Delivery Recommendation Algorithms
Manbang Technology Team
Manbang Technology Team
Sep 15, 2018 · Artificial Intelligence

YMM-TECH Algorithm Competition Final: Problem Background, Evaluation Methodology, and Scoring Details

The YMM-TECH algorithm competition final, held at Nanjing University of Posts and Telecommunications, presented a logistics recommendation problem that leverages driver behavior data, evaluates solutions using ranking‑accuracy metrics with position‑weighted scores, and provides detailed formulas, examples, and data‑driven recommendations for 20 cargo items per driver.

AIEvaluation Metricsalgorithm competition
0 likes · 5 min read
YMM-TECH Algorithm Competition Final: Problem Background, Evaluation Methodology, and Scoring Details
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 14, 2018 · Artificial Intelligence

How Alibaba’s UC Team Boosted Short‑Video Recommendations with FM+GBM

This article details the evolution of Alibaba's short‑video feed ranking system, from a Wide&Deep CTR model to a hybrid Factorization‑Machine and Gradient‑Boosted‑Tree approach, describing feature engineering, model architecture, experimental results, lessons learned, and future directions toward duration‑based relevance.

factorization machinesgradient boostingmachine learning
0 likes · 11 min read
How Alibaba’s UC Team Boosted Short‑Video Recommendations with FM+GBM
Sohu Tech Products
Sohu Tech Products
Aug 29, 2018 · Artificial Intelligence

News Recommendation Algorithms: Architecture, Recall, and Ranking Techniques

This article explains the architecture of news recommendation systems, detailing the two-stage recall and ranking process, various recall methods such as content‑based, collaborative filtering and matrix factorization, and advanced ranking models including LR, GBDT, FM, and wide‑and‑deep DNNs.

collaborative filteringmachine learningnews recommendation
0 likes · 14 min read
News Recommendation Algorithms: Architecture, Recall, and Ranking Techniques
DataFunTalk
DataFunTalk
Aug 17, 2018 · Artificial Intelligence

Technical Evolution and Architecture of Shenma Search Engine

The article outlines Shenma Search's development history, its AI‑driven relevance and ranking technologies, the underlying system architecture based on Zookeeper and YARN, and discusses challenges in query understanding, machine‑learning ranking, and deep‑learning solutions for large‑scale search.

AINLPmachine learning
0 likes · 17 min read
Technical Evolution and Architecture of Shenma Search Engine
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 15, 2018 · Artificial Intelligence

How τ‑FPL Reduces False Positives in High‑Risk Classification Tasks

τ‑FPL introduces a novel ranking‑threshold approach that explicitly incorporates a false‑positive‑rate constraint into binary classifier training, offering linear‑time optimal solutions, theoretical error bounds, and superior experimental performance on high‑risk tasks such as disease monitoring and autonomous driving.

Neyman-Pearsonfalse-positive-ratelinear-time
0 likes · 11 min read
How τ‑FPL Reduces False Positives in High‑Risk Classification Tasks
21CTO
21CTO
Aug 10, 2018 · Fundamentals

What GO.COM’s Rise and Fall Reveals About Search Engine Ranking Laws

This reflective essay recounts the author’s two‑and‑a‑half‑year stint at Infoseek, the strategic missteps around free‑mail branding, the transition to GO.COM, and the evolution of search‑engine ranking principles—from early link‑analysis patents to the so‑called confidence‑based bidding model.

Internet Historyconfidence biddinghyperlink analysis
0 likes · 15 min read
What GO.COM’s Rise and Fall Reveals About Search Engine Ranking Laws
DataFunTalk
DataFunTalk
Jul 2, 2018 · Artificial Intelligence

Overview of Sogou Information Feed Recommendation Algorithms

This article summarizes Sogou's information‑feed recommendation system, covering the architecture from data collection and NLP processing to recall, ranking, and feedback, and detailing the classification, tagging, keyword extraction, and various recall and ranking models such as FastText, TextCNN, collaborative filtering, and wide‑and‑deep learning.

NLPSogouinformation feed
0 likes · 14 min read
Overview of Sogou Information Feed Recommendation Algorithms
DataFunTalk
DataFunTalk
Apr 18, 2018 · Artificial Intelligence

Introduction to Search Engine Algorithm Systems: Ranking and Intent Recognition

This article provides a comprehensive overview of search engine algorithm systems, tracing their evolution from simple Bayesian and SVM models to modern deep learning approaches, and detailing the architecture, query analysis, ranking methods, click models, and recent advances such as reinforcement learning and adversarial networks.

AILTRclick models
0 likes · 13 min read
Introduction to Search Engine Algorithm Systems: Ranking and Intent Recognition
Tencent Cloud Developer
Tencent Cloud Developer
Mar 16, 2018 · Artificial Intelligence

Pairwise Ranking Factorization Machines (PRFM) for Feed Recommendation in Tencent Shield

The article presents Pairwise Ranking Factorization Machines (PRFM), a pairwise‑learning extension of Factorization Machines that replaces Tencent Shield’s pointwise binary‑classification pipeline, generates user‑item‑item triples, optimizes a cross‑entropy loss, and achieves about a 5% relative UV click‑through gain on the HandQ anime feed while outlining offline metrics, hyper‑parameter tuning, and future informed‑sampling enhancements.

Recommendation Systemsfactorization machinespairwise learning
0 likes · 10 min read
Pairwise Ranking Factorization Machines (PRFM) for Feed Recommendation in Tencent Shield
21CTO
21CTO
Nov 10, 2017 · Databases

What Do the Latest DB-Engines Rankings Reveal About Database Trends?

The November 2017 DB‑Engines ranking shows Oracle, MySQL and Microsoft SQL Server still dominate the top three, while Splunk and HBase swap places, PostgreSQL climbs to fourth with a 54.1% year‑over‑year gain, and the list is based on five popularity factors such as search engine queries, job postings, and Stack Overflow activity.

OraclePostgreSQLdatabases
0 likes · 3 min read
What Do the Latest DB-Engines Rankings Reveal About Database Trends?
iQIYI Technical Product Team
iQIYI Technical Product Team
Nov 10, 2017 · Artificial Intelligence

iQIYI Recommendation System: Architecture, Model Evolution, and Ranking Strategies

The iQIYI recommendation system combines a two‑stage pipeline of recall and ranking, evolving from logistic regression to a GBDT‑FM‑DNN ensemble, using online feature storage, extensive feature engineering, and configurable strategies to deliver personalized video suggestions while addressing feature drift and multi‑objective business goals.

GBDTRecommendation Systemsdeep neural networks
0 likes · 13 min read
iQIYI Recommendation System: Architecture, Model Evolution, and Ranking Strategies
21CTO
21CTO
Oct 12, 2017 · Artificial Intelligence

How Advanced Autocomplete Algorithms Boost Search Experience

This article explains the principles, algorithms, and practical challenges of search autocomplete (query suggestion), covering popularity‑based models, time‑sensitive methods, user‑aware and context‑aware approaches, data pipelines, indexing, ranking, personalization, and evaluation techniques used in e‑commerce search systems.

autocompletee‑commerceinformation retrieval
0 likes · 15 min read
How Advanced Autocomplete Algorithms Boost Search Experience
21CTO
21CTO
Jul 17, 2017 · Artificial Intelligence

Inside 58.com’s Smart Recommendation Engine: Architecture, Algorithms, Data

58.com’s intelligent recommendation system, evolving from a C++ monolith in 2014 to a Java-based micro‑service platform, integrates multi‑layer data processing, diverse recall and ranking algorithms, and a robust microservice architecture to deliver personalized listings across housing, jobs, cars, and more.

Microservicesdata engineeringranking
0 likes · 27 min read
Inside 58.com’s Smart Recommendation Engine: Architecture, Algorithms, Data