- Machine Learning for Developers
- Rodolfo Bonnin
- 83字
- 2021-07-02 15:46:43
Supervised learning strategies - regression versus classification
This type of learning has the following two main types of problem to solve:
- Regression problem: This type of problem accepts samples from the problem domain and, after training the model, minimizes the error by comparing the output with the real answers, which allows the prediction of the right answer when given a new unknown sample
- Classification problem: This type of problem uses samples from the domain to assign a label or group to new unknown samples
推薦閱讀
- UML和模式應用(原書第3版)
- R語言經典實例(原書第2版)
- Objective-C應用開發全程實錄
- R語言編程指南
- Python數據可視化之Matplotlib與Pyecharts實戰
- Python Web數據分析可視化:基于Django框架的開發實戰
- 打開Go語言之門:入門、實戰與進階
- Web前端應用開發技術
- Vue.js光速入門及企業項目開發實戰
- Python程序設計教程
- Applied Deep Learning with Python
- Python 3快速入門與實戰
- ASP.NET Core 2 High Performance(Second Edition)
- Expert Cube Development with SSAS Multidimensional Models
- 零基礎輕松學Java