-
Book Overview & Buying
-
Table Of Contents
Time Series with PyTorch
By :
“We need diversity of thought in the world to face the new challenges.” — Tim Berners-Lee
In recent years there has been a Cambrian explosion of new models created, each claiming to be State of the Art (SOTA). As you may know by now, there is no single modeling approach that is perfect (https://openreview.net/pdf?id=wEc1mgAjU-), and with so many different approaches it is difficult to stay on top of them all.
While it can take a substantial effort to keep afloat of all the models, we can classify most networks into families, which gives us an intuitive starting point for understanding how a network may attempt to model our data. This chapter discusses a number of neural network families, and briefly looks at a selection of models from these families that we cannot cover in full detail. We will apply our selected models on data from the M5 competition (all this code will be available in the accompanying notebook in the GitHub repository...