Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- autoencoder
|
4 |
+
- time series
|
5 |
+
- anomaly detection
|
6 |
+
license:
|
7 |
+
- cc0.0
|
8 |
+
---
|
9 |
+
|
10 |
+
## Keras Implementation of time series anomaly detection using an Autoencoder ⌛
|
11 |
+
|
12 |
+
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/).
|
13 |
+
|
14 |
+
Full credits to: [Pavithra Vijay](https://github.com/pavithrasv)
|
15 |
+
|
16 |
+
## Background Information
|
17 |
+
This notebook demonstrates how you can use a reconstruction convolutional autoencoder model to detect anomalies in timeseries data.
|