🏠 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ữ

Decision Tree

Supervised predictive model that uses a tree-like structure to model decisions and their possible consequences through a series of tests on data features.

📖
thuật ngữ

Root Node

Starting point of a decision tree that represents the complete set of training data and contains the first split based on the most discriminative feature.

📖
thuật ngữ

Internal Node

Intermediate node in a decision tree that represents a test on a specific feature and divides the data into homogeneous subsets.

📖
thuật ngữ

Leaf

Terminal node of a decision tree that represents a final decision or class prediction, with no further possible splitting.

📖
thuật ngữ

Splitting Criterion

Quantitative method used to evaluate the quality of a split in a decision tree, aiming to maximize the homogeneity of the resulting subsets.

📖
thuật ngữ

Entropy

Mathematical measure of disorder or uncertainty in a dataset, used to quantify the impurity of a node in decision trees.

📖
thuật ngữ

Information Gain

Metric that measures the entropy reduction obtained by splitting a node according to a specific feature, used to select the best split.

📖
thuật ngữ

Gini Index

Impurity measure ranging between 0 and 1, calculating the probability that a randomly chosen element is incorrectly classified, an alternative to entropy in decision trees.

📖
thuật ngữ

Pruning

Technique for reducing the complexity of a decision tree by removing branches that provide little predictive power to prevent overfitting.

📖
thuật ngữ

Overfitting

Phenomenon where a model learns excessively the details and noise of the training data at the expense of its ability to generalize on new data.

📖
thuật ngữ

Tree Depth

Maximum number of splits from the root node to a leaf, a crucial parameter controlling the complexity and bias of the model.

📖
thuật ngữ

CART

Classification and Regression Trees algorithm that builds binary trees using the Gini index as a splitting criterion for classification.

📖
thuật ngữ

ID3

Pioneering decision tree algorithm using information gain as the splitting criterion, limited to categorical variables and binary splits.

📖
thuật ngữ

C4.5

Improvement on the ID3 algorithm that uses the information gain ratio to avoid bias towards features with many values.

📖
thuật ngữ

Target Variable

Variable to be predicted in a supervised learning problem, represented by the terminal leaves of the decision tree.

📖
thuật ngữ

Decision Rule

Logical set of IF-THEN conditions extracted from a path in the decision tree, allowing for the interpretation and explanation of the model's predictions.

📖
thuật ngữ

Variable Importance

Quantitative measure of each predictive feature's contribution to improving the purity of splits throughout the tree.

📖
thuật ngữ

Complexity Cost

Pruning parameter that penalizes tree size, balancing data fit and model simplicity to optimize generalization.

🔍

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