<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.omnivision.website/index.php?action=history&amp;feed=atom&amp;title=10.2.1_Supervised_Learning_%28Regression%2C_Classification%29</id>
	<title>10.2.1 Supervised Learning (Regression, Classification) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.omnivision.website/index.php?action=history&amp;feed=atom&amp;title=10.2.1_Supervised_Learning_%28Regression%2C_Classification%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.omnivision.website/index.php?title=10.2.1_Supervised_Learning_(Regression,_Classification)&amp;action=history"/>
	<updated>2026-05-23T00:20:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.omnivision.website/index.php?title=10.2.1_Supervised_Learning_(Regression,_Classification)&amp;diff=156&amp;oldid=prev</id>
		<title>Mr. Goldstein: Created page with &quot;==== 10.2.1 Supervised Learning (Regression, Classification) ==== Imagine you&#039;re learning to identify different types of fruits. Someone shows you many pictures, and for each picture, they tell you: &quot;This is an apple,&quot; &quot;This is a banana,&quot; &quot;This is an orange.&quot; After seeing many examples with the correct labels, you learn to identify new fruits on your own.  &#039;&#039;&#039;Supervised Learning&#039;&#039;&#039; is the most common type of Machine Learning. It&#039;s like having a teacher (the &quot;supervisor&quot;)...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.omnivision.website/index.php?title=10.2.1_Supervised_Learning_(Regression,_Classification)&amp;diff=156&amp;oldid=prev"/>
		<updated>2025-07-08T15:12:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==== 10.2.1 Supervised Learning (Regression, Classification) ==== Imagine you&amp;#039;re learning to identify different types of fruits. Someone shows you many pictures, and for each picture, they tell you: &amp;quot;This is an apple,&amp;quot; &amp;quot;This is a banana,&amp;quot; &amp;quot;This is an orange.&amp;quot; After seeing many examples with the correct labels, you learn to identify new fruits on your own.  &amp;#039;&amp;#039;&amp;#039;Supervised Learning&amp;#039;&amp;#039;&amp;#039; is the most common type of Machine Learning. It&amp;#039;s like having a teacher (the &amp;quot;supervisor&amp;quot;)...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== 10.2.1 Supervised Learning (Regression, Classification) ====&lt;br /&gt;
Imagine you&amp;#039;re learning to identify different types of fruits. Someone shows you many pictures, and for each picture, they tell you: &amp;quot;This is an apple,&amp;quot; &amp;quot;This is a banana,&amp;quot; &amp;quot;This is an orange.&amp;quot; After seeing many examples with the correct labels, you learn to identify new fruits on your own.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Supervised Learning&amp;#039;&amp;#039;&amp;#039; is the most common type of Machine Learning. It&amp;#039;s like having a teacher (the &amp;quot;supervisor&amp;quot;) who provides the computer with &amp;#039;&amp;#039;&amp;#039;labeled data&amp;#039;&amp;#039;&amp;#039;. This means the computer gets lots of examples where both the input (like a picture of a fruit) and the correct output (like &amp;quot;apple&amp;quot;) are known. The computer learns to find patterns that connect the inputs to the correct outputs.&lt;br /&gt;
&lt;br /&gt;
Once the computer has learned from enough labeled examples, it can then make predictions or decisions about &amp;#039;&amp;#039;new, unseen data&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
There are two main types of problems that supervised learning solves:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Regression:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;What it does:&amp;#039;&amp;#039;&amp;#039; Predicts a &amp;#039;&amp;#039;&amp;#039;continuous number&amp;#039;&amp;#039;&amp;#039; (a value that can be any number within a range).&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Think of it like:&amp;#039;&amp;#039;&amp;#039; Predicting a specific number.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Examples:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*** Predicting the &amp;#039;&amp;#039;&amp;#039;price of a house&amp;#039;&amp;#039;&amp;#039; based on its size, number of bedrooms, and location. (The price can be any number like $300,000.50, $450,123.75, etc.)&lt;br /&gt;
*** Predicting tomorrow&amp;#039;s &amp;#039;&amp;#039;&amp;#039;temperature&amp;#039;&amp;#039;&amp;#039; in degrees Celsius or Fahrenheit.&lt;br /&gt;
*** Estimating a person&amp;#039;s &amp;#039;&amp;#039;&amp;#039;age&amp;#039;&amp;#039;&amp;#039; based on their photo.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Classification:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;What it does:&amp;#039;&amp;#039;&amp;#039; Predicts a &amp;#039;&amp;#039;&amp;#039;category or class&amp;#039;&amp;#039;&amp;#039; (a specific label from a set of choices).&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Think of it like:&amp;#039;&amp;#039;&amp;#039; Sorting things into different bins.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Examples:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*** Determining if an email is &amp;#039;&amp;#039;&amp;#039;&amp;quot;spam&amp;quot; or &amp;quot;not spam.&amp;quot;&amp;#039;&amp;#039;&amp;#039; (Two categories)&lt;br /&gt;
*** Identifying if a picture contains a &amp;#039;&amp;#039;&amp;#039;&amp;quot;cat,&amp;quot; &amp;quot;dog,&amp;quot; or &amp;quot;bird.&amp;quot;&amp;#039;&amp;#039;&amp;#039; (Multiple categories)&lt;br /&gt;
*** Deciding if a customer will &amp;#039;&amp;#039;&amp;#039;&amp;quot;buy&amp;quot; or &amp;quot;not buy&amp;quot;&amp;#039;&amp;#039;&amp;#039; a product.&lt;br /&gt;
*** Classifying a handwritten digit as &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;, ..., &amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Supervised learning is powerful because it allows computers to learn from past experiences and apply that knowledge to new situations where we need a specific answer or category.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bibliography:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;IBM - What is supervised learning?&amp;#039;&amp;#039;&amp;#039;: https://www.ibm.com/cloud/learn/supervised-learning&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GeeksforGeeks - Supervised Machine Learning&amp;#039;&amp;#039;&amp;#039;: https://www.geeksforgeeks.org/supervised-machine-learning/&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Wikipedia - Supervised learning&amp;#039;&amp;#039;&amp;#039;: https://en.wikipedia.org/wiki/Supervised_learning&lt;/div&gt;</summary>
		<author><name>Mr. Goldstein</name></author>
	</entry>
</feed>