maxjcohen / transformer

Implementation of Transformer model (originally from Attention is All You Need) applied to Time Series.
https://timeseriestransformer.readthedocs.io/en/latest/
GNU General Public License v3.0
842 stars 165 forks source link

Citation Bibtex #48

Closed MJimitater closed 3 years ago

MJimitater commented 3 years ago

Hi @maxjcohen, great application, thank you!

Im wondering, what citation (preferably bibtex) can I use in order to cite your work?

maxjcohen commented 3 years ago

Hi, you can use this citation:

@article{COHEN2021111218,
  title = {End-to-end deep meta modelling to calibrate and optimize energy consumption and comfort},
  journal = {Energy and Buildings},
  volume = {250},
  pages = {111218},
  year = {2021},
  issn = {0378-7788},
  doi = {https://doi.org/10.1016/j.enbuild.2021.111218},
  url = {https://www.sciencedirect.com/science/article/pii/S0378778821005028},
  author = {Max Cohen and Sylvain {Le Corff} and Maurice Charbit and Alain Champagne and Gilles Nozière and Marius Preda},
  keywords = {Recurrent neural networks, Metamodel, Building energy model, Calibration, Optimization},
}

Edit: updated citation, I'll soon put the updated arXiv link, for now you can check this temporary free link.

MJimitater commented 3 years ago

Thanks @maxjcohen 👍

maxjcohen commented 3 years ago

Hi @MJimitater, I've updated the citation.