🏠 Startseite
Vergleiche
📊 Alle Benchmarks 🦖 Dinosaurier v1 🦖 Dinosaurier v2 ✅ To-Do-Listen-Apps 🎨 Kreative freie Seiten 🎯 FSACB - Ultimatives Showcase 🌍 Übersetzungs-Benchmark
Modelle
🏆 Top 10 Modelle 🆓 Kostenlose Modelle 📋 Alle Modelle ⚙️ Kilo Code
Ressourcen
💬 Prompt-Bibliothek 📖 KI-Glossar 🔗 Nützliche Links

KI-Glossar

Das vollständige Wörterbuch der Künstlichen Intelligenz

162
Kategorien
2.032
Unterkategorien
23.060
Begriffe
📖
Begriffe

Learning Rate (Taux d'apprentissage)

Hyperparameter controlling the contribution of each estimator to the final model, allowing a trade-off between convergence speed and model accuracy.

📖
Begriffe

Max Depth (Profondeur maximale)

Hyperparameter defining the maximum depth of each decision tree, controlling model complexity and the risk of overfitting.

📖
Begriffe

Split Finding

Algorithmic process for finding the best split point in a tree node, optimized in XGBoost through a data structure called histogram.

📖
Begriffe

Tree Pruning (Élagage d'arbre)

Post-pruning technique based on gain score, which removes tree branches that do not provide positive loss gain to simplify the model.

📖
Begriffe

Early Stopping (Arrêt précoce)

Regularization technique that stops training when performance on a validation set stops improving, preventing overfitting.

📖
Begriffe

Gamma (min_split_loss)

Regularization hyperparameter specifying the minimum loss required to make a new split in a tree node, controlling complexity.

📖
Begriffe

Lambda (L2 regularization on weights)

L2 regularization hyperparameter applied to tree leaf weights, reducing their magnitude to prevent overfitting.

📖
Begriffe

Alpha (L1 regularization on weights)

L1 regularization hyperparameter applied to tree leaf weights, promoting sparsity and potentially setting some weights to zero.

📖
Begriffe

Scale-Pos-Weight

Hyperparameter used for imbalanced classification problems, weighting the positive class relative to the negative class.

📖
Begriffe

Parallelization

Ability of XGBoost to parallelize tree construction across multiple CPU cores, significantly speeding up training time.

📖
Begriffe

Cache-Aware Access

Algorithmic optimization in XGBoost that organizes memory access to maximize processor cache utilization, improving performance.

🔍

Keine Ergebnisse gefunden