Dali van picasso

[Material : Link Note] Anomaly detection (base) 본문

머신러닝 & 딥러닝

[Material : Link Note] Anomaly detection (base)

L_zino 2019. 10. 8. 12:26

* 계속 추가 예정

 

1. Anomaly detection 기본 이론 + 간단한 구현

https://h3imdallr.github.io/2017-06-20/anomaly_detection/

 

이상탐지 Anomaly Detection

시계열 이상탐지 중심으로 time series anomaly detection

h3imdallr.github.io

2. Anomaly detection + Recommendation system 개요

http://1ambda.github.io/data-analysis/machine-learning-week-9/

 

ML 09: Anomaly Detection, Recommender System

ML 09: Anomaly Detection, Recommender System 이번시간엔 anomaly detection 과 recommender system 을 배운다. Anomaly Dectection (http://blog.csdn.net/linuxcumt1) anomaly 는 정상집단에서 떨어진 데이터라 보면 된다. 공장에서 품질이 떨어지는 제품을 골라낼때 사용할 수 있는데, 위 그림은 비행기 엔진 공장을 예로 들어 설명한다. 데이터로부터 p(x

1ambda.github.io

3. Anomaly detection (Novelty detection) based on Prof. Kang's lectures

https://jayhey.github.io/category/#/Novelty%20Detection

 

categories

AI Center, SKT

jayhey.github.io

4. (Keras Korea) Fault detection using Autoencoder

https://bit.ly/2VngCUF 

 

KerasKorea/KEKOxTutorial

전 세계의 멋진 케라스 문서 및 튜토리얼을 한글화하여 케라스x코리아를 널리널리 이롭게합니다. - KerasKorea/KEKOxTutorial

github.com

5. Kaggle - Credit Card Fraud Detection

 

Credit Card Fraud Detection

Anonymized credit card transactions labeled as fraudulent or genuine

www.kaggle.com

6. Isolation Forest

 

Isolation Forest (for anomaly detection)

Isolation Forest - Tree를 이용한 이상탐지를 위한 비지도학습 알고리즘 - Regression Decision Tree를 기반으로 실행 - Regression Tree 가 재귀 이진 분할을 이용하여 영역을 나누는 개념을 이용함 Random fore..

dodonam.tistory.com

 

Comments