🏠 Beranda
Benchmark
📊 Semua Benchmark 🦖 Dinosaurus v1 🦖 Dinosaurus v2 ✅ Aplikasi To-Do List 🎨 Halaman Bebas Kreatif 🎯 FSACB - Showcase Utama 🌍 Benchmark Terjemahan
Model
🏆 Top 10 Model 🆓 Model Gratis 📋 Semua Model ⚙️ Kilo Code
Sumber Daya
💬 Perpustakaan Prompt 📖 Glosarium AI 🔗 Tautan Berguna

Glosarium AI

Kamus lengkap Kecerdasan Buatan

162
kategori
2.032
subkategori
23.060
istilah
📖
istilah

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.

📖
istilah

Max Depth (Profondeur maximale)

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

📖
istilah

Split Finding

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

📖
istilah

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.

📖
istilah

Early Stopping (Arrêt précoce)

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

📖
istilah

Gamma (min_split_loss)

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

📖
istilah

Lambda (L2 regularization on weights)

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

📖
istilah

Alpha (L1 regularization on weights)

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

📖
istilah

Scale-Pos-Weight

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

📖
istilah

Parallelization

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

📖
istilah

Cache-Aware Access

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

🔍

Tidak ada hasil ditemukan