mxochicale / exploring

reported issues from my exploration in the internet
2 stars 0 forks source link

Classification of Time-Series Using Deep Neural Convolutional Neural Networks,N. Hatami 2017 #21

Open mxochicale opened 6 years ago

mxochicale commented 6 years ago

Classification of Time-Series Images Using Deep Convolutional Neural Networks

Nima Hatami, Yann Gavet, Johan Debayle

Convolutional Neural Networks (CNN) has achieved a great success in image recognition task by automatically learning a hierarchical feature representation from raw data. While the majority of Time-Series Classification (TSC) literature is focused on 1D signals, this paper uses Recurrence Plots (RP) to transform time-series into 2D texture images and then take advantage of the deep CNN classifier. Image representation of time-series introduces different feature types that are not available for 1D signals, and therefore TSC can be treated as texture image recognition task. CNN model also allows learning different levels of representations together with a classifier, jointly and automatically. Therefore, using RP and CNN in a unified framework is expected to boost the recognition rate of TSC. Experimental results on the UCR time-series classification archive demonstrate competitive accuracy of the proposed approach, compared not only to the existing deep architectures, but also to the state-of-the art TSC algorithms.

Comments. Posting date (Monday, 13 November 2017)

Sources:

article

https://arxiv.org/pdf/1710.00886.pdf

code

https://arxiv.org/abs/1710.00886

extras

Guoluyan commented 4 years ago

I can't find the code for the paper. Can you provide one? Thank you very much

PrinkleSharma commented 4 years ago

Hi, Could you please provide the link to the code of the paper? Thank you!