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

AI 용어집

인공지능 완전 사전

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

Hyperparameter

External parameter to the model whose value must be set before training, directly influencing the learning capacity and final performance of the algorithm.

📖
용어

Underfitting

Situation where the model is too simple to capture the underlying structure of the data, resulting in poor performance on both training and test sets.

📖
용어

Grid Search

Systematic optimization method that exhaustively explores all possible combinations of hyperparameters in a predefined grid to identify the best configuration.

📖
용어

Random Search

Optimization approach that randomly samples hyperparameter combinations in the search space, often more efficient than Grid Search for high-dimensional spaces.

📖
용어

Bayesian Optimization

Sequential optimization method using a probabilistic model to guide the search for optimal hyperparameters by balancing exploration and exploitation.

📖
용어

Validation Score

Quantitative metric evaluating model performance on the validation set, serving as an objective criterion for hyperparameter selection and tuning.

📖
용어

Ensemble Learning

Paradigm combining multiple base models to improve overall predictive performance through aggregation of their individual predictions.

📖
용어

Boosting

Sequential ensemble method where each model learns from the errors of the previous one, creating a powerful composite through adaptive weighting of weak learners.

📖
용어

Evaluation Metric

Quantitative indicator measuring model performance according to specific criteria (accuracy, recall, F1-score, AUC-ROC, MSE, MAE, etc.).

📖
용어

Elbow Point

Inflection point on a performance curve where the marginal improvement becomes negligible, often indicating the optimal value of a hyperparameter.

🔍

결과를 찾을 수 없습니다