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

AI 용어집

인공지능 완전 사전

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

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 + ε.

📖
용어

Multiple Linear Regression

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

📖
용어

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.

📖
용어

Ordinary Least Squares (OLS)

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

📖
용어

Residuals

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

📖
용어

Multicollinearity

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

📖
용어

Heteroscedasticity

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

📖
용어

Influential Values

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

📖
용어

Cook's Distance

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

📖
용어

Ridge Regression

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

📖
용어

LASSO Regression

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

📖
용어

Bias-Variance Tradeoff

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

📖
용어

Gradient Descent

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

📖
용어

Prediction Interval

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

📖
용어

Significance Test

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

🔍

결과를 찾을 수 없습니다