Sutherland Interview Question

Difference between supervised and unsupervised machine learning ?

Interview Answers

Anonymous

Jul 6, 2021

Supervised learning is a machine learning method in which models are trained using labeled data. Unsupervised learning is another machine learning method in which patterns inferred from the unlabeled input data.

Anonymous

Aug 2, 2021

Supervised Learning is the machine learning technique where features are trained to find hidden patterns to deploy the model. Where in Unsupervised Learning the algorithm is given without the features as input by adding some weights in every layer to find the hidden patterns and output isn't supervised.