美文网首页
What is Machine Learning

What is Machine Learning

作者: 彩虹色气球 | 来源:发表于2018-05-28 20:01 被阅读0次

Two definitions:

  1. Arthur Samuel : "The field of study that gives computers the ability to learn without being explicitly programmed."

  2. Tom Mitchell : "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."

Example: playing checkers.

E = the experience of playing many games of checkers

T = the task of playing checkers.

P = the probability that the program will win the next game.

In general, any machine learning problem can be assigned to one of two broad classifications:

Supervised learning and Unsupervised learning.

相关文章

网友评论

      本文标题:What is Machine Learning

      本文链接:https://www.haomeiwen.com/subject/xhcnjftx.html