WORKSHOP: MY AI IS BETTER THAN YOURS WS25

MODELS: CLASSIFIERS

Lecturer: Kim Albrecht Lars Christian Schmidt

Winter 2025

Model Type: Supervised Classification Model
What it does: Recognizes and sorts things into categories based on example data.
Media: Sound and Images

A classifier is one of the simplest types of AI models. It learns to recognize patterns in data and sort them into categories you define.

It can answer questions like:
“Is this a cat or a dog?”
“Is this sound a laugh or a sneeze?”
“Does this image belong to style A or style B?”

You train it by giving it labeled examples — the more the better — and it learns what makes each category unique.

Workings

1. Pick a classification task

Think of 2–5 categories you want to distinguish. For example:

2. Collect data for each category

3. Train the model

4. Test and use your model

Why Try a Classifier?

Resources

Teachable Machine