- Keras Reinforcement Learning Projects
- Giuseppe Ciaburro
- 332字
- 2021-08-13 15:26:02
Supervised learning
Supervised learning is a machine learning technique that aims to program a computer system so that it can resolve the relevant tasks automatically. To do this, the input data is included in a set I (typically vectors). Then, the set of output data is fixed as set O, and finally, it defines a function f that associates each input with the correct answer. Such information is called a training set. This workflow is presented in the following diagram:

All supervised learning algorithms are based on the following thesis: if an algorithm provides an adequate number of examples, it will be able to create a derived function B that will approximate the desired function A.
If the approximation of the desired function is adequate, then when the input data is offered to the derived function, this function should be able to provide output responses similar to those provided by the desired function and then acceptable. These algorithms are based on the following concept: similar inputs correspond to similar outputs.
Generally, in the real world, this assumption is not valid; however, some situations exist in which it is acceptable. Clearly, the proper functioning of such algorithms depends significantly on the input data. If there are only a few training inputs, the algorithm might not have enough experience to provide a correct output. Conversely, many inputs may make it excessively slow, since the derivative function generated by a large number of inputs increases the training time. Hence the slowness.
Moreover, experience shows that this type of algorithm is very sensitive to noise; even a few pieces of incorrect data can make the entire system unreliable and lead to wrong decisions.
In supervised learning, it's possible to split problems based on the nature of the data. If the output value is categorical, such as membership/non-membership of a certain class, then it is a classification problem. If the output is a continuous real value in a certain range, then it is a regression problem.
- 會聲會影X5視頻剪輯高手速成
- 圖解PLC控制系統(tǒng)梯形圖和語句表
- VB語言程序設(shè)計
- 統(tǒng)計學習理論與方法:R語言版
- 電腦主板現(xiàn)場維修實錄
- Excel 2007技巧大全
- Mastering ServiceNow Scripting
- 面向?qū)ο蟪绦蛟O(shè)計綜合實踐
- 氣動系統(tǒng)裝調(diào)與PLC控制
- Photoshop行業(yè)應用基礎(chǔ)
- ESP8266 Robotics Projects
- Ansible 2 Cloud Automation Cookbook
- Linux系統(tǒng)下C程序開發(fā)詳解
- Hadoop Beginner's Guide
- 基于Proteus的PIC單片機C語言程序設(shè)計與仿真