What is difference between supervised and unsupervised learning algorithms?
Answer Posted / Ahsan Khan
Supervised learning algorithms are models that learn from labeled data, meaning they have both input (features) and output (target variable or labels) for each training instance. The goal is to learn a mapping function to predict outputs for new, unseen inputs. On the other hand, unsupervised learning algorithms work with unlabeled data, and their main goal is to find patterns or structure in the data without explicit guidance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers