0% found this document useful (0 votes)
16 views2 pages

Lab Exercise 1 - 172

Uploaded by

Jazzhel Cabusao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Lab Exercise 1 - 172

Uploaded by

Jazzhel Cabusao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Cabusao, Jazzhel Keithe G.

BSCS 4B

Google Colab

Colaboratory, or simply "Colab," is a Google Research product. Colab is particularly well-suited to


machine learning, data analysis, and education because it allows anyone to write and execute
arbitrary Python code through the browser. Colab, which is actually based on the open source
Jupyter, lets you create and share computation files without installing anything. Because it syncs
seamlessly between devices, Google Colab is ideal for individuals who need to work on multiple
devices, such as a laptop and a tablet or a computer at work. To use the Google Colab You must
have a Google account in order to use Colaboratory, and you can access it with your Google
account. Otherwise, most of the features of Colaboratory won't work.

Jupyter Notebook is simply represented online by Google Colab. Colab is a full-fledged cloud
Python coding application, whereas Jupyter Notebook requires installation on a computer and can
only use local machine resources. Colab can be used to write Python code in Google Chrome or
Mozilla Firefox. Additionally, you don't need a runtime environment or a CLI to execute those
codes in the browser. In addition, you can give your Python project notebook a polished appearance
by incorporating images, graphs, tables, mathematical equations, and other graphics. Additionally,
Colab will render the Python code as a visual asset for data visualizations. Jupyter Notebook files
from GitHub can be reused with Colab. In addition, you can import projects compatible with data
science and machine learning from other sources. In order to display Python codes that are
error-free and clean, Colab efficiently processes the imported assets.

A cloud-based tool is Google Colaboratory. Using a Chrome browser, you can begin coding
fantastic ML and data science models. Colab is free, but resources are limited. However, you
shouldn't expect to be able to store your AI or machine learning models on the free infrastructure
provided by Colab for an indefinite period of time. Google Colaboratory requires no learning curve
if you are familiar with Jupyter. GPUs and TPUs for extensive data science and machine learning
models are available for free. Pre-installed and well-known data science libraries are included. For
real-time coding, coders can easily share the code notebook with collaborators.
As a result, Google Colab is an extremely useful tool for data scientists, enthusiasts for machine
learning, and novice Python programmers to run Python code without having to deal with Python
configuration. It is free, simple to use, and has a fantastic sharing feature that makes it simple to
share your work with others.

You might also like