Google Colab
What is Google 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.
Google Colab is a free cloud service and now it supports free GPU!
You can;
- improve your Python programming language coding skills.
- develop deep learning applications using popular libraries such as Keras, TensorFlow, PyTorch, and OpenCV.
The most important feature that distinguishes Colab from other free cloud services is; Colab provides GPU and is totally free.
Steps to Install Google Colaboratory
Step 1: Install Colab via Right click > More > More apps
Step 2: Search for Colaboratory.
Step 3: Click Install and Continue.
Step 4: Then Right click > More > Colaboratory.
Step 5: Now we can start using Colab.
Step 6: Rename notebook by means of clicking the file name.
Step 7: Running Basic Python Codes with Google Colaboratory.