Tag
RecSys
- Nov 1, 2025
Design a Modern Recommendation System
Building Modern Recommendation Systems introduces a comprehensive, end-to-end pipeline that drives intelligent recommendations. The post walks through the full machine learning workflow — from raw data preparation and feature engineering to model training, deployment, real-time inference, and system monitoring.
#System Design#RecSys#Recommendation#ML system - Oct 24, 2025
Modeling for Modern Recommendation Systems
This post explores the full RecSys architecture, emphasizing the core models that drive each stage of the RecSys pipeline — from Retrieval for large-scale candidate generation, to Pre-ranking for efficient filtering, Ranking for fine-grained relevance modeling, and Re-ranking for balancing diversity and control.
#System Design#RecSys#Recommendation#ML system - Jul 9, 2025
各领域的深度学习模型
本文简要总结了深度学习在NLP、计算机视觉、信息检索和推荐系统四大主流领域的演进脉络:从早期RNN、CNN等专用模型,到Transformer全面主导,再到如今BERT/GPT、ViT、Diffusion等预训练大模型横扫各领域。核心趋势是预训练+生成式范式取代传统任务特定模型,统一建模与生成式架构正在加速推动各领域融合与新一轮创新。
#模型#AI#NLP#CV