🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links

AI-woordenlijst

Het complete woordenboek van kunstmatige intelligentie

162
categorieën
2.032
subcategorieën
23.060
termen
📖
termen

Prototype Network

Meta-learning architecture that creates class prototypes by computing the mean of training example embeddings to classify new instances by minimum Euclidean distance.

📖
termen

Class Prototype

Central vector representation of a class calculated as the mean of support set example embeddings, serving as a reference for classification.

📖
termen

Softmax on Distances

Activation function that converts negative distances between queries and prototypes into classification probabilities using the formula exp(-d) / Σ exp(-d).

📖
termen

Prototypical Loss

Loss function optimizing the encoder to minimize intra-class distances and maximize inter-class distances in the prototype space.

📖
termen

Prototype Vectorization

Process of transforming support examples into unique numerical vectors representing the essential features of each class.

📖
termen

Class Separation

Main objective of prototype networks aiming to maximize the distance between prototypes of different classes in the embedding space.

📖
termen

Distance-Based Classification

Alternative approach to parameterized classifiers where predictions are based on metric proximity to class representations rather than learned weights.

📖
termen

Class Centroid

Mathematical point representing the center of gravity of a class's embeddings, calculated as the vector mean to form the prototype.

📖
termen

Embedding Dimension

Size of the vector space in which prototypes and queries are represented, affecting the model's discrimination capability.

📖
termen

Similarity Function

Mathematical function quantifying the proximity between two vectors, used to compare queries to prototypes in prototype networks.

📖
termen

Episode-based Learning

Training strategy where each batch constitutes a complete few-shot task, enabling the model to learn rapid generalization capabilities.

📖
termen

Prototypical Representation

Classification model where each class is represented by a single vector capturing the essential characteristics of the available examples.

🔍

Geen resultaten gevonden