🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

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.

📖
termini

Max Depth (Profondeur maximale)

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

📖
termini

Split Finding

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

📖
termini

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.

📖
termini

Early Stopping (Arrêt précoce)

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

📖
termini

Gamma (min_split_loss)

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

📖
termini

Lambda (L2 regularization on weights)

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

📖
termini

Alpha (L1 regularization on weights)

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

📖
termini

Scale-Pos-Weight

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

📖
termini

Parallelization

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

📖
termini

Cache-Aware Access

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

🔍

Nessun risultato trovato