-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
1 changed file
with
34 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
@inproceedings{yang2017tensortrainrnn, | ||
title={Tensor-Train Recurrent Neural Networks for Video Classification}, | ||
author={Yang, Yinchong and Krompass, Denis and Tresp, Volker}, | ||
booktitle={Internation Conference on Machine Learning}, | ||
year={2017} | ||
} | ||
|
||
@misc{yang2017, | ||
author = {Yinchong Yang}, | ||
title = {An Implementation of Tensor-Train Recurrent Neural Networks for Keras}, | ||
year = {2017}, | ||
publisher = {GitHub}, | ||
journal = {GitHub repository}, | ||
howpublished = {\url{https://github.com/Tuyki/TT_RNN}} | ||
} | ||
|
||
@inproceedings{novikov2015tensorizing, | ||
title={Tensorizing neural networks}, | ||
author={Novikov, Alexander and Podoprikhin, Dmitrii and Osokin, Anton and Vetrov, Dmitry P}, | ||
booktitle={Advances in Neural Information Processing Systems}, | ||
pages={442--450}, | ||
year={2015} | ||
} | ||
|
||
@misc{novikov2015github, | ||
author = {Alexander Novikov}, | ||
title = {A MATLAB and Theano+Lasagne implementation of the Tensor Train layer (TT-layer) of a neural network}, | ||
year = {2015}, | ||
publisher = {GitHub}, | ||
journal = {GitHub repository}, | ||
howpublished = {\url{https://github.com/Bihaqo/TensorNet}} | ||
} | ||
|
||
|