juanzhi

1.什么是机器学习

两个定义:

the field of study that gives computers the ability to learn without being explicitly programmed."

A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E

 

2.监督学习

给出的数据集中,给出正确答案。

分类:回归问题(连续)和分类问题(离散)。

 

3.无监督学习

没给出正确答案

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-08-18
  • 2021-11-05
猜你喜欢
  • 2021-10-31
  • 2021-10-17
  • 2021-06-04
  • 2021-11-15
  • 2021-06-14
  • 2021-05-05
相关资源
相似解决方案