Unsupervised learning unlabeled data (दिए गए answers के बिना) में patterns और structure खोजती है — अपने आप groupings खोजना, dimensions कम करना, या anomalies का पता लगाना। इसका उपयोग तब किया जाता है जब आपके पास data है लेकिन कोई labels नहीं, छिपी हुई structure को उजागर करने के लिए।
How unsupervised learning works
UNSUPERVISED → learn from data WITHOUT labels (no given correct answers):
→ the algorithm finds STRUCTURE/patterns in the data on its own
→ no 'right answer' to learn from → it discovers groupings, relationships, or representations
→ for: exploring data, finding hidden structure, when labels are unavailable/expensive
