🏠 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

Random Forest

Ensemble method that combines multiple decision trees trained on data subsets to improve predictive accuracy and reduce overfitting.

📖
termini

Bagging

Bootstrap aggregating technique where multiple models are trained on different bootstrap samples and their predictions are combined by majority vote.

📖
termini

Decision Trees

Predictive models that build a tree-like structure of decisions based on data features to arrive at a final prediction.

📖
termini

Out-of-Bag

Samples not selected during bootstrap for a specific tree, used as an internal validation set to estimate generalization error.

📖
termini

Feature Sampling

Random selection of a subset of features at each node split, increasing diversity among forest trees.

📖
termini

Majority Vote

Aggregation method where the predicted class is the one receiving the most votes among all trees for classification problems.

📖
termini

Average of Predictions

Aggregation technique for regression where the final predicted value is the average of predictions from all forest trees.

📖
termini

Terminal Node

Leaf of the decision tree where no further split is performed, containing the final prediction for samples reaching this point.

📖
termini

Splitting Criterion

Metric used to evaluate the quality of a node split, such as Gini index or entropy for classifications.

📖
termini

Hyperparameters

Configurable parameters before training that control the behavior of the random forest, such as the number of trees or maximum depth.

🔍

Nessun risultato trovato