Difference Between Supervised & Unsupervised Learning With Two
Difference Between Supervised & Unsupervised Learning With Two
▪ Regression ▪ Clustering
▪ Logistic Regression ▪ Exclusive (partitioning)
▪ Classification ▪ Agglomerative
▪ Naïve Bayes Classifiers ▪ Overlapping
▪ KNN (K nearest neighbors) ▪ Probabilistic
▪ Decision Trees
▪ Support Vector Machine
Supervised learning Unsupervised learning
▪ Algorithms are trained using labeled ▪ Algorithms are used against data that
data. is not labeled.
▪ Simpler method ▪ Computationally complex
▪ Highly accurate ▪ Less accurate
▪ No. of classes is known ▪ No. of classes is not known
▪ Uses offline analysis ▪ Uses real-time analysis of data.
Supervised Learning Unsupervised learnings
▪ Supervised learning allow collecting ▪ This is the perfect tool for data
data and produces data output from scientists, as unsupervised learning
previous experiences. can help to understand raw data.
▪ Helps to optimize performance ▪ We can also find up to what degree
criteria with the help of experience. the data are similar. This can be
accomplished with probabilistic
▪ Supervised machine learning helps to methods.
solve various types of real-world
computation problems. ▪ This type of learning is similar to
human intelligence in some way as
the model learns slowly and then
calculated the results.
Supervised learnings Unsupervised learnings