updated model card
Browse files
README.md
CHANGED
@@ -2,13 +2,18 @@
|
|
2 |
library_name: keras
|
3 |
tags:
|
4 |
- structured-data-classification
|
5 |
-
-
|
6 |
- anomaly-detection
|
7 |
---
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
## Intended uses & limitations
|
14 |
|
|
|
2 |
library_name: keras
|
3 |
tags:
|
4 |
- structured-data-classification
|
5 |
+
- time-series
|
6 |
- anomaly-detection
|
7 |
---
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
+
Timeseries anomaly detection using an Autoencoder
|
12 |
+
|
13 |
+
This repo contains the model and the notebook to this [Keras example on Timeseries anomaly detection using an Autoencoder.](https://keras.io/examples/timeseries/timeseries_anomaly_detection/)
|
14 |
+
|
15 |
+
Full credits to: [Pavithra Vijay](https://github.com/pavithrasv)
|
16 |
+
|
17 |
|
18 |
## Intended uses & limitations
|
19 |
|