Ask
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News Sign UpSign In
Project: Testing 18.04
Views: 590
License: APACHE
Embed | Download | Raw |
Kernel: Python 3 (Ubuntu Linux)

TensorLy on CoCalc

In Python 3 Ubuntu Linux kernel

http://tensorly.org/stable/user_guide/index.html

import numpy as np import tensorly as tl tl.__version__
X = tl.tensor(np.arange(24).reshape((3, 4, 2)))
X