https://github.com/tensorly/tensorly
Revision 3b728201e21fd39860ddbd0105655e15cbdf1e7f authored by Jean Kossaifi on 30 May 2018, 16:23:50 UTC, committed by Jean Kossaifi on 30 May 2018, 16:23:50 UTC
Mainly:
- sample only needed elements from the tensor rather than unfold +
select
- rename with better names
- avoid conversion to and from numpy
- add convergence test
1 parent 0202177
Raw File
Tip revision: 3b728201e21fd39860ddbd0105655e15cbdf1e7f authored by Jean Kossaifi on 30 May 2018, 16:23:50 UTC
Refactored randomised_cp
Tip revision: 3b72820
CHANGELOG.md
# 0.4.0

- Added TensorFlow backend with Eager execution
- Added CuPy backend
- PyTorch backend updated for PyTorch >= '0.4.0'

# 0.3.0

- Added PyTorch backend

# 0.2.0

- Added MXNet backend

# 0.1.4

- Added Robust Tensor PCA
back to top