Tutorial 0: Python and PyTorch basics
Material
The tutorial notebook can be viewed here.
To run it yourself we recommend cloning the course tutorials repo.
Students are encouraged to install the provided conda
environment and play
with the examples from the notebook.
Video (requires Technion account)
Extra Resources
-
conda
download and installation. -
Detailed notebooks for learning python
https://github.com/jerry-git/learn-python3 -
Good introduction to
numpy
(presentation + notebooks)
https://github.com/gertingold/euroscipy-numpy-tutorial -
Python official docs
https://docs.python.org/3.7/. -
numpy
official docs
https://docs.scipy.org/doc/numpy/reference/ -
PyTorch
official docs
https://pytorch.org/docs/stable/