-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0993942
commit 6292f81
Showing
2 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
@article{article, | ||
author = {Zhang, Yunong and Ge, S.}, | ||
year = {2005}, | ||
month = {12}, | ||
pages = {1477 - 1490}, | ||
title = {Design and Analysis of a General Recurrent Neural Network Model for Time-Varying Matrix Inversion}, | ||
volume = {16}, | ||
journal = {Neural Networks, IEEE Transactions on}, | ||
doi = {10.1109/TNN.2005.857946} | ||
@article{ | ||
author = {Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin}, | ||
title = {Attention Is All You Need}, | ||
journal = {CoRR}, | ||
volume = {abs/1706.03762}, | ||
year = {2017}, | ||
url = {http://arxiv.org/abs/1706.03762}, | ||
eprinttype = {arXiv}, | ||
eprint = {1706.03762}, | ||
timestamp = {Sat, 23 Jan 2021 01:20:40 +0100}, | ||
biburl = {https://dblp.org/rec/journals/corr/VaswaniSPUJGKP17.bib}, | ||
bibsource = {dblp computer science bibliography, https://dblp.org} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@article{article, | ||
author = {Zhang, Yunong and Ge, S.}, | ||
year = {2005}, | ||
month = {12}, | ||
pages = {1477 - 1490}, | ||
title = {Design and Analysis of a General Recurrent Neural Network Model for Time-Varying Matrix Inversion}, | ||
volume = {16}, | ||
journal = {Neural Networks, IEEE Transactions on}, | ||
doi = {10.1109/TNN.2005.857946} | ||
} |