Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more references #1128

Merged
merged 3 commits into from
Nov 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ the following references to the related papers:
url = {http://jmlr.org/papers/v21/19-820.html}
}
```

```
@article{gluonts_arxiv,
author = {Alexandrov, A. and Benidis, K. and Bohlke-Schneider, M. and
Expand All @@ -172,7 +171,12 @@ the following references to the related papers:
## Further Reading

* [Collected Papers from the group behind GluonTS](https://github.com/awslabs/gluon-ts/tree/master/REFERENCES.md): a bibliography.
* [Tutorial at WWW 2020 (with videos)](https://lovvge.github.io/Forecasting-Tutorial-WWW-2020/)

### Overview tutorials
* [Tutorial at WWW 20202 (with videos)](https://lovvge.github.io/Forecasting-Tutorial-WWW-2020/)
* [Tutorial at SIGMOD 2019](https://lovvge.github.io/Forecasting-Tutorials/SIGMOD-2019/)
* [Tutorial at KDD 2019](https://lovvge.github.io/Forecasting-Tutorial-KDD-2019/)
* [Tutorial at VLDB 2018](https://lovvge.github.io/Forecasting-Tutorial-VLDB-2018/)

### Introductory material
* [International Symposium of Forecasting: Deep Learning for Forecasting workshop](https://lostella.github.io/ISF-2020-Deep-Learning-Workshop/)
21 changes: 20 additions & 1 deletion REFERENCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,26 @@ A number of the below methods are available in GluonTS.
}
```

[Deep Factor models, a global-local forecasting method.](http://proceedings.mlr.press/v97/wang19k.html)
Normalizing Kalman Filters
```
@inproceedings{bezene2020nkf,
Author = {Emmanuel de B\'{e}zenac, Syama S. Rangapuram, Konstantinos Benidis, Michael Bohlke-Schneider, Richard Kurle, Lorenzo Stella, Hilaf Hasson, Patrick Gallinari, Tim Januschowski},
Booktitle = {Advances in Neural Information Processing Systems},
Title = {Normalizing Kalman Filters for Multivariate Time Series Analysis},
Year = {2020}
}
```
Particle Filters
```
@inproceedings{kurle20,
Author = {Richard Kurle, Syama Rangapuram, Emmanuel de Bezenac, Stepuhan Günnemann, Jan Gasthaus},
Booktitle = {Advances in Neural Information Processing Systems},
Title = {Deep Rao-Blackwellised Particle Filters for Time Series Forecasting},
Year = {2019}
}
```

[Deep Factor models, a global-local forecasting method](http://proceedings.mlr.press/v97/wang19k.html)
```
@inproceedings{wang2019deep,
Author = {Wang, Yuyang and Smola, Alex and Maddix, Danielle and Gasthaus, Jan and Foster, Dean and Januschowski, Tim},
Expand Down