Skip to content

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

License

Notifications You must be signed in to change notification settings

aybchan/time-series-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.