🏠 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

Autoregressive Model

Generative model architecture that predicts the next token based on all previous tokens, building the sequence iteratively and sequentially.

📖
termen

Context Window

Maximum sequence size that the model can process simultaneously, limiting the amount of historical information usable for prediction.

📖
termen

Next Token Prediction

Fundamental objective of autoregressive models consisting of maximizing the conditional probability P(token_t|tokens_1...t-1).

📖
termen

Temperature Sampling

Generation technique controlling the degree of randomness in the selection of the next token by adjusting the probability distribution of logits.

📖
termen

Top-k Sampling

Generation method limiting selection to the k most probable tokens, avoiding low-probability tokens while maintaining diversity.

📖
termen

Nucleus Sampling

Dynamic selection strategy based on cumulative probability mass, adapting the number of candidates according to the model's confidence.

📖
termen

Beam Search

Decoding algorithm simultaneously exploring multiple candidate sequences to find the most probable global sequence.

📖
termen

Causal Language Model

Type of autoregressive model trained to predict future tokens based on past context, without access to future tokens during training.

📖
termen

Transformer Decoder-only

Neural architecture using only decoder layers with causal masking, preferred for modern autoregressive language models.

📖
termen

Greedy Decoding

Generation strategy systematically selecting the token with maximum probability at each step, ensuring consistency but potentially lacking creativity.

📖
termen

Autoregressive Generation

Text generation process where each produced token is immediately added to the context to influence the generation of subsequent tokens.

📖
termen

Language Model Fine-tuning

Process of specialized adaptation of a pre-trained autoregressive model on specific data to improve its performance in a targeted domain.

📖
termen

Zero-shot Learning

Ability of autoregressive models to accomplish tasks not seen during training by leveraging their general language knowledge.

📖
termen

KV Cache

Optimization mechanism storing key-value states of previous tokens to accelerate sequential autoregressive generation.

📖
termen

Variable Sequence Length

Ability of autoregressive models to generate sequences of different lengths dynamically adapted according to the generated content.

🔍

Geen resultaten gevonden