Jake5 commited on
Commit
14f6979
·
verified ·
1 Parent(s): 87734a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -20
README.md CHANGED
@@ -1,20 +1,47 @@
1
- ---
2
- license: apache-2.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: Timestamp
11
- dtype: timestamp[ns, tz=+09:00]
12
- - name: DcDiffAvg
13
- dtype: int64
14
- splits:
15
- - name: train
16
- num_bytes: 1600752
17
- num_examples: 100047
18
- download_size: 1452329
19
- dataset_size: 1600752
20
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: Timestamp
11
+ dtype: timestamp[ns, tz=+09:00]
12
+ - name: DcDiffAvg
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 1600752
17
+ num_examples: 100047
18
+ download_size: 1452329
19
+ dataset_size: 1600752
20
+ tags:
21
+ - ethercat
22
+ - dcdiff
23
+ - anomaly
24
+ pretty_name: wmx_master_stat_dcdiff
25
+ ---
26
+ # Dataset Card for Dataset Name
27
+
28
+ <!-- Provide a quick summary of the dataset. -->
29
+
30
+ This dataset card aims to train an LSTM autoencoder model to detect anomalies of DC diff statistics calculated by the [WMX Ethercat master](https://www.movensys.com/en/products/software_motion_control/wmx_en).
31
+
32
+ ## Dataset Details
33
+
34
+ The data frame has two columns consisting of "Timestamp" and "DcDiffAvg".
35
+
36
+ Every cycle is done, the average time interval to the next DC clock for each cycle is cacluated in ns, and this value shows a peculiar sawtooth pattern as follows.
37
+ Using this dataset **the autoencoder model** can be trained *to detect anomalies in case of unstable communication between the master(Main device) and sub-devices*.
38
+
39
+
40
+
41
+ ### Dataset Description
42
+
43
+
44
+ ## Uses
45
+
46
+ Add Github notebook link
47
+ <!-- Address questions around how the dataset is intended to be used. -->