GitHub

Lessons learned over time

A study of deep learning on time series data.

This blog is partly written for myself to remind me of past mistakes and lessons learned, and partly a summary of my capabilities.

My obsession with time series classification started with my master's thesis, where we explored whether sound localization could be performed using the microphone of a modern-day smartphone. To this end a neural network was trained on the cepstral coefficients of a sine sweep recorded with said smartphone. This sparked my fascination with deep learning (DL) on time series (TS), a field that is relatively new with a lot of active research.

Having graduated in lockdown I decided to explore this new to me concept further and, as one does, I did it using financial market data. Now financial data is quite (extremely) noisy and probably not the best to learn from, but learning I did and some of those lessons learned I detail below.