Differentiate supervised and unsupervised machine learning.
Answer Posted / Ram Bhardwaj
Supervised learning involves training a model using labeled data, meaning the input data has predefined outputs or answers. The goal is to learn a mapping function between inputs and outputs so that the model can predict the output for new, unseen data. On the other hand, unsupervised learning works with unlabeled data where the model identifies patterns and structures in the data without any predefined labels.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers