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

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.

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理