Supervised vs unsupervised
The first fork in ML: do your examples come with the right answer (a label), or not?
- Supervised → labelled data → predict a label (classification or regression).
- Unsupervised → unlabelled data → discover structure (e.g. clustering).