What does classifier mean?
A model that answers with a category: which of several labels this input is most like.
In a lesson
The simplest classifier there is: keep every sample you recorded, and when you see something new, answer with the label of the sample it looks most like. No training. A dozen lines.
Learn it
- Taught in 8.3 Nearest neighbour Learning, Robot club
Used in
- 8.4 A tiny network
- 8.7 Models as text
- 8.8 Project: situations
- A7.1 Number sets, bases and units
- A10.1 Classifying software
- A10.7 Programming languages and translators
- A14.1 The systems lifecycle and feasibility