본문 바로가기
AI/Abnormal Detection

LSTM-AE (AutoEncoder) for Anomaly Detectioin 비지도 학습

by jinny-log 2024. 11. 27.

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 구축

 

 

[파이썬] Anomaly Detection with LSTM_AutoEncoder in Tensorflow

#tensorflow #dl #deeplearning #Autoencoder #lstm #anomaly #detection 실습코드는 아래 링크에서 확인...

blog.naver.com

 

PYTORCH 구축

 

[파이썬] Anomaly Detection with LSTM_AutoEncoder in PyTorch

#Pytorch #dl #deeplearning #Autoencoder #lstm #anomaly #detection #pump 실습코드는 아래 링크에서 ...

blog.naver.com

 

참고자료

- Keras LSTM 유형정리

1. 단층-단방향 & many-to-one 유형

 

#LSTM-AE

#AnomalyDetection

#Timeseries