forked from quantum-ods/qmlcourse
-
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.
add about kernel approximations by Kroneker product
- Loading branch information
1 parent
88731a1
commit 402c073
Showing
2 changed files
with
63 additions
and
12 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,5 +1,40 @@ | ||
# Список литературы | ||
|
||
```{bibliography} | ||
@book{horn1994topics, | ||
title={Topics in matrix analysis}, | ||
author={Horn, Roger A and Horn, Roger A and Johnson, Charles R}, | ||
year={1994}, | ||
publisher={Cambridge university press} | ||
} | ||
@book{horn2012matrix, | ||
title={Matrix analysis}, | ||
author={Horn, Roger A and Johnson, Charles R}, | ||
year={2012}, | ||
publisher={Cambridge university press} | ||
} | ||
@article{martens2015optimizing, | ||
author = {James Martens and | ||
Roger B. Grosse}, | ||
title = {Optimizing Neural Networks with Kronecker-factored Approximate Curvature}, | ||
journal = {CoRR}, | ||
volume = {abs/1503.05671}, | ||
year = {2015}, | ||
url = {http://arxiv.org/abs/1503.05671}, | ||
eprinttype = {arXiv}, | ||
eprint = {1503.05671}, | ||
timestamp = {Mon, 13 Aug 2018 16:47:40 +0200}, | ||
biburl = {https://dblp.org/rec/journals/corr/MartensG15.bib}, | ||
bibsource = {dblp computer science bibliography, https://dblp.org} | ||
} | ||
@article{airola2017fast, | ||
title={Fast Kronecker product kernel methods via generalized vec trick}, | ||
author={Airola, Antti and Pahikkala, Tapio}, | ||
journal={IEEE transactions on neural networks and learning systems}, | ||
volume={29}, | ||
number={8}, | ||
pages={3374--3387}, | ||
year={2017}, | ||
publisher={IEEE} | ||
} | ||
``` |
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