Machine learning preface
Machine learning Preface
Definition
- T: Task
- E: Experience
- P: Performance
- Sequence: T -> E -> P
Supervised learning
Definition
- Give the right answer to each example of the data set(called training data).
Type
- Regression: get the continuous values
- Classification: get the discrete values like 0, 1, 2, 3 and so on
application scenarios
-
Regression: predict the price of the house based on the square, location of the house
- house price
-
Classification:
- Tumor prediction
- Spam filter
Unsupervised learning
Type
- Cluster algorithm
application scenarios
- Google news: get lots of related news in the Internet and put them in one set of URL.
- Social network: find the common friends.
- Market segmentation: We all know the data, but we don't know the what kinds of market segmentation, so let unsupervised learning to deal with it.
- Extract human voice from records: you know, there are some noise in these records, we need to get the human voice, so we let cluster algorithm to deal with.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,携手博客园推出1Panel与Halo联合会员
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 微服务架构学习与思考:微服务拆分的原则
· 记一次 .NET某云HIS系统 CPU爆高分析
· 如果单表数据量大,只能考虑分库分表吗?
· 一文彻底搞懂 MCP:AI 大模型的标准化工具箱
· 电商平台中订单未支付过期如何实现自动关单?
· 精选 4 款免费且实用的数据库管理工具,程序员必备!
· Cursor:一个让程序员“失业”的AI代码搭子
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(6)
· 重生之我是操作系统(七)----内存管理(上)
· .NET 阻止Windows关机以及阻止失败的一些原因