Which is better for image classification? Supervised or unsupervised classification? Justify.
Answer Posted / Ashish Kumar Singh
Supervised learning is generally more effective for image classification because it uses labeled data. The model learns from the pre-existing labels, making it capable of classifying images accurately. In contrast, unsupervised learning does not use labeled data and relies on finding patterns within the data itself, which can lead to less accurate results, especially when dealing with complex image datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers