Difference between Supervised learning and Unsupervised learning.

Supervised learning: 


  1. Inferring a function from labeled training data.
  2. Predictor measurements associated with a response measurement; we wish to fit a model that relates both for better understanding the relation between them (inference) or with the aim to accurately predicting the response for future observations (prediction).
  3. Supervised learning: support vector machines, neural networks, linear regression, logistic regression, extreme gradient boosting

Supervised learning examples: Predict the price of a house based on the are, size.; churn prediction; predict the relevance of search engine results.

Unsupervised learning: 


  1. Inferring a function to describe hidden structure of unlabeled data.
  2. We lack a response variable that can supervise our analysis.
  3. Clustering, principal component analysis, singular value decomposition; identify group of customers.

Unsupervised learning examples: find customer segments; image segmentation; classify US senators by their voting.

Popular posts from this blog

After analyzing the model, your manager has informed that your regression model is suffering from multicollinearity. How would you check if he's true? Without losing any information, can you still build a better model?

Is rotation necessary in PCA? If yes, Why? What will happen if you don't rotate the components?

What does Latency mean?