This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #WHAT IS COLAB AND FREE GPU | |
| #Colaboratory is a cloud version of Jupyter Kernels, working on Google Drive. | |
| #Colab supports computations (Tensorflow, Keras, Pytorch..) on a GPU(Tesla K80), for free. | |
| #CREATE A FOLDER ON GOOGLE DRIVE | |
| #To begin with, simply create a folder on Google Drive, or just use default 'Colab Notebooks' folder | |
| #Right click the folder -> Open with -> Connect more apps -> Connect Colaboratory | |
| #CREATE COLAB NOTEBOOK | |
| #My Google Drive -> New -> More -> Colaboratory |