prototypical-networks-classify-by-prototype-distance

IN premisesummaries/2026/08/24/wiki-Meta-learning_computer_science.md

Created 2026-08-25T02:58:50+00:00

Prototypical Networks classify by computing the distance to class prototypes in an embedding space.

Summary

The model decides which category a new input belongs to by measuring how close it sits to a learned "center" for each category, rather than by a weighted combination of raw features. This makes the reasoning geometric and interpretable: you can point to exactly which category's center a prediction was pulled toward, and the approach works well even when you only have a handful of examples per class.