RedditSota / state-of-the-art-result-for-machine-learning-problems

This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
Apache License 2.0
8.95k stars 1.31k forks source link

Time Series Classification #53

Open hfawaz opened 6 years ago

hfawaz commented 6 years ago

Time Series Classification is a very popular machine learning problem. You can find a full survey and empirical study (link to paper) on 85 datasets that can be found here. More recently in our paper we showed that deep learning can also reach state if the art performance for Time Series Classification.

taoyudong commented 6 years ago

Cool results. I will need some time to read the survey but definitely will deliver this. If possible, you are welcome to update it yourself and send pull request. I will merge the updates.