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

AI 용어집

인공지능 완전 사전

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

MSE (Mean Squared Error)

Metric calculating the average of squared errors, penalizing large errors more than small errors in model evaluation.

📖
용어

RMSE (Root Mean Squared Error)

Square root of MSE, providing an error measure in the same unit as the target variable while maintaining the penalty for large errors.

📖
용어

R² (Coefficient of Determination)

Statistical indicator measuring the proportion of the target variable's variance explained by the model, ranging between 0 and 1 (or negative for very poor models).

📖
용어

MAPE (Mean Absolute Percentage Error)

Metric expressing the average error as a percentage of actual values, facilitating interpretation and comparison between models or datasets.

📖
용어

RMSLE (Root Mean Squared Logarithmic Error)

Variant of RMSE applied to the logarithms of values, particularly suitable for data with exponential distribution or to reduce the impact of outliers.

📖
용어

MedAE (Median Absolute Error)

Median of absolute errors, providing a robust measure against outliers unlike MAE which uses the mean.

📖
용어

Explained Variance Score

Metric evaluating the proportion of data variance explained by the model, similar to R² but without constraints on prediction bias.

📖
용어

Mean Squared Log Error (MSLE)

Metric calculating the average of squared logarithmic errors, ideal for predictions where relative errors are more important than absolute errors.

📖
용어

Quantile Loss

Asymmetric loss function used to predict specific quantiles of the conditional distribution, penalizing underestimations and overestimations differently.

📖
용어

Mean Absolute Scaled Error (MASE)

Relative metric comparing the mean absolute error of the model to that of a naive reference method, independent of data scale.

📖
용어

SMAPE (Symmetric Mean Absolute Percentage Error)

Symmetric variant of MAPE avoiding division by zero issues and providing better balance between overestimation and underestimation.

📖
용어

Mean Bias Error (MBE)

Metric measuring systematic bias of the model by calculating the mean of non-absolute errors, indicating whether the model tends to overestimate or underestimate.

📖
용어

Relative Absolute Error (RAE)

Normalized metric comparing the total absolute error of the model to that of a naive predictor, expressed as a unitless ratio.

📖
용어

Root Relative Squared Error (RRSE)

Square root of relative squared error, normalizing RMSE relative to the error of a simple reference model.

📖
용어

Theil's U Coefficient

Comparative forecasting metric measuring the relative performance of the model compared to a naive forecast, with U=0 indicating perfect prediction.

📖
용어

Nash-Sutcliffe Efficiency (NSE)

Efficiency coefficient ranging from -∞ to 1, measuring the model's ability to predict observed values relative to the mean of observations.

📖
용어

Mean Directional Accuracy (MDA)

Metric evaluating the model's ability to correctly predict the direction of changes between successive observations, crucial for financial applications.

📖
용어

Adjusted R²

Modified version of R² that adjusts the score based on the number of predictors in the model, avoiding artificial overvaluation when adding variables.

🔍

결과를 찾을 수 없습니다