-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEE.bib
43 lines (39 loc) · 1.14 KB
/
EE.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@article{lstm,
title={LONG SHORT-TERM MEMORY},
author={Hochreiter, Sepp and urgen Schmidhuber, J and Elvezia, Corso},
journal={Neural Computation},
volume={9},
number={8},
pages={1735--1780},
year={1997}
}
@article{cw-rnn,
title={A clockwork rnn},
author={Koutnik, Jan and Greff, Klaus and Gomez, Faustino and Schmidhuber, Juergen},
journal={arXiv preprint arXiv:1402.3511},
year={2014}
}
@inproceedings{xavier,
title={Understanding the difficulty of training deep feedforward neural networks.},
author={Glorot, Xavier and Bengio, Yoshua},
booktitle={Aistats},
volume={9},
pages={249--256},
year={2010}
}
@article{forgetgate,
title={Learning to forget: Continual prediction with LSTM},
author={Gers, Felix A and Schmidhuber, J{\"u}rgen and Cummins, Fred},
journal={Neural computation},
volume={12},
number={10},
pages={2451--2471},
year={2000},
publisher={MIT Press}
}
@article{gru,
title={Empirical evaluation of gated recurrent neural networks on sequence modeling},
author={Chung, Junyoung and Gulcehre, Caglar and Cho, KyungHyun and Bengio, Yoshua},
journal={arXiv preprint arXiv:1412.3555},
year={2014}
}