- Machine Learning for OpenCV
- Michael Beyeler
- 283字
- 2021-07-02 19:47:20
Understanding supervised learning
We have previously established that the goal of supervised learning is always to predict the labels (or target values) of some data. However, depending on the nature of these labels, supervised learning can come in two distinct forms:
- Classification: Supervised learning is called classification whenever we use the data to predict categories. A good example of this is when we try to predict whether an image contains a cat or a dog. Here, the labels of the data are categorical, either one or the other, but never a mixture of categories. For example, a picture contains either a cat or a dog, never 50 percent cat and 50 percent dog (before you ask, no, here we do not consider pictures of the cartoon character CatDog), and our job is simply to tell which one it is. When there are only two choices, it is called two-class or binary classification. When there are more than two categories, as when predicting what the weather will be like the next day, it is known as multi-class classification.
- Regression: Supervised learning is called regression whenever we use the data to predict real values. A good example of this is when we try to predict stock prices. Rather than predicting stock categories, the goal of regression is to predict a target value as accurately as possible; for example, to predict the stock prices with as little an error as possible.
Perhaps the easiest way to figure out whether we are dealing with a classification or regression problem is to ask ourselves the following question: What are we actually trying to predict? The answer is given in the following figure:

Differentiating between classification and regression problems
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Oracle從入門到精通(第3版)
- Delphi程序設計基礎:教程、實驗、習題
- Vue.js前端開發基礎與項目實戰
- Drupal 8 Module Development
- Linux命令行與shell腳本編程大全(第4版)
- Hands-On Functional Programming with TypeScript
- Apache Kafka Quick Start Guide
- jQuery Mobile移動應用開發實戰(第3版)
- Getting Started with Python and Raspberry Pi
- SQL Server 2016 從入門到實戰(視頻教學版)
- Angular應用程序開發指南
- Learning Kotlin by building Android Applications
- Get Your Hands Dirty on Clean Architecture
- 3D Printing Designs:Octopus Pencil Holder