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

AI 용어집

인공지능 완전 사전

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

Pre-pruning

Pruning technique that stops the growth of the decision tree before it reaches its maximum size by applying predefined stopping criteria.

📖
용어

Post-pruning

Pruning method that consists of first building a complete tree and then reducing its complexity by eliminating non-essential branches.

📖
용어

Cost complexity pruning

Pruning technique that minimizes a cost function combining classification error and tree complexity through an alpha parameter.

📖
용어

Reduced error pruning

Pruning method that removes nodes if it does not increase the classification error on a separate validation set.

📖
용어

Minimum description length

Pruning principle based on information theory that favors models offering the best compromise between simplicity and predictive power.

📖
용어

Pessimistic error pruning

Technique that estimates future error by adding a statistical penalty to the observed error to avoid overfitting.

📖
용어

Error-based pruning

Family of pruning algorithms that use different error measures to decide which branches to remove.

📖
용어

Minimum error pruning

Algorithm that recursively removes nodes whose removal minimizes the expected error on test data.

📖
용어

Bottom-up pruning

Pruning approach that starts from the tree leaves and progresses towards the root by evaluating each node for potential removal.

📖
용어

Top-down pruning

Pruning method that evaluates nodes from the root to the leaves, removing entire subtrees when deemed necessary.

📖
용어

Alpha parameter

Regularization parameter in cost complexity pruning that controls the trade-off between tree size and classification error.

📖
용어

Pruning path

Sequence of decreasing complexity trees generated during the pruning process, each tree being a subtree of the previous one.

📖
용어

Weakest link pruning

Variant of cost complexity pruning that identifies and iteratively eliminates branches with the weakest impact on overall performance.

📖
용어

Cross-validation pruning

Technique that uses cross-validation to determine the optimal pruning level and avoid overfitting.

📖
용어

Critical value pruning

Method that removes branches whose test statistic falls below a predetermined critical threshold.

📖
용어

Cost-sensitive pruning

Pruning approach that takes into account the different costs associated with classification errors to optimize the tree structure.

📖
용어

Optimal pruning

Process that guarantees finding the optimal subtree according to a given criterion, often implemented by algorithms like CART.

🔍

결과를 찾을 수 없습니다