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

AI 용어집

인공지능 완전 사전

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

Random Decision Tree

Tree structure generated randomly where each node splits the feature space according to a random cut, creating partitions that progressively isolate observations.

📖
용어

Anomaly Score

Quantitative metric calculated from the path length in the tree, indicating the degree of abnormality of an observation where a high score corresponds to a high probability of being an anomaly.

📖
용어

Isolation Path

Number of splits needed from the root to the leaf containing an observation, where anomalies present significantly shorter paths than normal points.

📖
용어

Contamination Factor

Crucial parameter estimating the expected proportion of anomalies in the dataset, generally between 0.01 and 0.1, influencing the classification threshold.

📖
용어

Average Path Length

Theoretical expected value of the isolation path for unstructured data, used as reference to normalize anomaly scores in the final calculation.

📖
용어

Random Feature Split

Random selection of a feature and a split value at each node, avoiding biases related to feature distributions and favoring the isolation of anomalies.

📖
용어

Normality Score

Transformation of the anomaly score on a normalized scale, often between 0 and 1, facilitating interpretation and comparison between different models or datasets.

📖
용어

Point Anomaly

Individual observation that deviates significantly from the expected behavior of the data, easily identifiable by its short isolation path length in the algorithm.

📖
용어

Recursive partitioning

Iterative process of dividing the data space into progressively smaller sub-regions, creating a hierarchical structure that effectively isolates outlier observations.

📖
용어

Detection threshold

Cut-off value determined by the contamination factor separating normal observations from anomalies, calculated from the distribution of anomaly scores on the dataset.

📖
용어

Bounding box

Multidimensional hyper-rectangle created at each tree split, defining the partition's boundaries and allowing for efficient calculation of isolation paths.

📖
용어

Local Outlier Factor

Alternative anomaly detection metric based on local density, often compared to Isolation Forest to evaluate performance on different types of data distributions.

📖
용어

Tree pruning

Technique for limiting tree growth by stopping the split when nodes contain a single sample or reach the maximum depth, optimizing computation times.

🔍

결과를 찾을 수 없습니다