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

AI 용어집

인공지능 완전 사전

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

Rotation Forest

Ensemble method that builds decision trees on sets of features transformed by Principal Component Analysis (PCA) to maximize diversity between base classifiers.

📖
용어

PCA on subsets

Application of Principal Component Analysis to random partitions of the feature space, creating distinct projection axes for each classifier in the forest.

📖
용어

Rotation matrix

Orthogonal matrix resulting from PCA, used to project data into a new feature space, ensuring decorrelation and diversity of tree predictions.

📖
용어

Classifier diversity

Fundamental principle of ensemble methods aiming to maximize prediction differences between base models to reduce overall variance and improve generalization.

📖
용어

Bagging with transformation

Extension of Bootstrap Aggregating where bootstrapped samples undergo feature space transformation before training each base model.

📖
용어

Group feature selection

Technique of partitioning variables into disjoint subsets on which independent transformations are applied, increasing classifier heterogeneity.

📖
용어

K-fold feature splitting

Strategy of dividing features into K groups for Rotation Forest, where each group is transformed separately before being recombined to form the final feature set.

📖
용어

Augmented feature space

New representation space created by concatenating principal components from each feature subset, preserving all original information while increasing diversity.

📖
용어

Decision tree on projected data

Base classifier in Rotation Forest trained on data previously projected into a transformed space by PCA, where decision nodes operate on linear combinations of original features.

📖
용어

Rotation coefficients

Parameters of the orthogonal transformation matrix that define how each original feature contributes to the new principal components for a specific tree in the forest.

📖
용어

Variance explained by component

Metric from PCA indicating the proportion of total data variance captured by each principal component, influencing the quality of transformation in Rotation Forest.

📖
용어

Feature orthogonalization

Mathematical process ensuring linear independence between newly created features, essential to avoid redundancy and maximize diversity in ensembles.

📖
용어

Heterogeneous ensemble

Collection of base classifiers operating on different feature spaces, as in Rotation Forest where each tree sees a unique rotation of input data.

📖
용어

Covariance reduction

Objective of Rotation Forest aiming to minimize covariance between errors of different classifiers by forcing them to operate on decorrelated data representations.

📖
용어

Local linear projection

Transformation specific to each tree in the forest, applied only to a subset of features, creating a unique perspective on the data for that particular classifier.

📖
용어

PCA stability

Robustness of principal component decomposition against variations in training data, a critical factor for the performance and consistency of Rotation Forest.

📖
용어

Group Hyperparameter

Parameter controlling the number of features per group in the Rotation Forest, directly influencing the balance between classifier diversity and information preserved in each transformation.

🔍

결과를 찾을 수 없습니다