- 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:

推薦閱讀
- 大數據技術與應用基礎
- Microsoft Power BI Quick Start Guide
- 大數據項目管理:從規劃到實現
- Deep Learning Quick Reference
- PostgreSQL 11 Server Side Programming Quick Start Guide
- PIC單片機C語言非常入門與視頻演練
- Mastering Elastic Stack
- Photoshop CS3圖像處理融會貫通
- 工業機器人操作與編程
- 大學C/C++語言程序設計基礎
- 網絡布線與小型局域網搭建
- Google SketchUp for Game Design:Beginner's Guide
- 軟件構件技術
- 液壓機智能故障診斷方法集成技術
- 從零開始學Java Web開發