Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Clustering 기반 이상탐지
- 거리 기반 이상탐지
- GAN
- SQL 데이터 분석 첫걸음
- 병리 AI
- Tomek links
- multi modal
- 프로세스 마이닝
- Condensed neares neighbor rule
- XAI
- Text generation
- 밀도 기반 이상탐지
- Sequence data
- Meta heuristic
- OCSVM
- Random Undersampling
- Petri net
- Fixed Learning
- Data Imbalance
- Inatance segmentation
- Digital Pathology
- Process Mining
- auto encoder
- Gausian Density Estimation
- 딥러닝
- PM4Py
- Grad-CAM
- One-Sided Selection
- 국비지원교육
- Generative modeling
Archives
- Today
- Total
Create Opportunities
[인공지능 응용] Anomaly Detection(6) 본문
재구축 기반 이상탐지 기법
차원축소 후 차원복원의 값과 원본 데이터의 값의 차이를 본다. → Reconstruction Error (=Novelty score)
1) PCA 기반 이상탐지
PCA는 직교선형 변환을 통한 차원 축소 기법이며, 분산의 최대 보존이 중요하다.
2) Auto Encoder기반 이상탐지
신경망을 통한 차원축소 외에는 마찬가지임.
Input과 Output간의 차이(MSE) 측정한다. 이 값이 즉, Novelty score가 된다.
'이상 탐지' 카테고리의 다른 글
[인공지능 응용] Anomlay Detection(5) (1) | 2022.12.02 |
---|---|
[인공지능 응용] Anomaly Detection(4) (0) | 2022.12.01 |
[인공지능 응용] Anomaly Detection(3) (0) | 2022.11.30 |
[인공지능 응용] Anomaly Detection(2) (0) | 2022.11.29 |
[인공지능 응용] Anomaly Detection(1) (0) | 2022.11.29 |