0% found this document useful (0 votes)
4 views3 pages

Supervised vs Unsupervised Learning

The document discusses four problems and whether they are examples of supervised or unsupervised learning. Problem 1 and 3 are supervised as they involve predicting labels. Problem 2 and 4 are unsupervised as they involve discovering patterns or groups without labels.

Uploaded by

smorshed03
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

Supervised vs Unsupervised Learning

The document discusses four problems and whether they are examples of supervised or unsupervised learning. Problem 1 and 3 are supervised as they involve predicting labels. Problem 2 and 4 are unsupervised as they involve discovering patterns or groups without labels.

Uploaded by

smorshed03
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Unsupervised and Supervised Learning Problems

Let’s look at some Data analysis problems and state whether they are supervised or
unsupervised problems:

Problem 1:
Suppose we have measured the concentration in the air of a certain type of pollution.
We have measured the amount of pollution at different locations, under different
weather conditions at different times of the day and for different days of the week.

Now we would like to predict the air


pollution concentration at a new location
where weather and date are given.

This is an example of Supervised Learning.


Here the data points are the collection of
information about the surroundings like
Location, Weather, Date & time. And the
mmorshed@[Link]
JQ36809TC1 labels are air pollution concentration which is a numerical value.

Problem 2:
When Frank Simpson was a Ph.D. student in the 60’s he spent some time in a
Monastery. He followed the novices’ training there and recorded their interactions with
each other.
Now we want to discover what the friendships or social groups among the novice
monks are.

This file is meant for personal use by mmorshed@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
This is an Unsupervised Learning problem. As here, we don’t have any labels that tell
us who belongs to which group and are there any social groups that exist.
Here we have to find the pattern in the data in an unsupervised way.

We have some similar kinds of problems like this one. For example: Detecting
communities or groups in large social networks like Facebook or Twitter.

Problem 3:
NASA uses rocket boosters to launch spacecraft into orbit. It’s expensive to build a
whole new rocket booster for every slight tweak and it’s difficult to recreate real
atmospheric conditions in a wind tunnel for testing these out. So, NASA uses computer
simulations, but it takes a long time to run the computer simulation for different rocket
boosters specifications.

mmorshed@[Link]
JQ36809TC1

So, NASA would like to measure the simulated lift, for different rocket booster
specifications and predict the simulated lift under other given specifications.

This problem is a Supervised Learning Problem. Here the data points are the rocket
booster’s specifications and the labels are the simulated lift.

This file is meant for personal use by mmorshed@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Problem 4:
This problem is a little different than the previous problems.

Suppose, we have small cameras that we have installed to monitor bird’s nests in New
England. But, we don’t have a lot of Bandwidth to send the video. So, we have to
compress the recorded video before sending it.

We can think of this as an Unsupervised Learning Problem. If we consider the pixels at


mmorshed@[Link]
JQ36809TC1 each timestamp as a data point, then we can group together the pixels which are
similar in color and similar in time to achieve the compression.

This file is meant for personal use by mmorshed@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.

Common questions

Powered by AI

The key difference between supervised and unsupervised learning problems, as illustrated by the examples, is the presence of labeled data in supervised learning, which involves predicting outputs based on input data. For example, predicting air pollution concentration based on various conditions is supervised learning because it uses labeled data where the desired outcome is known. On the contrary, unsupervised learning lacks labeled data and focuses on finding hidden patterns, such as discovering social groups among monastery novices, where no predefined labels are available .

The complexity of recreating atmospheric conditions correlates with the use of supervised learning, as precise real-world simulations are challenging and costly. Supervised learning mitigates this by using labeled simulation data to model predictions for various conditions, enabling NASA to predict outcomes without needing to test every scenario physically .

The problem of predicting the simulated lift for different rocket booster specifications is categorized as a supervised learning problem because it involves using labeled data where input specifications are paired with known output results (the simulated lift). This allows for the creation of a model that can predict the lift for new or altered booster specifications based on historical data .

Using unsupervised learning for community detection in social networks like Facebook and Twitter implies the ability to uncover non-explicit relationships and group users based on interaction patterns, common interests, or other hidden similarities. This capability can enhance recommendation systems, improve targeted advertising, and foster user engagement by recognizing organic group formations without predefined classifications .

Unsupervised learning contributes to data reduction by identifying patterns or groupings in data that allow for summarization or aggregation. In video compression, unsupervised learning groups similar pixels together, reducing redundancy and therefore data size, facilitating efficient video transmission without losing critical information .

The video compression example using bird's nest monitoring cameras relates to unsupervised learning by considering each pixel over time as a data point, thereby grouping similar pixels to reduce data size. This involves clustering techniques, which fall under unsupervised learning, to achieve efficient compression without predefined labels, merely based on similarity in color and timing .

The supervised learning examples demonstrate the necessity of labeled datasets by showing how predictions rely on a foundation of known input-output pairings. For instance, air pollution concentration and simulated lift predictions depend on historical data where inputs are linked to known outcomes, thus facilitating the learning of patterns necessary for making future predictions .

Potential challenges include the subjective nature of social interactions, which may not be easily quantifiable or observable, and the absence of clear labels that guide clustering. Additionally, there could be noise in the data due to the complexity of human behavior, requiring careful interpretation of results to distinguish meaningful groups from arbitrary clusters .

In supervised learning, input features, such as location, weather, date, and time in the pollution example, are used to predict labels, the desired outcomes or the target variable, such as the air pollution concentration. These examples demonstrate how models learn from input-output pairs to make accurate predictions for new, unseen data .

Unsupervised learning is significant in discovering social groups in large networks because it allows the identification of natural clusters or patterns in data without predefined labels. In the monastery example, unsupervised learning helps determine social structures by analyzing the interactions without prior labels indicating group membership, enabling insights into the social dynamics of the novices .

You might also like