Machine learning preface

简介: Machine learning PrefaceDefinitionT: TaskE: ExperienceP: PerformanceSequence: T -> E -> PSupervised learningDefinitionGive the right answer...

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

目录
相关文章
|
7月前
|
机器学习/深度学习 人工智能 算法
The 10 Algorithms Machine Learning Engineers Need to Know
The 10 Algorithms Machine Learning Engineers Need to Know
|
7月前
|
传感器 监控 自动驾驶
Machine Learning
Machine Learning
39 0
《Spiking Neural Networks,the Next Generation of Machine Learning》电子版地址
Spiking Neural Networks,the Next Generation of Machine Learning
50 0
《Spiking Neural Networks,the Next Generation of Machine Learning》电子版地址
《The 8 Neural Network Architectures Machine Learning Resarchers Need to Learn》电子版地址
The 8 Neural Network Architectures Machine Learning Resarchers Need to Learn
58 0
《The 8 Neural Network Architectures Machine Learning Resarchers Need to Learn》电子版地址
《Deep Learning vs.Machine Learning-the essential differences you need to know!》电子版地址
Deep Learning vs.Machine Learning-the essential differences you need to know!
87 0
《Deep Learning vs.Machine Learning-the essential differences you need to know!》电子版地址
|
机器学习/深度学习 算法 Python
Machine Learning-L7-最大熵模型
Machine Learning-L7-最大熵模型
Machine Learning-L7-最大熵模型
|
存储 算法
Machine Learning-L11-KNN
Machine Learning-L11-KNN
Machine Learning-L11-KNN
|
算法 数据建模 数据挖掘
Machine Learning-L4-决策树
Machine Learning-L4-决策树
Machine Learning-L4-决策树
|
机器学习/深度学习 算法 Python
Machine Learning-L6-逻辑回归
Machine Learning-L6-逻辑回归
Machine Learning-L6-逻辑回归
|
机器学习/深度学习
这就是Machine Learning
这就是Machine Learning
105 0
这就是Machine Learning