merve HF staff commited on
Commit
8f6406b
·
1 Parent(s): 73c5f49

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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.