🏠 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

Polynomial Regression

Non-linear regression technique that models the relationship between variables using a polynomial function of degree greater than one. It allows capturing complex relationships while remaining in the linear framework for the coefficients.

📖
termini

Vandermonde Matrix

Matrix structure used in polynomial regression where each column represents an increasing power of the independent variable. It transforms the non-linear problem into a linear problem in the coefficients.

📖
termini

Polynomial Degree

Parameter determining the complexity of the polynomial model, corresponding to the highest exponent in the equation. A high degree increases flexibility but risks overfitting.

📖
termini

Polynomial Overfitting

Phenomenon where a polynomial of too high a degree excessively adapts to training data, capturing noise rather than the underlying trend. It manifests as excellent training performance but poor generalization.

📖
termini

Ridge Regularization

L2 penalty method applied to polynomial coefficients to control their magnitude and prevent overfitting. It adds a penalty term proportional to the square of the coefficients to the cost function.

📖
termini

Lasso Regularization

L1 penalty technique that forces certain polynomial coefficients toward zero, thus performing automatic variable selection. It is particularly useful for eliminating irrelevant polynomial terms.

📖
termini

Interaction Term

Product of predictor variables in a polynomial model capturing synergistic effects between features. These terms allow modeling relationships where the effect of one variable depends on the level of another.

📖
termini

K-fold Cross-Validation

Robust evaluation technique dividing data into K subsets to estimate polynomial model performance on different partitions. It allows selecting the optimal degree by minimizing validation error.

📖
termini

Polynomial Multicollinearity

High correlation between polynomial terms derived from the same variable, particularly problematic for high-degree polynomials. It can destabilize coefficient estimation and often requires standardization.

📖
termini

Orthogonal Polynomials

Family of polynomials (Legendre, Chebyshev) where terms are mathematically orthogonal over a specific interval. They reduce multicollinearity and improve numerical stability of regression.

📖
termini

Polynomial Transformation

Process of creating new features by raising existing variables to different powers and generating interaction terms. It transforms the feature space to capture nonlinear relationships.

📖
termini

Polynomial Learning Curve

Graph showing the evolution of training and validation errors according to sample size for different polynomial degrees. It helps diagnose overfitting or underfitting.

📖
termini

Weighted Least Squares Method

Variant of least squares regression where each observation receives a weight based on its reliability or variance. It is particularly suitable when heteroscedasticity is present in polynomial data.

📖
termini

Polynomial Feature Scaling

Standardization or normalization of variables before polynomial transformation to avoid numerical instabilities. It prevents scaling problems between different polynomial degrees.

🔍

Nessun risultato trovato