time-series-classification
time-series-classification copied to clipboard
time series classification from scratch with deep neural networks (WIP)
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.