How to start with Google Colaboratory

For all the laboratories and assignments in this course, the google colaboratory is used. In order to understand key features of it, please follow this tutorial.

At the end of each lesson you will see the following button :

https://colab.research.google.com/assets/colab-badge.svg

By pressing on it you’ll be redirected to the related assignment :

_images/ass1.png

In the google colab you can change the code as you want, you can add cells, write your own functions, etc, as all the notebooks for assignments are in playground mode. You can also choose the runtime type (it’s beneficial while working with deep learning models) :

_images/runtime.png

Note, that you don’t need to install any packages, as they are already installed in colab environment. If you want to run all the code on your own machine, please go to this section.

When you start running the cells, you will probably see this message :

_images/message.png

Just press RUN ANYWAY and go on with a notebook.

Loading from colab

In classification module you will try to solve the challenge from kaggle, as the result the file with submission will be saved locally in colab. In order to load it to your machine and then submit on the page of competition, do the following :

  • Open the dropout menu :

_images/menu.png
  • Choose Files and download a submission.csv file :

_images/menu2.png

Colab is a powerful tool for working with notebooks, making research and analysis of data, because of that it will be used heavily through the course.