Browsed by
Day: May 9, 2018

What is Unsupervised Machine Learning?

What is Unsupervised Machine Learning?

Unsupervised learning is like you only have input variables and no corresponding output variables. It means the dataset is unlabeled or same labeled, unlike supervised learning.  The goal of unsupervised machine learning technique is to find similarities/patterns in the data points and group similar data points together. For example, grouping a crowd based on the color of the shirt/ t-shirt they are wearing, or skin color or hair category or gender etc. Unsupervised learning is…

Read full Article Read More

What is Supervised Machine Learning?

What is Supervised Machine Learning?

As the name suggests Supervised means there is some supervision in the learning methodology. It is like learning from the teacher or having supervision from the master. The machine learning technique in which well-labeled data is used to classify or predict the correct output by learning from the previous similar attribute in the data. Well labeled means data has an input-output sequence. For this at first, some example training dataset is fetched to create a…

Read full Article Read More