Tensor Train Toolbox in Python
Project description
Tensor Train Toolbox
This is a pure python library that handles Tensor Train decomposition of tensors. This library. The module contains two main classes Tensor, and TensorTrain. Both of these inherit from an abstract base class BaseTensor that provides a common API.
Author: Tim Molteno tim@elec.ac.nz. Elec Research Group, Department of Physics. University of Otago.
The Tensor Class
This class is a wrapper around a numpy ndarray.
The TensorTrain Class
This class is a Tensor Train Decomposition of a tensor (see reference [1])/ The magic property of these decompositions is that their storage requirements and their computation requirements to not scale exponentially with the tensor dimension N. Thus for high-dimensional or very find grids, TensorTrain decompositions of tensors are far more efficient.
The tradeoff is accuracy. Creating a TT representation of a tensor does not preserve perfect accruacy for high rank tensors.
Will have a class Heirarchy so that Tensors are a class, and TensorTrain is a subclass.
References
[1] I. V. Oseledets. "Tensor-Train Decomposition" SIAM J. Sci. Comput., 33(5), 2295–2317. https://doi.org/10.1137/090752286
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tttb-0.0.2a1.tar.gz
.
File metadata
- Download URL: tttb-0.0.2a1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.20.1 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe35840629e513f9df5115f208f2c13d9d350600ae50c704dbf89a7d1da8edeb |
|
MD5 | 95874279a02bed5ab1258bb10718cd08 |
|
BLAKE2b-256 | ef0f232bd3514e31925ab3a17aa6eac5525d706d0a7e8ddd19ee3e3b61f88d98 |