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

AI 용어집

인공지능 완전 사전

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

Information Gain

Quantitative metric measuring the reduction in entropy obtained by partitioning a dataset according to a specific attribute, used by ID3 to select the optimal splitting attribute at each node of the tree.

📖
용어

Shannon Entropy

Mathematical measure of uncertainty or disorder in a dataset, calculated as the negative sum of probabilities multiplied by their binary logarithm, serving as the basis for calculating information gain in ID3.

📖
용어

Splitting Attribute

Variable selected at a given node to partition the dataset into more homogeneous subsets, chosen by ID3 based on the maximum information gain among all available attributes.

📖
용어

Leaf Node

Terminal node of the ID3 decision tree containing no further subdivisions, representing a final decision or a classification based on the majority class of the samples contained in this node.

📖
용어

Information Gain Ratio

Variant of information gain normalized by the intrinsic entropy of the attribute, introduced to correct the bias of ID3 towards attributes with many possible values.

📖
용어

Training Set

Subset of data used by ID3 to build the decision tree, containing labeled examples that allow the algorithm to learn the relationships between attributes and target classes.

📖
용어

Class Prediction

Classification process in ID3 where a new sample traverses the tree from the root to a leaf, with the predicted class being the one associated with the reached leaf node according to the successive attribute tests.

📖
용어

Tree Depth

Maximum number of branches traversed from the root to any leaf in the ID3 tree, directly influencing the model's complexity and its ability to capture patterns in the data.

📖
용어

Purity criterion

Measure of class homogeneity in a node, where a perfectly pure node contains samples from a single class, serving as the basis for evaluating partition quality in ID3.

📖
용어

Explanatory variables

Set of attributes used by ID3 to build the decision tree, each being evaluated for its splitting potential based on its ability to reduce uncertainty about the target variable.

🔍

결과를 찾을 수 없습니다