merve's picture
merve HF staff
Create README.md
8f6406b
|
raw
history blame
567 Bytes
metadata
tags:
  - autoencoder
  - time series
  - anomaly detection
license:
  - cc0.0

Keras Implementation of time series anomaly detection using an Autoencoder ⌛

This repo contains the model and the notebook for this time series anomaly detection implementation of Keras.

Full credits to: Pavithra Vijay

Background Information

This notebook demonstrates how you can use a reconstruction convolutional autoencoder model to detect anomalies in timeseries data.