Tell us what is the difference between supervised and unsupervised machine learning?
Answer Posted / Madhulika Kumari
Supervised and unsupervised learning are two main categories of machine learning algorithms. Supervised learning uses labeled training data, where both input features and desired output labels are provided for each example. The goal is to learn a function that can map inputs to outputs based on the training examples. Common supervised learning algorithms include linear regression, logistic regression, support vector machines (SVM), and neural networks. In contrast, unsupervised learning focuses on finding patterns or structures in the data without explicit labels. Clustering and dimensionality reduction are common examples of unsupervised learning techniques.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers