liyuejul / time-series-classification

time series classification from scratch with deep neural networks (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time series classification

Implementation of Time Series Classification from Scratch with Deep Neural Networks: A Strong Baseline (2016, arXiv) in PyTorch.

Use

Run docker-compose build && docker-compose up and open localhost:8888 in your browser and open the train.ipynb notebook.

To use your own data, implement a Dataset class as in src/project/data.py and wrap that in a torch DataLoader.

About

time series classification from scratch with deep neural networks (WIP)

License:GNU General Public License v3.0


Languages

Language:Python 75.1%Language:Jupyter Notebook 23.0%Language:Dockerfile 1.9%