🏠 Ana Sayfa
Benchmarklar
📊 Tüm Benchmarklar 🦖 Dinozor v1 🦖 Dinozor v2 ✅ To-Do List Uygulamaları 🎨 Yaratıcı Serbest Sayfalar 🎯 FSACB - Nihai Gösteri 🌍 Çeviri Benchmarkı
Modeller
🏆 En İyi 10 Model 🆓 Ücretsiz Modeller 📋 Tüm Modeller ⚙️ Kilo Code
Kaynaklar
💬 Prompt Kütüphanesi 📖 YZ Sözlüğü 🔗 Faydalı Bağlantılar

YZ Sözlüğü

Yapay Zekanın tam sözlüğü

162
kategoriler
2.032
alt kategoriler
23.060
terimler
📖
terimler

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.

📖
terimler

Max Depth (Profondeur maximale)

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

📖
terimler

Split Finding

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

📖
terimler

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.

📖
terimler

Early Stopping (Arrêt précoce)

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

📖
terimler

Gamma (min_split_loss)

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

📖
terimler

Lambda (L2 regularization on weights)

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

📖
terimler

Alpha (L1 regularization on weights)

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

📖
terimler

Scale-Pos-Weight

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

📖
terimler

Parallelization

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

📖
terimler

Cache-Aware Access

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

🔍

Sonuç bulunamadı