8

Deep Learning for Time Series Classification

In this chapter, we’ll tackle time series classification (TSC) problems using deep learning. As the name implies, TSC is a classification task involving time series data. The dataset contains several time series, and each of these has an associated categorical label. This problem is similar to a standard classification task, but the input explanatory variables are time series. We’ll explore how to approach this problem using different approaches. Besides using the K-nearest neighbors model to tackle this task, we’ll also develop different neural networks, such as a residual neural network (ResNet) and a convolutional neural network.

By the end of this chapter, you’ll be able to set up a TSC task ...

Get Deep Learning for Time Series Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.