metadata
tags:
- autoencoder
- time series
- anomaly detection
license:
- cc0-1.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.