From f855608b232755501b195474a064427f8fc802b8 Mon Sep 17 00:00:00 2001 From: sophiekamuf <36629628+sophiekamuf@users.noreply.github.com> Date: Fri, 14 Dec 2018 03:12:38 +0100 Subject: [PATCH] Add "Example 3" (#24658) --- guide/english/machine-learning/supervised-learning/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guide/english/machine-learning/supervised-learning/index.md b/guide/english/machine-learning/supervised-learning/index.md index a4ba33f7e9d..0d14d016387 100644 --- a/guide/english/machine-learning/supervised-learning/index.md +++ b/guide/english/machine-learning/supervised-learning/index.md @@ -36,6 +36,12 @@ Price as a function of size is a continuous output, so this is a regression prob (b) Classification - for categorical response values, where the data can be separated into specific “classes”. For example given a patient with a tumor, we have to predict whether the tumor is malignant or benign. +#### Example 3: + +(a) Regression - Predicting people's income based on years of higher education. + +(b) Classification - Object classification in images. Given an image, the algorithm can determine which objects are present, such as "dog", "vase", or "car". + #### Suggested Reading: - https://en.wikipedia.org/wiki/Supervised_learning