🏠 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

Simple Linear Regression

Statistical model that establishes a linear relationship between a single explanatory variable and a continuous target variable in the form Y = β₀ + β₁X + ε.

📖
termini

Multiple Linear Regression

Extension of linear regression using multiple explanatory variables to predict a continuous target variable according to Y = β₀ + ΣβᵢXᵢ + ε.

📖
termini

Coefficient of Determination (R²)

Statistical metric ranging from 0 to 1 measuring the proportion of variance of the target variable explained by the regression model.

📖
termini

Ordinary Least Squares (OLS)

Method for estimating regression parameters by minimizing the sum of squared residuals between observed and predicted values.

📖
termini

Residuals

Differences between observed values and values predicted by the regression model, representing prediction errors.

📖
termini

Multicollinearity

Phenomenon where multiple explanatory variables are highly correlated with each other, making coefficient estimation unstable.

📖
termini

Heteroscedasticity

Violation of the homoscedasticity assumption where the variance of residuals is not constant across the levels of explanatory variables.

📖
termini

Influential Values

Observations that, if removed from the dataset, would cause substantial changes in coefficient estimates.

📖
termini

Cook's Distance

Statistical measure that quantifies the influence of an individual observation on the predicted values of a regression model.

📖
termini

Ridge Regression

Regularization technique that adds an L2 penalty to coefficients to reduce variance and address multicollinearity.

📖
termini

LASSO Regression

Regularization method using an L1 penalty that can shrink some coefficients to exactly zero, performing variable selection.

📖
termini

Bias-Variance Tradeoff

Fundamental trade-off between bias error (oversimplification) and variance error (overfitting to training data).

📖
termini

Gradient Descent

Iterative optimization algorithm that adjusts coefficients to minimize the cost function by moving in the direction of the negative gradient.

📖
termini

Prediction Interval

Range of likely values containing the future individual observation with a specified confidence level, wider than a confidence interval.

📖
termini

Significance Test

Statistical test evaluating whether a regression coefficient differs significantly from zero, typically using the t-statistic.

🔍

Nessun risultato trovato