Search
Basics about classifiers and teaching them.
After this practice session, the student
See Wikipedia first:
Use confusion matrices to determine which image classifier is better (safer, or leading to less unnecessary stops of the car). See the first part of pdf.
Intuitive intro to linear classification: find linear discriminant functions. See the second part of pdf.
Even in the “age of AI”, Neural Networks, Transformers, etc. more “traditional” and “simple” (e.g. statistical) methods like Naive Bayes and kNN are still used and sometimes have very close or better performance. These simple methods are less impacted by some of the issues with classification tasks, or downright ignore them and do not have to deal with such issues (though they obviously have their limits and downsides as well).
Examples on language models, which are currently popular:
Some issues with classification, in particular models using Deep Neural Networks and similar, include: