File size: 569 Bytes
8f6406b 8f4f30f 8f6406b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
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. |