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