├── LICENSE ├── README.md ├── _config.yml └── figs ├── deep_mtsad.png ├── deep_utsad.png └── monash-logo-mono.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zamanzadeh/ts-anomaly-benchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zamanzadeh/ts-anomaly-benchmark/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zamanzadeh/ts-anomaly-benchmark/HEAD/_config.yml -------------------------------------------------------------------------------- /figs/deep_mtsad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zamanzadeh/ts-anomaly-benchmark/HEAD/figs/deep_mtsad.png -------------------------------------------------------------------------------- /figs/deep_utsad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zamanzadeh/ts-anomaly-benchmark/HEAD/figs/deep_utsad.png -------------------------------------------------------------------------------- /figs/monash-logo-mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zamanzadeh/ts-anomaly-benchmark/HEAD/figs/monash-logo-mono.svg --------------------------------------------------------------------------------