- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 331字
- 2021-07-02 19:37:32
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 figure:

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, 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 could be very complicated.
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 to a certain class, it is a classification problem. If the output is a continuous real value in a certain range, then it is a regression problem.
- Raspberry Pi for Secret Agents(Third Edition)
- Python計算機視覺編程
- HTML5 and CSS3 Transition,Transformation,and Animation
- Hands-On Natural Language Processing with Python
- Mastering ROS for Robotics Programming
- HTML5從入門到精通(第4版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 從零開始學C#
- 詳解MATLAB圖形繪制技術
- 零基礎學HTML+CSS
- Exploring SE for Android
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Vue.js光速入門及企業項目開發實戰
- Java面向對象程序設計教程
- HTML 5與CSS 3權威指南(第4版·上冊)