Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 927 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 927 Bytes

Code for Constructive TT approximation

This is repository with code and examples for the paper ``Constructive TT-representation of the tensors given as index interaction functions with applications''

To run exiprements one needs to install dependeces first: pip install -r requirements.txt

and install ttgames

git clone https://github.com/rballester/ttgames.git
cd ttgames
pip install .

The examples are in the ipynb files and do not require additional installations.

Link to the paper.

Please, cite this algorithm as

@inproceedings{
ryzhakov2023constructive,
title={Constructive {TT}-representation of the tensors given as index interaction functions with applications},
author={Gleb Ryzhakov and Ivan Oseledets},
booktitle={International Conference on Learning Representations},
year={2023},
url={https://openreview.net/forum?id=yLzLfM-Esnu}
}