- Hands-On Neural Networks
- Leonardo De Marchi Laura Mitchell
- 112字
- 2021-06-24 14:00:09
Supervised learning
Supervised learning is nowadays the most common form of ML applied to business processes. These algorithms try to find a good approximation of the function that is mapping inputs and outputs.
To accomplish that, it is necessary to provide both input values and output values to the algorithm yourself, as the name suggests, and it will try to find a function that minimizes the errors between the predictions and the actual output.
The learning phase is called training. After a model is trained, it can be used to predict the output from unseen data. This phase is commonly regarded as scoring or predicting, which is depicted in the following diagram:

推薦閱讀
- 基于C語言的程序設計
- 高效能辦公必修課:Word圖文處理
- LabVIEW虛擬儀器從入門到測控應用130例
- 7天精通Dreamweaver CS5網頁設計與制作
- 程序設計語言與編譯
- 智能工業報警系統
- 讓每張照片都成為佳作的Photoshop后期技法
- iClone 4.31 3D Animation Beginner's Guide
- 大數據平臺異常檢測分析系統的若干關鍵技術研究
- JavaScript典型應用與最佳實踐
- 學練一本通:51單片機應用技術
- 電腦上網入門
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- 天才與算法:人腦與AI的數學思維
- Mastering Android Game Development with Unity