关于机器学习:Machine-Learning-01-basic-conception

2次阅读

共计 497 个字符,预计需要花费 2 分钟才能阅读完成。

Basic Conception

Machine learning is a study of how to use experience to improve the performance of systems themselves by computational means.

In computer systems, EXPERIENCE is often in the form of DATA.

The main content of machine learning is about algorithms that generate MODEL from data. We call it a learning algorithm.

Machine learning require data first. Suppose we’ve collected a batch of data about watermelons, for example

(color = light white,root = curled up,tapping = dull)
(color = black, root = slightly curled up, tapping = not crisp) …
The set of records is called a data set.

正文完
 0