SUPERVISED AND UNSUPERVISED LEARNING
Posted by Superadmin on February 22 2018 05:23:36

SUPERVISED AND UNSUPERVISED LEARNING


DATAMININGMachine Learning
Supervised vs Unsupervised Learning

In the world of data science supervised, and unsupervised learning algorithms were the famous words, we could hear more frequently these while we were talking with the people who are working in data science field. Furthermore, the key differences between these two learning algorithms are the must learn concepts for differentiating the real world problems.

Supervised Learning Wiki Definition

        Supervised learning is a data mining task of inferring a function from labeled training data.The training data consist of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and the desired output value (also called the supervisory signal).

supervised learning algorithm analyzes the training data and produces an inferred function, which can used for mapping new examples. An optimal scenario will allow for the algorithm to correctly determine the class labels for unseen instances. This requires the learning algorithm to generalize from the training data to unseen situations in a “reasonable” way.

Unsupervised Learning Wiki Definition

In data mining or even in data science world, the problem of an unsupervised learning task is trying to find hidden structure in unlabeled data. Since the examples given to the learner are unlabeled, there is no error or reward signal to evaluate a potential solution.

Supervised and unsupervised learning explanation with a real-life examplesCLICK TO TWEET

Supervised  and unsupervised learning with a real-life example

Examples for supervised and unsupervised classification

red apple

APPLE

BANANA

BANANA

GRAPE

GRAPE

cherries supervised learning examle

CHERRIES

 

Supervised Learning:

No.SIZECOLORSHAPEFRUIT NAME
1 Big Red Rounded shape with depression at the top Apple
2 Small Red Heart-shaped to nearly globular Cherry
3 Big Green Long curving cylinder Banana
4 Small Green Round to oval,Bunch shape Cylindrical Grape

Supervised Learning Algorithms:

All classification and regression algorithms come under supervised learning.

Unsupervised Learning:

Unsupervised learning algorithms:

All clustering algorithms come under unsupervised learning algorithms.

Summary:

Let’s summarize what we have learned in supervised and unsupervised learning algorithms post.

Supervised learning: Learning from the know label data to create a model then predicting target class for the given input data.

Unsupervised learning: Learning from the unlabeled data to differentiating the given input data.