🏠 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

Conditional Random Field

Discriminative statistical model used for structured prediction, which directly models the conditional probability P(y|x) of labels y given observations x.

📖
terms

Potential Factor

Non-negative function that quantifies the affinity between variable configurations in a CRF, transformed into probabilities by normalization.

📖
terms

Energy Function

Function that assigns a scalar value to each possible variable configuration, where low energy configurations correspond to high probabilities.

📖
terms

Linear-Chain CRF

Specialized type of CRF where output variables form a linear chain, widely used for sequence labeling like NER or POS tagging.

📖
terms

Partition Function

Partition constant that ensures the sum of probabilities of all possible configurations equals 1, calculated as the sum of exponentials of energies.

📖
terms

Conditional Likelihood

Objective function maximized during CRF training, measuring the probability of correct labels given training observations.

📖
terms

Message Passing

Inference algorithm that propagates information between nodes in a factor graph to compute marginal beliefs or MAP assignments.

📖
terms

High-Order CRF

Extension of linear-chain CRFs that models dependencies between non-adjacent variables in the sequence, capturing more complex relationships.

📖
terms

Décodage MAP

Processus d'inférence qui cherche la configuration d'états maximisant la probabilité a posteriori (Maximum A Posteriori) dans un CRF.

📖
terms

CRF-Semi-Cache

Variante de CRF où les états peuvent être partiellement observés, combinant apprentissage supervisé et non-supervisé pour améliorer la performance.

📖
terms

Facteur de Transition

Composant du CRF qui modélise la probabilité de transition entre états successifs dans une séquence, capturant les dépendances temporelles.

🔍

No results found