Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.16 KB

File metadata and controls

19 lines (15 loc) · 1.16 KB

What is Colab?

Colaboratory, or “Colab” for short, is a product from Google Research. Colab allows anybody to write and execute arbitrary python code through the browser, and is especially well suited to machine learning, data analysis and education

Getting Statred

  1. First need to log in to your google account, then open the link "https://colab.research.google.com".
  2. Now u could see a pop up window with recent files.
  3. If you haven't created any files before then click on "New Notebook" Button.
  4. You could now acces to the colab and start coding.
  5. Try to simplify your code and execute them in seperate cells.

How To run the Code?

  1. If you want to run a single cell , press "Ctr" + "Enter"
  2. To run all the files , press "Ctr" + "F9"
  3. For accessing more about runtime click on "Runtime" button on 5 cells away from top left corner.

How to add code Datasetes in Colab?

  1. Upload your Dataset in google drive. Now click on table of cotent -> Files -> Upload with drive(icon). or,
  2. Download your dataset to desktop. Now click on table of cotent -> Files -> Upload to session storage and select your folger from desktop.