🏠 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

Feature Selection

Process of automatically selecting the most relevant variables to build an optimal predictive model, reducing dimensionality and improving generalization.

📖
termini

Filter Methods

Feature selection techniques independent of the model, evaluating each variable individually according to statistical criteria before training.

📖
termini

Wrapper Methods

Selection approaches using the predictive model to evaluate feature subsets, often more accurate but computationally intensive.

📖
termini

Embedded Methods

Strategies combining selection and learning, where the selection process is directly integrated into the model training algorithm.

📖
termini

Recursive Feature Elimination

Iterative algorithm progressively removing the least important features by retraining the model at each step until reaching the optimal number of variables.

📖
termini

Mutual Information

Measure quantifying the statistical dependence between two variables, used to evaluate feature relevance relative to the target variable.

📖
termini

Variance Threshold

Basic filtering technique eliminating features with variance below a predefined threshold, considered uninformative.

📖
termini

Chi-square Test

Statistical test evaluating independence between categorical variables, used to measure the relevance of qualitative features relative to the target.

📖
termini

ANOVA F-Test

Statistical test comparing variances between groups to evaluate the relationship between numerical features and categorical target variables.

📖
termini

Correlation Coefficient

Statistical measure quantifying the strength and direction of the linear relationship between two variables, used to detect multicollinearity.

📖
termini

Sequential Selection

Greedy method sequentially adding (forward) or removing (backward) features to optimize a model performance metric.

📖
termini

Boruta Algorithm

Wrapper method based on random forests identifying all relevant features by comparing their importance to random shadow variables.

📖
termini

Permutation Importance

Model-agnostic technique evaluating feature importance by measuring performance degradation after random permutation of their values.

📖
termini

Relief Algorithm

Filter method assessing feature relevance by measuring their ability to distinguish neighboring instances of different classes.

🔍

Nessun risultato trovato