11:00 - 11:45 (45 mins) Numpy Basics
11:50 - 12:30 (40 mins) Indexing and Slicing
Follow up "Advanced NumPy: Bits of Data Science with NumPy
.mat filesnumpyThis tutorial has one main requirement: numpy.
Materials are provided as Jupyter notebooks, so IPython notebook (pip install notebook) is also required.
This part has more dependencies: scipy, scikit-learn, matplotlib, torch.
All these dependencies have been collected in the requirements.txt file:
$ pip install -r requirements.txt
The minimum recommended version of Python to use for this tutorial is Python 3.5, although Python 2.7 should be fine, as well as previous versions of Python 3.
Py3.5+ is recommended due to a reference to the @ operator in the linear algebra notebook.