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

推薦閱讀
- Canvas LMS Course Design
- 計算機圖形學(xué)
- 控制與決策系統(tǒng)仿真
- Mastering Salesforce CRM Administration
- INSTANT Drools Starter
- Visual Basic.NET程序設(shè)計
- 內(nèi)模控制及其應(yīng)用
- Linux Shell編程從初學(xué)到精通
- 傳感器原理與工程應(yīng)用
- 電腦故障排除與維護(hù)終極技巧金典
- 中老年人學(xué)電腦與上網(wǎng)
- 網(wǎng)管員世界2009超值精華本
- 網(wǎng)頁設(shè)計與制作
- QTP自動化測試實踐
- Architectural Patterns