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.

Others

Recommender system

posted @   gogogo11  阅读(130)  评论(0)    收藏  举报
编辑推荐:
· 微服务架构学习与思考:微服务拆分的原则
· 记一次 .NET某云HIS系统 CPU爆高分析
· 如果单表数据量大,只能考虑分库分表吗?
· 一文彻底搞懂 MCP:AI 大模型的标准化工具箱
· 电商平台中订单未支付过期如何实现自动关单?
阅读排行:
· 精选 4 款免费且实用的数据库管理工具,程序员必备!
· Cursor:一个让程序员“失业”的AI代码搭子
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(6)
· 重生之我是操作系统(七)----内存管理(上)
· .NET 阻止Windows关机以及阻止失败的一些原因
点击右上角即可分享
微信分享提示