February 2018
Intermediate to advanced
378 pages
10h 14m
English
Feel free to skip this section if you're familiar with the Python and Jupyter notebooks.
IPython notebook and its web-based GUI Jupyter are standard tools for data-driven machine learning development. Jupyter is also a handy tool for learning Python and its libraries. You can combine pieces of code with comments in markdown format. You can also execute pieces of code in place, chaining them one after another, and immediately seeing the results of computations. It also allows to embed interactive charts, tables, videos, and other multimedia objects inside the notebook. We will use Jupyter notebooks for writing quick prototypes of our models.
To create a new notebook, run in the Terminal:
> jupyter notebook
Read now
Unlock full access