Machine Learning-Introduction

本文介绍了机器学习的基本概念,包括由Arthur Samuel和Tom Mitchell定义的学习概念,并将机器学习分为两大类:监督学习和非监督学习。监督学习涉及已知正确输出的数据集,用于预测连续输出的回归问题或离散输出的分类问题。非监督学习则是在没有明确结果指导的情况下从数据中发现结构。
  1. What is Machine Learning?
  2. Supervised learning
  3. Unsupervised Learning

1. What is Machine Learning?

  • Arthur Samuel described it as: "The field of study that gives computers the ability to learn without being explicitly programmed."(older, informal definition)

  • Tom Mitchell: A computer program is said to learn from experience E with respect to some class to tasks T and performance measure P, if its performance at tasks in T, as measured by P, improve with experience E.

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

2. Supervised learning

In supervised learning, we are given a data set and already know what our correct output should look like, having the idea that there is a relationship between the input and the output.

Supervised learning problems are categorized into "regression" and "classification" problems.

  • In a regression problem, we are trying to predict results within a continuous output, meaning that we are trying to map input variables to some continuous function.
  • In a classification problem, we are instead trying to predict results in a discrete output. In other words, we are trying to map input variables into discrete categories.

3. Unsupervised Learning

Unsupervised learning allows us to approach problems with little or no idea what our results should look like. We can derive structure from data where we don't necessarily know the effect of the variables.

We can derive this structure by clustering the data based on relationships among the variables in the data.

With unsupervised learning, there is no feedback based on the prediction results.

转载于:https://juejin.im/post/5ca4a84c51882543cf451162

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值