This repository contains a series of tutorials and examples on tensor learning, with implementations in Python using TensorLy, and how to combine tensor methods and deep learning using the MXNet, PyTorch and TensorFlow frameworks as backends.
You will need to have the latest version of TensorLy installed to run these examples as explained in the instructions.
The easiest way is to clone the repository:
git clone https://github.com/tensorly/tensorly cd tensorly pip install -e .
Then simply clone this repository:
git clone https://github.com/JeanKossaifi/tensorly_notebooks
You are ready to go!
The following are very useful sources of information and I highly recomment you check them out:
- TensorLy documentation : extensive documentation, API, etc.
- Deep Learning - The Straight Dope : a great tutorial for Deep Learning using MXNet, by Zack Lipton.
- Deep Learning with PyTorch : another great tutorial, this time with PyTorch, by Soumith Chintala.
- The fast.ai cource : a great course that teaches Deep Learning from the start, and build up all the way to state-of-the-art models.