🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

L1 Regularization

Regularization technique that adds a penalty equal to the absolute value of the model coefficients, promoting sparsity and automatically eliminating irrelevant features.

📖
용어

L2 Regularization

Penalization method that adds a term proportional to the square of the coefficients, reducing their magnitude without zeroing them completely to counter overfitting.

📖
용어

Elastic Net

Linear combination of L1 and L2 regularizations that inherits the variable selection properties of Lasso and the stability of Ridge, particularly effective in the presence of correlated features.

📖
용어

Lambda hyperparameter

Regularization parameter controlling the intensity of the penalty applied to coefficients, where lambda=0 corresponds to no regularization and high lambda increases the constraint.

📖
용어

L1 Norm

Vector norm calculated as the sum of the absolute values of the components, used as a penalty term in L1 regularization to induce sparsity.

📖
용어

L2 Norm

Euclidean norm calculated as the square root of the sum of the squares of the components, used in L2 regularization to penalize large coefficients.

📖
용어

Shrinkage

Process of systematically reducing the magnitude of model coefficients toward zero to decrease complexity and improve generalization.

📖
용어

Bias-variance dilemma

Fundamental trade-off in machine learning between reducing bias (systematic error) and reducing variance (sensitivity to data fluctuations).

📖
용어

Alpha coefficient

Mixing parameter in Elastic Net varying between 0 (pure L2 regularization) and 1 (pure L1 regularization) to adjust the relative proportion of the two penalties.

📖
용어

Regularization path

Trajectory of model solutions when the regularization parameter varies, allowing analysis of the evolution of coefficients and their progressive selection.

📖
용어

Weight vector

Set of multiplicative coefficients applied to features in a linear model, whose magnitude is controlled by regularization techniques.

📖
용어

Group penalty

Extension of L1/L2 regularization that penalizes groups of coefficients simultaneously, useful for handling categorical or structured variables.

📖
용어

Adaptive regularization

Variant of regularization where each coefficient receives an individualized penalty based on preliminary estimates, allowing finer variable selection.

📖
용어

Information criterion

Metrics like AIC or BIC that balance model fit and its complexity, often used to select the optimal regularization parameter.

📖
용어

Regularized gradient descent

Optimization algorithm incorporating L1/L2 penalty terms directly into the objective function to efficiently train regularized models.

📖
용어

Coordinate descent

Optimization method particularly efficient for L1 regularization that updates coefficients one by one in an analytical manner.

🔍

결과를 찾을 수 없습니다