APPLICATION OF SUPERVISED LEARNING
ARTIFICIAL INTELLIGENCE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
The process of learning an action through feedback and practice until the action is completed.
|
|
The process of learning with training labels (like donut or bagel from the crash course video).
|
|
The process of learning without training labels through grouping and clustering things that are similar.
|
|
None of the above
|
Detailed explanation-1: -Unsupervised learning (UL) is a machine learning algorithm that works with datasets without labeled responses. It is most commonly used to find hidden patterns in large unlabeled datasets through cluster analysis. A good example would be grouping customers by their purchasing habits.
Detailed explanation-2: -“Clustering” is the process of grouping similar entities together. The goal of this unsupervised machine learning technique is to find similarities in the data point and group similar data points together.
Detailed explanation-3: -Unsupervised learning is a machine learning technique, where you do not need to supervise the model. Unsupervised machine learning helps you to finds all kind of unknown patterns in data. Clustering and Association are two types of Unsupervised learning.