One-Class SVM One-Class SVM(One-Class Support Vector)은 비지도 학습(Unsupervised Learning) 기반의 이상 탐지(Anomaly Detection) 알고리즘 중 하나로, 주어진 데이터가 정상(normal) 데이터인지, 아니면 이상(anomaly 또는 outlier) 데이터인지를 판단하는 데 사용된다. …
"Anomaly Detection"에 대한 검색 결과 (총 22개)
One-Class SVM One-Class SVM(One-Class Support Vector)은 비지도 학습(Unsupervised Learning) 기반의 이상 탐지(Anomaly Detection) 알고리즘 중 하나로, 주어진 데이터가 정상(normal) 데이터인지, 아니면 이상(anomaly 또는 outlier) 데이터인지를 판단하는 데 사용된다. …
DBSCAN 개요/소개 DBSCAN(Density-Based Spatial Clustering of Applications with Noise)은 데이터 포인트의 밀도를 기반으로 군집을 형성하는 비모수적 클러스터링 알고리즘입니다. 1996년 Martin Ester 등이 제안한 알고리즘으로, K-means와 같은 전통적인 클러스터링 방법과 달리 사전에 군집 …