1. LSTM-AE 개념
- DMQA Seminar 자료
Anomaly Detection for Time Series with Autoencoder.pdf.crdownload
2.03MB
https://youtu.be/Zzt4Ept-zYs?si=05Q0rotewJeWiQVa





https://youtu.be/X5eXxPSuqFM?si=HcPsUYDerlDZwPsX



2. 실습 예제 (keras, pytorch)
KERAS 구축
- 다변량 시계열 데이터 예제2 https://blog.naver.com/joseb1234/222905618196
[파이썬] Anomaly Detection with LSTM_AutoEncoder in Tensorflow
#tensorflow #dl #deeplearning #Autoencoder #lstm #anomaly #detection 실습코드는 아래 링크에서 확인...
blog.naver.com
- 단변량 시계열 데이터 예제 https://github.com/datablogger-ml/Anomaly-detection-with-Keras/blob/master/Anomaly_Detection_Time_Series.ipynb
PYTORCH 구축
- 다변량 시계열 데이터 예제 : https://blog.naver.com/joseb1234/222905561308
[파이썬] Anomaly Detection with LSTM_AutoEncoder in PyTorch
#Pytorch #dl #deeplearning #Autoencoder #lstm #anomaly #detection #pump 실습코드는 아래 링크에서 ...
blog.naver.com
참고자료
- Keras LSTM 유형정리
2. 단층-단방향 & many-to-many 유형
3. 단층-양방향 & many-to-one/many-to-many 유형
4. 2층-단방향/양방향 & many-to-one 유형
5. 시계열 데이터 예측 예시
#LSTM-AE
#AnomalyDetection
#Timeseries
'AI > Abnormal Detection' 카테고리의 다른 글
[keras] multivariate time series - CNN Conv2D- LSTM (1) | 2024.12.12 |
---|---|
Time Series Clustering - K-Means + Dynamic Time Warping (비지도 기반 시계열 데이터 군집 시각화) (1) | 2024.12.04 |
Anomaly Detection in Time Series - LSTM+AE, LSTM+CNN (0) | 2024.12.02 |
Multivariate TimeSeries Data - LSTM AE (비지도학습) (0) | 2024.11.25 |
Timeseries anomaly detection using an LSTM Autoencoder (0) | 2024.09.19 |