Advanced Deep Learning & Tensor Tutorial
June 21st, 1pm ANB 105
June 21st, 1pm ANB 105
Advanced Deep Learning and Tensor Tutorial. RSVP here!
Pre-requirements:
Basic knowledge of deep learning (convolutions, MLP)
Knowledge of Python
Speakers:
Schedule:
Hardware and Software Preparation:
You will need a laptop to get the most of the session, with Python (3.7 or higher) installed, along with PyTorch and TensorLy.
You also need to have the jupyter notebook installed.
Installation instructions
If you are new to Python or simply want a pain-free experience, I recommend you install the Anaconda distribution. It comes with all you need shipped-in and ready to use!
Once you have anaconda installed, you want to get either the Jupyter Lab, or the Jupyter Notebook. Typically, you can simply run:
conda install jupyterlab
For PyTorch, simply follow the instructions. With conda, it should be something like:
conda install pytorch torchvision -c pytorch
Finally, to install TensorLy to get the latest version, you can clone the Github repository. In the command line, run:
Or, if you have an issue during installation, you can also use conda:
conda install -c tensorly tensorly
Download Tutorial Slides: Deep Learning, Tensor Methods