#40 · Primary category: Time Series Machine Learning

dl-4-tsc

convolutional-neural-networks deep-learning deep-neural-networks empirical-research research-paper review time-series-classification

Deep Learning for Time Series Classification

Project last updated:03/18/23

GitHub Stars

1.7K

Forks

594

Contributors

6

License

GPL-3.0

Why we included this project

This is the companion repo to a well-known survey on using deep learning for time series classification. It ships the actual code for the architectures the paper reviews, including FCN, ResNet, and a handful of other CNN and RNN models, so you can run them on UCR/UEA datasets with a single command. That combination matters if you want to compare a new method against solid baselines without reimplementing everything yourself. Because the classifiers live as separate modules behind one entry point, swapping a model or dataset for your own experiments is easy. For teams new to the field, the paper plus runnable code gives you both the overview of what works and a place to start building.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category