In this course, we will rely heavily on Python and popular libraries. As the focus of the course is on deep learning concepts, this page is provided as supplementary material. If you have trouble implementing a concept, start here for a range of introductory to advanced assistance.
In late 2017, Google launched an environment for online collaborative Python development. If you're familiar with Google Docs and Jupyter notebooks, this will feel familiar.
From Google's website:
Colaboratory is a Google research project created to help disseminate machine learning education and research. It’s a Jupyter notebook environment that requires no setup to use and runs entirely in the cloud.
Colaboratory notebooks are stored in Google Drive and can be shared just as you would with Google Docs or Sheets. Colaboratory is free to use.
Set up your first notebook here: http://colab.google.com.
Many libraries and frameworks are already installed, however you have the ability to install specific versions as needed.