Posts tagged TensorLy

2022 : The Year of The Tensor

machine-learning

TensorLy

general

tech

tensorly

A retrospect on 2021 and looking ahead to 2022

2022 : The Year of The Tensor

machine-learning

TensorLy

general

tech

tensorly

A retrospect on 2021 and looking ahead to 2022

TensorLy 0.5 is out!

Machine-Learning

TensorLy

An overview of the new version of TensorLy and the many new features and improvements it brings.

TensorLy, Now Also with PyTorch Backend

machine-learning

TensorLy

pytorch

In version 0.2.0, TensorLy was refactored to support backends. As proof of concept I put together a PyTorch backend. It makes it trivial to combine pytorch code with tensor methods. In this post we demonstrate this by performing Tucker tensor decomposition using autograd and gradient descent.

TensorLy, with MXNet Backend

machine-learning

TensorLy

MXNet

From version 0.2.0, TensorLy has an MXNet Backend, in addition to the NumPy backend. This allows to perform tensor operations on multi-machines, on CPU and GPU seemlessly, as well as to integrate with Deep Neural Networks. This posts goes over this new version and how to install it.

Tensor Unfolding

machine-learning

TensorLy

A look at tensor unfolding and its different definitions. We go through their mathematical properties, and python implementation with NumPy.

Robust Tensor PCA with TensorLy

Machine-Learning

TensorLy

A demonstration on how to use TensorLy to perform robust tensor Principal Component Analysis, with an application on images and videos.