Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 314 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 314 Bytes

Timeseries classification with Transformers

This is the repo for a time-series classification model based on the transformer architecture. It uses a number of different encoder blocks to perform classification on a timeseries dataset. Linear attention works but windowed attention is not properly implemented.