🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Prototype Learning

Supervised learning where the model builds and uses representative examples (prototypes) to classify new instances based on their similarity.

📖
terms

Case-Based Reasoning

Problem-solving methodology that uses similar past cases as analogies to solve new problems, relying on memory of experiences.

📖
terms

Nearest Prototype Classifier

Classification algorithm that assigns a label to a new instance by comparing it to the nearest prototype in the feature space according to a defined distance metric.

📖
terms

Prototype Selection

Algorithmic process of identifying and retaining the most representative examples of a dataset while eliminating redundancies to optimize performance and interpretability.

📖
terms

Concept Activation Vectors

Directional vectors in the latent space of a neural network that capture the direction of maximum variation for a specific semantic concept, enabling the identification of conceptual prototypes.

📖
terms

K-Means Prototypes

Use of centroids resulting from the K-Means algorithm as representative prototypes of clusters, allowing predictions to be explained by proximity to class centroids.

📖
terms

Medoids

Real points of a cluster that minimize the sum of distances to all other points in the cluster, serving as more robust prototypes than centroids because they actually belong to the data.

📖
terms

Prototype-based Neural Networks

Neural network architectures that explicitly incorporate learnable prototype layers, enabling decisions based on similarity with representative examples.

📖
terms

Similarity Metrics

Mathematical functions quantifying the resemblance between two instances in the feature space, fundamental for identifying and comparing prototypes in explanatory systems.

📖
terms

Prototype Space

Dimensional subspace of the feature space where prototypes are projected and organized to facilitate visual interpretation and analysis of relationships between representative examples.

📖
terms

Critical Prototypes

Subset of prototypes having the greatest discriminatory impact on decision boundaries, identified by their maximum contribution to the separation between different classes.

📖
terms

Prototype Diversity

Measure of intra-class dissimilarity between selected prototypes, ensuring representative and comprehensive coverage of data variability in each category.

📖
terms

Prototype Relevance

Score quantifying the importance of a prototype for explaining a specific prediction, generally calculated as the inverse of the weighted distance between the instance and the prototype.

📖
terms

Interpretability by Examples

Explainability paradigm where predictions are interpreted through the presentation of similar examples and relevant counter-examples, making decisions understandable by analogy.

📖
terms

Instance-based Explanation

Explanatory approach that justifies a prediction by identifying and presenting the most similar training instances that influenced the model's decision.

📖
terms

Prototype Distance

Quantitative measure of the gap between an instance to be explained and its reference prototypes, used as the main criterion for generating similarity-based explanations.

📖
terms

Prototype Clustering

Hierarchical clustering technique of instances to automatically identify representative candidates of the different intra-class data structures.

📖
terms

Case-Based Explanation

Explanatory method adapted from case-based reasoning, where decisions are justified by presenting similar historical cases with their known and interpretable outcomes.

🔍

No results found