Hacker News new | past | comments | ask | show | jobs | submit login
Encoding Time Series as Images (2020) (medium.com/analytics-vidhya)
29 points by teleforce on July 13, 2021 | hide | past | favorite | 4 comments



Why does the HN title say (2020) when the article is dated Oct 14, 2018


What is the overall advantage in changing the representation?


The article states that it could be a way to use advances in computer vision to succeed where RNNs have difficulties. (Kinda sceptical about the success of this technique but that's the claim.)


This is a relatively common trick in ML - mapping temporal data to image form so one can use the relatively efficient convolutional operations on it. An example would be mapping audio data via a short-time fast fourier transform (https://en.wikipedia.org/wiki/Short-time_Fourier_transform) and using 2d convolutions on that for processing.

Architectural improvements in 1D convolutions (atrous convolutions) have possibly surpassed these techniques in some areas though, I'm not sure.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: