Practical Deep Learning for Time Series using fastai/ Pytorch: Part 1
timeseriesAI is a library built on top of fastai/ Pytorch to help you apply Deep Learning to your time series/ sequential datasets, in particular Time Series Classification (TSC) and Time Series Regression (TSR) problems. The library contains 3 major components:
-
Notebooks: they are very practical, and show you how certain …