Tag
AI应用
Language
- 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 - Jan 15, 2025
大模型(LLM)关键技术:从基础到落地
#LLM#AI#大模型#Transformer - Mar 18, 2024
对话系统:从人机交流走向理解与互动
本文探讨了机器学习如何推动人与机器的自然交流,从早期的对话系统到如今能够理解意图、执行任务的智能助理。近年来的趋势是向LLM + Agent 化对话系统演进,LLM 可嵌入架构中各核心模块,增强系统的理解、生成与决策能力。最终,通过引入智能代理机制,让对话系统从“能说”进一步迈向“能做”。
#NLP#AI#LLM#ML