- Deep Learning By Example
- Ahmed Menshawy
- 336字
- 2021-06-24 18:52:39
Supervised learning
The majority of data scientists use supervised learning. Supervised learning is where you have some explanatory features, which are called input variables (X), and you have the labels that are associated with the training samples, which are called output variables (Y). The objective of any supervised learning algorithm is to learn the mapping function from the input variables (X) to the output variables (Y):

So the supervised learning algorithm will try to learn approximately the mapping from the input variables (X) to the output variables (Y), such that it can be used later to predict the Y values of an unseen sample.
Figure 1.13 shows a typical workflow for any supervised data science system:

This kind of learning is called supervised learning because you are getting the label/output of each training sample associated with it. In this case, we can say that the learning process is supervised by a supervisor. The algorithm makes decisions on the training samples and is corrected by the supervisor, based on the correct labels of the data. The learning process will stop when the supervised learning algorithm achieves an acceptable level of accuracy.
Supervised learning tasks come in two different forms; regression and classification:
- Classification: A classification task is when the label or the output variable is a category, such as tuna or Opah or spam and non spam
- Regression: A regression task is when the output variable is a real value, such as house prices or height
- Practical Data Analysis
- 嵌入式系統(tǒng)及其開發(fā)應(yīng)用
- 大數(shù)據(jù)戰(zhàn)爭(zhēng):人工智能時(shí)代不能不說的事
- 實(shí)時(shí)流計(jì)算系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
- 人工智能工程化:應(yīng)用落地與中臺(tái)構(gòu)建
- 自動(dòng)化控制工程設(shè)計(jì)
- PostgreSQL Administration Essentials
- Pentaho Analytics for MongoDB
- 中文版AutoCAD 2013高手速成
- 筆記本電腦使用與維護(hù)
- 大話數(shù)據(jù)科學(xué):大數(shù)據(jù)與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)(基于R語言)
- ASP.NET學(xué)習(xí)手冊(cè)
- AWS Administration:The Definitive Guide(Second Edition)
- OSGi原理與最佳實(shí)踐
- Building Smart Drones with ESP8266 and Arduino