|
--- |
|
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](https://keras.io/examples/timeseries/timeseries_anomaly_detection/). |
|
|
|
Full credits to: [Pavithra Vijay](https://github.com/pavithrasv) |
|
|
|
## Background Information |
|
This notebook demonstrates how you can use a reconstruction convolutional autoencoder model to detect anomalies in timeseries data. |