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

AI 용어집

인공지능 완전 사전

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

LASSO Regression

L1 regularization method that penalizes the absolute coefficients of features, forcing some coefficients to zero to perform automatic variable selection.

📖
용어

Mutual Information

Statistical measure quantifying the dependency between two variables, used to evaluate the relevance of features relative to the target variable.

📖
용어

Chi-Square Test

Statistical test evaluating the independence between categorical features and the target variable, used to filter irrelevant variables.

📖
용어

ANOVA F-test

Statistical method comparing variances between groups to evaluate the importance of numerical features relative to a categorical target variable.

📖
용어

Boruta Algorithm

Feature selection algorithm based on random forests that compares the importance of real features with randomly generated shadow features.

📖
용어

SelectKBest

Univariate selection method choosing the k features with the highest statistical scores according to a specific test (chi2, f_classif, mutual_info_classif).

📖
용어

Variance Threshold

Basic filtering technique eliminating features whose variance is below a predefined threshold, considered uninformative.

📖
용어

Sequential Feature Selection

Greedy method sequentially adding or removing features to optimize a model performance metric according to a forward or backward strategy.

📖
용어

Genetic Algorithm for Feature Selection

Metaheuristic approach using natural selection principles to explore the feature subset space and find a quasi-optimal solution.

📖
용어

SHAP Values

Interpretability method based on game theory quantifying the impact of each feature on individual model predictions.

📖
용어

Correlation-based Feature Selection

Method evaluating feature relevance by analyzing their correlation with the target variable while minimizing redundancy between features.

📖
용어

Information Gain

Measure quantifying the entropy reduction of the target variable when a feature is known, used to evaluate variable relevance.

📖
용어

Relief Algorithm

Filter feature selection algorithm evaluating variable relevance by comparing distances between similar and dissimilar instances.

📖
용어

Auto Feature Selection

Automated process combining multiple selection techniques to identify the optimal feature subset without manual intervention.

📖
용어

Embedded Methods

Feature selection approaches integrated directly into the model training process, such as decision trees or regularization methods.

📖
용어

Wrapper Methods

Selection techniques using a machine learning model to evaluate feature subset quality through cross-validation or performance metrics.

🔍

결과를 찾을 수 없습니다