Tensor learning in Python.
Project description
TensorLy
TensorLy is a fast and simple Python library for tensor learning. It builds on top of NumPy, SciPy and MXNet and allows for fast and straightforward tensor decomposition, tensor learning and tensor algebra.
Website: http://tensorly.github.io
Jupyter Notebooks: https://github.com/JeanKossaifi/tensorly_notebooks
How to install
Easy option: install with pip
Simply run:
pip install -U tensorly
That’s it!
Alternatively, you can pip install from the git repository:
pip install git+https://github.com/tensorly/tensorly
Development: install from git
The library is still very new and under heavy developement. To install the last version:
Clone the repository and cd there:
git clone https://github.com/tensorly/tensorly cd tensorly
Then install the package (here in editable mode with -e or equivalently –editable):
pip install -e .
Running the tests
Testing and documentation are an essential part of this package and all functions come with uni-tests and documentation.
You can run all the tests using the nose package:
nosetests -v tensorly
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tensorly-0.2.0.tar.gz.
File metadata
- Download URL: tensorly-0.2.0.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c23c8a622f75546b6021cfb679c503ded2922dac208377924dfafefe2e0215fc
|
|
| MD5 |
69aaa26bf1e20e458e93b96eeb626b0e
|
|
| BLAKE2b-256 |
e1947dd75f51ff7008482c101c1e5e049187dddd4ec8ef655f955e0903d543be
|
File details
Details for the file tensorly-0.2.0-py3-none-any.whl.
File metadata
- Download URL: tensorly-0.2.0-py3-none-any.whl
- Upload date:
- Size: 60.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cb9ef4cb3ee76f9404e2cc3842b614b04adddacb99f8f92247502cb6f59456b
|
|
| MD5 |
e40b7e9ef8bf5527f02bc615378cde70
|
|
| BLAKE2b-256 |
8a22ce4ec3e9fd9e4012f379bffcfc6e370c214ded5eed3f99f0e1c89a7df928
|