· Xiaojing Yang · Applied ML Systems · 1 min read
Applied ML Systems: From Data to Demo
An applied ML note on turning messy data into pipelines, models, evaluation reports, and usable demos.
中文导读
真实的 ML 项目往往不是“训练一个模型”这么简单。更重要的是:数据怎么来,特征或文本怎么处理,模型怎么评估,结果怎么解释,最后怎么让别人可以使用。
Working outline
- Problem framing
- Data collection and cleaning
- Baselines and model choices
- Evaluation and error analysis
- Reporting results
- Demo or deployment
Reference materials to digest
My angle
This category keeps the blog useful for broader AI engineer, ML engineer, data scientist, and research engineer roles.