Amirsbu1 / time-series-classification

Binary Time Series Classification using two different approaches: LSTM with Dropout and LSTM with Attention.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Time Series Classification (TSC) has been considered as one of the hardest problems in data mining. With the exponential increase of data availability (in particular, time series data) a wide variety of TSC algorithms have been proposed, although only some Deep Neural Network can solve this task. This growth also means that we depends more on automatic classification of time series data, and ideally, we should be able to apply algorithms with the ability to work in large datasets.

Although in the past, common approaches using RNNs to solve TSC did not succeed, nowdays this complex task is feasible. We show an overview of some Neural Networks which are successful in this problem. In particular, we show two approaches to make a Binary Time Series Classification by using LSTM with Dropout and LSTM with Attention.

Content of repository

There are several notebooks where first I analyze the data and later I train some ML models.

Additionally, there is a report in PDF format which contains all the details about the process: Report

Note

I made this project as part of my Data Science Master's programme at Higher School of Economics. The Boreholes Dataset (described in the report) contains confidential data, thus is not included in the repository as well as the scripts and Docker containers used to preprocess it.

However, it is included a copy of the Ford Dataset, thus you should be able to train the different models and obtain the same results as me. Source of dataset: http://www.timeseriesclassification.com/description.php?Dataset=FordA

About

Binary Time Series Classification using two different approaches: LSTM with Dropout and LSTM with Attention.


Languages

Language:Jupyter Notebook 96.5%Language:Python 3.5%