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
- First need to log in to your google account, then open the link "https://colab.research.google.com".
- Now u could see a pop up window with recent files.
- If you haven't created any files before then click on "New Notebook" Button.
- You could now acces to the colab and start coding.
- Try to simplify your code and execute them in seperate cells.
- If you want to run a single cell , press "Ctr" + "Enter"
- To run all the files , press "Ctr" + "F9"
- For accessing more about runtime click on "Runtime" button on 5 cells away from top left corner.
- Upload your Dataset in google drive. Now click on table of cotent -> Files -> Upload with drive(icon). or,
- Download your dataset to desktop. Now click on table of cotent -> Files -> Upload to session storage and select your folger from desktop.