From 81706e0bff8a4ca975620c42aecf818f2ba9efa7 Mon Sep 17 00:00:00 2001 From: HypoX64 Date: Sun, 30 Aug 2020 21:55:37 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++----------- README_CN.md | 15 +++++---------- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 190702f..5f281ff 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,14 @@ Some output examples: [heatmap](./image/heatmap_eg.png) [running_loss](./image/ ## Feature ### Data preprocessing -General signal preprocessing method. -* Normliaze -5_95 | maxmin | None -* filter -fft | fir | iir | wavelet | None +* Normliaze : 5_95 | maxmin | None +* Filter : fft | fir | iir | wavelet | None ### Data augmentation Various data augmentation method.
[[Time Series Data Augmentation for Deep Learning: A Survey]](https://arxiv.org/pdf/2002.12478.pdf) -* Base -scale, warp, app, aaft, iaaft, filp, crop -* Noise -spike, step, slope, white, pink, blue, brown, violet -* Gan -dcgan +* Base : scale, warp, app, aaft, iaaft, filp, crop +* Noise : spike, step, slope, white, pink, blue, brown, violet +* Gan : dcgan ### Network Various networks for evaluation. diff --git a/README_CN.md b/README_CN.md index 234a74c..97fadd8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -12,19 +12,14 @@ ## 支持的功能 ### 数据预处理 通用的数据预处理方法 -* Normliaze -5_95 | maxmin | None -* filter -fft | fir | iir | wavelet | None +* Normliaze : 5_95 | maxmin | None +* Filter : fft | fir | iir | wavelet | None ### 数据增强 多种多样的数据增强方法.注意:使用时应该结合数据的物理特性进行选择.
[[Time Series Data Augmentation for Deep Learning: A Survey]](https://arxiv.org/pdf/2002.12478.pdf) -* Base -scale, warp, app, aaft, iaaft, filp, crop -* Noise -spike, step, slope, white, pink, blue, brown, violet -* Gan -dcgan +* Base : scale, warp, app, aaft, iaaft, filp, crop +* Noise : spike, step, slope, white, pink, blue, brown, violet +* Gan : dcgan ### 网络 提供多种用于评估的网络. -- GitLab