🏠 Trang chủ
Benchmark
📊 Tất cả benchmark 🦖 Khủng long v1 🦖 Khủng long v2 ✅ Ứng dụng To-Do List 🎨 Trang tự do sáng tạo 🎯 FSACB - Trình diễn cuối cùng 🌍 Benchmark dịch thuật
Mô hình
🏆 Top 10 mô hình 🆓 Mô hình miễn phí 📋 Tất cả mô hình ⚙️ Kilo Code
Tài nguyên
💬 Thư viện prompt 📖 Thuật ngữ AI 🔗 Liên kết hữu ích

Thuật ngữ AI

Từ điển đầy đủ về Trí tuệ nhân tạo

162
danh mục
2.032
danh mục con
23.060
thuật ngữ
📖
thuật ngữ

Pre-pruning

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

📖
thuật ngữ

Post-pruning

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

📖
thuật ngữ

Cost complexity pruning

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

📖
thuật ngữ

Reduced error pruning

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

📖
thuật ngữ

Minimum description length

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

📖
thuật ngữ

Pessimistic error pruning

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

📖
thuật ngữ

Error-based pruning

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

📖
thuật ngữ

Minimum error pruning

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

📖
thuật ngữ

Bottom-up pruning

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

📖
thuật ngữ

Top-down pruning

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

📖
thuật ngữ

Alpha parameter

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

📖
thuật ngữ

Pruning path

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

📖
thuật ngữ

Weakest link pruning

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

📖
thuật ngữ

Cross-validation pruning

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

📖
thuật ngữ

Critical value pruning

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

📖
thuật ngữ

Cost-sensitive pruning

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

📖
thuật ngữ

Optimal pruning

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

🔍

Không tìm thấy kết quả