Unsupervised learning encuentra patrones y estructura en datos sin etiquetar (sin respuestas proporcionadas) — descubriendo agrupamientos, reduciendo dimensiones o detectando anomalías por sí solo. Se utiliza cuando tienes datos pero sin etiquetas, para descubrir estructura oculta.
Cómo funciona el aprendizaje no supervisado
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
