반응형
https://jaehyeongan.github.io/2020/02/29/LSTM-Autoencoder-for-Anomaly-Detection/
https://machinelearningmastery.com/lstm-autoencoders/
https://data-newbie.tistory.com/136
LSTM + AutoEncoder
- 결국엔 시계열 데이터에 대한 값들을 AutoEncoder 결과로 나온 값과 비교하여 차이가 많이나면 비정상적인 데이터로 인식(anomaly detection)
- 이러한 방법으로 탐지하는듯함 (간단하게 읽어보면)
데이터의 길이가 다른 데이터로 학습을 진행하여 anomaly detection을 진행하려고한다.
데이터의 길이가 다른이유로 LSTM을 이용하여 고정적인 길이인 데이터로 바꿔주려고한다.
고정적인 길이를 이용하여 anomaly detection 모델 학습을 진행.
계속해서 모델에 대한 공부가 필요함
반응형
'Data > Data Science' 카테고리의 다른 글
[Coursera IBM] Data Science 필기 (0) | 2020.06.18 |
---|---|
[Sklearn] PCA 차원축소 (0) | 2020.05.07 |
[ML] Anomaly Detection 알고리즘 정리 (0) | 2020.03.22 |
[Pytorch] Linear Regression Prediction (0) | 2020.03.11 |
[Pytorch] Differentiation in Pytorch (0) | 2020.03.11 |