Google Colab Tutorial for Beginners | Get Started with Google Colab

Doga Ozgon
23 Jan 202110:39

Summary

TLDRGoogle Colab, auch bekannt als Caller, ist eine hervorragende Plattform für Einsteiger in künstliche Intelligenz und Data Science. Es bietet vorinstallierte Bibliotheken und Werkzeuge, ermöglicht das Schreiben und Teilen von Python-Code im Browser und ist überall verfügbar. Colab organisiert Projekte in Notebooks, die direkt in Google Drive gespeichert werden. Es unterstützt auch Hardware-Beschleuniger wie GPU und TPU für komplexere AI-Projekte und ermöglicht die Installation zusätzlicher Bibliotheken. Die einfache Freigabe von Code und die Möglichkeit, Notebooks herunterzuladen, machen Colab zu einer beliebten Wahl in der Data-Science-Community.

Takeaways

  • 🌐 Google Colab ist eine großartige Plattform zum Einstieg in künstliche Intelligenz und Data Science.
  • 💻 Es bietet alles, was du brauchst, mit vorinstallierten Bibliotheken und Werkzeugen, die für dich eingerichtet sind.
  • 📱 Du kannst Python-Code direkt in deinem Browser schreiben, ausführen und teilen, ganz ohne Konfiguration.
  • 🔗 Mit einem einfachen Link kannst du deinen Code mit anderen teilen.
  • 📁 Alles, was du in Colab machst, wird in deinem Google-Konto gespeichert und ist über Google Drive erreichbar.
  • 📓 Colab ist wie ein Jupyter-Notebook, das auf Google-Servern gehostet wird, mit zusätzlichen Funktionen.
  • 🛠️ Du kannst Code-Zellen erstellen und Python-Code schreiben, der auf Google-Servern und nicht auf deinem Laptop ausgeführt wird.
  • 🔀 Du kannst Hardware-Beschleuniger wie GPU oder TPU auswählen, um deine KI- oder Data-Science-Projekte zu beschleunigen.
  • 🆓 Google Colab bietet sogar kostenlose Zugriffsmöglichkeiten auf GPUs und TPUs.
  • 📚 Die wichtigsten Data-Science- und KI-Bibliotheken sind bereits in Colab vorinstalliert und können mit Import-Anweisungen verwendet werden.
  • 🔄 Wenn du eine neue Notebook-Datei erstellen möchtest, kannst du dies über 'Datei' > 'Neues Notebook' tun.

Q & A

  • Was ist Google Colaboratory und wofür wird es verwendet?

    -Google Colaboratory, oder kurz 'Colab', ist eine browserbasierte Plattform, die es ermöglicht, Python-Code auszuführen. Sie wird hauptsächlich für Datenwissenschaft und künstliche Intelligenz (KI) verwendet, da alle wichtigen Bibliotheken und Tools vorinstalliert sind.

  • Welche Vorteile bietet Google Colab im Vergleich zur lokalen Entwicklung?

    -Ein Vorteil von Google Colab ist, dass keine Software installiert oder eingerichtet werden muss. Alle wichtigen Bibliotheken sind vorinstalliert, und der Code wird auf Google-Servern ausgeführt, sodass der Nutzer sofort mit dem Programmieren beginnen kann.

  • Wie können Nutzer ihre Arbeit in Google Colab speichern und teilen?

    -Alle Notebooks, die in Google Colab erstellt werden, werden automatisch im Google Drive des Nutzers gespeichert. Die Notebooks können einfach über einen Link geteilt werden, sodass jeder mit einem Internetzugang und einem Google-Konto darauf zugreifen kann.

  • Was ist eine Zelle in Google Colab und welche Arten von Zellen gibt es?

    -In Google Colab gibt es zwei Arten von Zellen: Codezellen, in denen Python-Code geschrieben und ausgeführt wird, und Textzellen, in denen Text und Formatierungen wie Bilder, Videos oder Listen verwendet werden können. Letztere nutzen die Markup-Sprache Markdown.

  • Wie können Hardwarebeschleuniger in Google Colab verwendet werden?

    -Google Colab bietet die Möglichkeit, Hardwarebeschleuniger wie GPUs und TPUs zu verwenden, um rechenintensive Aufgaben zu beschleunigen. Diese Beschleuniger können über die Option 'Runtime' und 'Change runtime type' aktiviert werden.

  • Wann sollte ein Hardwarebeschleuniger verwendet werden?

    -Für einfache Python- oder maschinelle Lernmodelle reicht oft ein CPU aus. Für größere und komplexere Modelle ist der Einsatz einer GPU oder TPU ratsam, da diese die Berechnungen erheblich beschleunigen.

  • Was passiert, wenn ein Notebook in Google Colab längere Zeit inaktiv ist?

    -Wenn ein Notebook längere Zeit nicht verwendet wird, wird es von den Google-Servern getrennt, um Ressourcen zu sparen. Der Code bleibt jedoch gespeichert und das Notebook kann jederzeit erneut verbunden und der Code wieder ausgeführt werden.

  • Wie können zusätzliche Bibliotheken in Google Colab installiert werden?

    -Um eine Bibliothek zu installieren, die nicht standardmäßig in Google Colab enthalten ist, kann der Code mit einem Ausrufezeichen (!) vor dem Befehl 'pip install' ausgeführt werden. Zum Beispiel: '!pip install libraryname'.

  • Welche Dateiformate unterstützt Google Colab zum Speichern von Notebooks?

    -Google Colab speichert Notebooks standardmäßig im IPYNB-Format, das auch von Jupyter Notebooks verwendet wird. Es gibt jedoch auch die Möglichkeit, Notebooks als Python-Dateien (.py) herunterzuladen.

  • Warum ist Google Colab besonders bei der KI- und Datenwissenschaftsgemeinschaft beliebt?

    -Google Colab ist aufgrund seiner Einfachheit, der vorinstallierten Bibliotheken und der Möglichkeit, leistungsstarke Hardware wie GPUs und TPUs kostenlos zu nutzen, besonders bei KI- und Datenwissenschaftlern beliebt. Zudem lassen sich Notebooks einfach teilen und kollaborativ bearbeiten.

Outlines

00:00

💻 Einführung in Google Colab

Google Colab, auch bekannt als Colab, ist eine hervorragende Plattform für Einsteiger in die Welt der künstlichen Intelligenz und Data Science. Es bietet alles, was man für den Einstieg benötigt, einschließlich vorinstallierter und vorkonfigurierter Hauptbibliotheken und Tools. Colab ermöglicht es, Python-Code im Browser zu schreiben, auszuführen und zu teilen, ohne jegliche Konfiguration. Der Code wird auf Google-Servern und nicht lokal auf dem eigenen Laptop ausgeführt. Colab ist auch mit Jupyter Notebooks vergleichbar, bietet aber zusätzliche Funktionen, die es in der Data Science- und KI-Community beliebt machen. Die Notebooks sind in Google Drive gespeichert und können problemlos geteilt werden.

05:02

🔄 Hardware-Akzelerierer in Google Colab

In Google Colab können Benutzer zwischen verschiedenen Servertypen wählen, einschließlich CPU, GPU und TPU. Während CPU standardmäßig zur Verfügung steht, können GPU und TPU angefordert werden, um die Berechnungsleistung für komplexere KI- oder Data Science-Projekte zu erhöhen. TPU (Tensor Processing Unit) ist speziell für die Beschleunigung von KI-Code konzipiert. Colab ermöglicht es, alle wichtigen Data Science- und KI-Bibliotheken und -Tools direkt über Import-Anweisungen zu verwenden, da sie vorinstalliert sind. Zusätzlich können mit einem Ausrufezeichen neue Bibliotheken installiert werden.

10:02

📚 Nützliche Funktionen von Google Colab

Google Colab ermöglicht es, Code in Notebooks zu schreiben, die in Google Drive gespeichert und geteilt werden können. Die Plattform unterstützt die Verwendung von Code- und Textzellen, wobei后者 zur Erklärung von Code oder zum Einbinden von Bildern und Videos verwendet werden kann. Die Verwendung von Hardware-Akzelerierern wie GPU und TPU ist für die Verarbeitung großer KI- oder Data Science-Modelle von Vorteil. Colab ist eine ideale Umgebung zum Erlernen und Anwenden von Data Science- und KI-Bibliotheken wie TensorFlow, NumPy, pandas, Matplotlib und PyTorch. Die Plattform ist auch dafür bekannt, dass sie es ermöglicht, Tutorials und Projekte problemlos zu teilen und zu speichern.

Mindmap

Keywords

💡Google Colab

Google Colab ist eine Cloud-Plattform, die es ermöglicht, Python-Code direkt in einem Browser zu schreiben und auszuführen. Es ist eine Art Jupyter Notebook, das auf Google-Servern gehostet wird und ist populär, da es viele Vorteile für Data Science und künstliche Intelligenz bietet. Im Video wird Google Colab als einfacher Einstieg in die Welt der künstlichen Intelligenz und Data Science präsentiert, da es alle wichtigen Bibliotheken und Werkzeuge bereits vorinstalliert und eingerichtet hat.

💡Data Science

Data Science ist ein interdisziplinäres Feld, das Methoden und Systeme aus Statistik, Informatik und Domänenwissen verwendet, um aus großen Datenmengen Erkenntnisse zu gewinnen. Im Kontext des Videos bezieht sich Data Science auf die Verwendung von Google Colab, um Analysen durchzuführen und Daten zu visualisieren, wobei vorinstallierte Bibliotheken wie Pandas und NumPy verwendet werden können.

💡Künstliche Intelligenz

Künstliche Intelligenz (AI) ist ein Bereich der Informatik, der sich mit der Entwicklung von intelligenten Systemen beschäftigt, die ähnliche Aufgaben wie ein Mensch ausführen können. Im Video wird Google Colab als Werkzeug vorgestellt, das für die Entwicklung und den Einsatz von AI-Anwendungen nützlich ist, insbesondere durch die Verwendung von Bibliotheken wie TensorFlow und PyTorch.

💡Jupyter Notebook

Ein Jupyter Notebook ist eine Open-Source-Webanwendung, die interaktive Data Science und Machine Learning-Notebooks ermöglicht. Es ermöglicht die Kombination von Live-Code, Equations, Visualisierungen und ausführlichem Text. Im Video wird Google Colab als eine Art Jupyter Notebook beschrieben, das auf Google-Servern gehostet wird und zusätzliche Funktionen bietet.

💡Hardware-Beschleuniger

Hardware-Beschleuniger wie GPU (Grafikprozessoren) oder TPU (Tensor Processing Units) sind spezielle Hardwarekomponenten, die die Berechnungsleistung von künstlicher Intelligenz und Machine Learning verbessern können. Im Video wird erwähnt, dass Google Colab die Möglichkeit bietet, Hardware-Beschleuniger wie GPUs oder TPUs zu verwenden, um die Leistung von AI-Code zu erhöhen.

💡Code-Zelle

Eine Code-Zelle ist eine spezielle Art von Zelle in Jupyter Notebooks und Google Colab, in der Python-Code geschrieben und ausgeführt werden kann. Im Video wird gezeigt, wie man Code-Zellen erstellt und wie man Python-Code in diesen Zellen schreibt und ausführt.

💡Text-Zelle

Eine Text-Zelle ist eine Zelle in Jupyter Notebooks und Google Colab, in der Text, Mathe-Formeln und sogar Markdown-Inhalte erstellt werden können. Im Video wird erklärt, dass Text-Zellen verwendet werden können, um Erklärungen zu geben oder Bilder und Videos zu verwenden, um den Code besser zu erklären.

💡Markdown

Markdown ist eine einfache Auszeichnungssprache, die zum Schreiben von Textdateien verwendet wird, die aus einfachem Text und kleinen Abstandscodes bestehen, die Ausgabeformatierer wie der von Google Colab interpretieren können. Im Video wird erwähnt, dass man in Text-Zellen Markdown verwenden kann, um Text zu formatieren und Inhalte wie Bilder oder Listen zu erstellen.

💡Runtime

Der Runtime-Typ in Google Colab bezieht sich auf die Art der Hardware, auf der der Code ausgeführt wird. Im Video wird gezeigt, wie man den Runtime-Typ von CPU zu GPU oder TPU wechseln kann, um die Leistung des Codes zu erhöhen.

💡Libraries

Bibliotheken sind Sammlungen von Code, die spezifische Funktionen oder Operationen kapseln und die Wiederverwendung von Code ermöglichen. Im Video wird erwähnt, dass Google Colab viele wichtige Data Science- und AI-Bibliotheken wie TensorFlow, NumPy, Pandas und Matplotlib vorinstalliert hat, die direkt importiert und verwendet werden können.

Highlights

Google Colaboratory, or Colab, is an excellent starting point for artificial intelligence and data science.

All major libraries and tools are pre-installed and pre-set up in Colab.

You can start coding data science and AI without installing any software.

Colab allows you to write, run, and share Python code in your browser.

You can access Colab from any device without configuration.

Your work in Colab is saved under your Google account and can be accessed like Google Drive files.

Colab is essentially a Jupyter notebook hosted on Google servers with additional features.

Everything in Colab is organized under notebooks.

You can create a new notebook to start working on your projects.

It's helpful to rename your notebooks for better organization.

Colab executes code on Google servers, not on your local machine.

You can run code cells using the play button or keyboard shortcuts.

There are two types of cells in Colab: code cells and text cells.

Text cells allow you to write in Markdown, which supports rich text formatting.

Colab offers the option to use hardware accelerators like GPUs and TPUs for free.

Notebooks will disconnect from Google servers after being idle for a while to save resources.

TPUs are designed for accelerating AI code and are accessible in Colab.

Colab comes with pre-installed major data science and AI libraries.

You can install additional libraries in Colab using an exclamation mark prefix.

Colab notebooks can be saved to your Google Drive and shared with others.

Colab is popular for sharing tutorials due to its ease of accessibility and shareability.

Notebooks are in .ipnb format, which is ideal for data science and machine learning.

This tutorial covers everything you need to get started with Google Colab.

Transcripts

play00:00

google collaboratory or caller for short

play00:02

is the best way to get started with

play00:04

artificial intelligence and data science

play00:06

everything you need all the major

play00:07

libraries and tools are already

play00:09

pre-installed for you and pre-set up for

play00:11

you

play00:11

so by the time it takes you to search

play00:13

how to install another software you can

play00:15

already be

play00:16

get up and running coding your data

play00:18

science and artificial intelligence code

play00:20

with google call up you can

play00:21

write run and share python code in your

play00:24

browser and this allows you to get

play00:26

started from your phone tablet or laptop

play00:28

without any configuration and you can

play00:29

immediately share your code with anyone

play00:32

with a simple link

play00:33

and everything you do in call app will

play00:34

be saved under your google account so

play00:36

you can

play00:36

access them share them just like the

play00:38

rest of your files under your google

play00:40

drive if you are familiar with the

play00:41

jupyter notebooks google collab is

play00:43

essentially

play00:44

a jupiter notebook hosted on google

play00:46

servers with additional functionalities

play00:48

that makes it especially popular among

play00:50

data science artificial intelligence

play00:52

communities

play00:52

so without further ado let's go ahead

play00:54

and get started with call up so first

play00:56

thing you want to do

play00:56

is to search for google call up and it

play00:59

should be the one that says

play01:01

callup.research.google.com let's go into

play01:02

that

play01:04

so the very first thing you should know

play01:05

about google call up is that everything

play01:07

is organized under notebooks so first

play01:10

thing you see when you come to the

play01:11

website

play01:12

are basically your recent notebooks and

play01:14

the first one you will see will probably

play01:15

be the welcome to collaborator notebook

play01:17

so to get started first thing you want

play01:18

to do is to go ahead and create a new

play01:20

notebook

play01:23

so the first time you open a collab

play01:25

notebook it will name it for you

play01:26

with untitled 0 in this case it is 3 for

play01:29

me

play01:30

and one thing you want to do is to

play01:31

rename this notebook so that it's more

play01:33

meaningful to us it can be something

play01:35

like

play01:36

collab intro tutorial since many times

play01:39

you'll be working

play01:40

with multiple notebooks at a time it can

play01:41

be really helpful to appropriately name

play01:43

your notebooks so if you come back to it

play01:45

months after writing it it will be

play01:47

descriptive

play01:48

and much easier for you to know what

play01:50

what you were doing in that notebook and

play01:51

everything i do in this notebook will be

play01:53

saved to my google drive under my google

play01:55

account so when first we take a look

play01:57

at google call up the first thing we

play01:59

will see and the major thing we will see

play02:00

is

play02:01

something called a code cell and a play

play02:03

button we can go ahead and write some

play02:05

python code here and it will be executed

play02:07

not on our laptop

play02:08

but it will be run on google servers and

play02:11

currently we are not connected at

play02:12

servers

play02:13

but we don't have to click here to be

play02:15

connected but instead

play02:16

usually what you want to do is to write

play02:18

some code here and it will be

play02:20

automatically connect to google servers

play02:22

so let's write a simple python code

play02:26

now there are a couple ways i can run

play02:27

this code first one and the default one

play02:30

is to click on display button

play02:37

and we just ran our first python code

play02:39

usually you'll want to use

play02:40

keyboard shortcuts and the shortcut to

play02:43

run a single cell

play02:44

is command enter which does the same

play02:46

thing as clicking on that play button

play02:47

but most of the time chances are you'll

play02:49

want to run a call cell

play02:51

and create a new call cell under it so

play02:53

you can keep coding to do that

play02:55

we will use shift enter

play02:59

which i just did notice that there are

play03:01

two type of cells

play03:02

i can create one of them is a code cell

play03:04

and this is where we write our code

play03:06

another one is a text cell so although

play03:08

it says text cell

play03:10

text is not the only thing we can write

play03:11

here once you write some text

play03:13

using the icons above we can turn it

play03:16

into bold

play03:17

italic title as well as other features

play03:19

such as

play03:20

images or videos lists and bullet points

play03:23

and there's actually even a language for

play03:25

that called

play03:25

markdown language and as you're getting

play03:28

started with collab it's not necessary

play03:30

to learn

play03:31

markdown language but if you are

play03:32

interested you can do that

play03:34

especially later on in your artificial

play03:36

intelligence or data science journey

play03:38

for now what you should know is that we

play03:39

can create code cells that are modular

play03:41

and we can also

play03:42

use text cells to make more explanations

play03:45

or display images that will be helpful

play03:48

and maybe explain our code better with

play03:50

some rich text formats so when we write

play03:52

code inside

play03:53

code cells we said that it's not running

play03:55

in our own laptop but

play03:56

it's running at google servers and there

play03:58

are actually three types of servers that

play04:00

google can allocate to us

play04:01

and we can change it from here if you go

play04:03

to runtime and

play04:04

change runtime type you will see that

play04:06

you have the option to have a hardware

play04:08

accelerator right now by default you are

play04:10

not given a hardware accelerator but if

play04:13

you need one

play04:13

it's possible to have either a gpu or a

play04:16

tpu

play04:16

so why would you need them if you're

play04:18

just getting started and writing python

play04:20

code or

play04:21

simple machine learning code that runs

play04:23

fast enough most likely you'll be fine

play04:25

with the default version

play04:26

which has no hardware accelerator

play04:28

meaning that it will run

play04:29

on cpus but as your artificial

play04:32

intelligence code gets larger and more

play04:34

complex as you do more operations that

play04:36

operations you make will take more time

play04:38

and you'll want to use some kind of

play04:40

hardware accelerator

play04:41

and the most common hardware accelerator

play04:43

is a gpu

play04:45

and we have access to free gpus within

play04:48

collapse

play04:49

one thing you will notice is that when

play04:50

you change the hardware accelerator type

play04:52

from num to gpu

play04:54

or a tpu it will basically tell you that

play04:57

if you don't need a hardware accelerator

play05:00

do not use a hardware accelerator

play05:01

and this way google can allocate its

play05:04

gpus or tpus

play05:05

to people who need more computational

play05:07

power for now i'm just writing simple

play05:10

python code so i can change it to none

play05:12

one thing you should know is that when

play05:13

you leave your notebook unused for hours

play05:15

your notebook will be disconnected from

play05:17

google servers to more efficiently

play05:19

allocate

play05:20

its resources but do not worry when that

play05:22

happens all of your code will be

play05:24

still safe and nothing changes on them

play05:26

but you will need to rerun your code and

play05:28

to do that you can also do it from

play05:29

runtime

play05:31

and run all so we talked about cpus and

play05:34

gpus that you can connect to

play05:36

but there's also another one which we

play05:38

can access from

play05:40

change runtime type and hardware

play05:41

accelerator and that was

play05:43

tpu and tpus are tensor processing units

play05:47

and do not be scared by the name these

play05:49

are basically processing

play05:51

units or processing chips that are

play05:53

specifically designed

play05:54

for significantly accelerating

play05:56

artificial intelligence code

play05:58

and we also have free access to them

play06:00

from cola

play06:01

and this can be especially useful if you

play06:04

have larger machine learning models

play06:06

or artificial intelligence models but if

play06:08

you are using

play06:09

a smaller model you will be most likely

play06:11

fine with a gpu

play06:12

or none hardware accelerator

play06:16

so until now we just seen python code

play06:18

but we didn't see anything about data

play06:19

science machine learning or

play06:21

artificial intelligence code but one of

play06:23

the major advantages of using google

play06:25

colab is that you can't only code python

play06:27

code in the browser

play06:28

but all of the major data science and

play06:30

artificial intelligence libraries and

play06:32

tools come already

play06:34

pre-installed in collab and we can start

play06:36

using them

play06:37

with import statements such as

play06:45

so in order to use tensorflow numpy

play06:47

pandas

play06:48

matbaltip and pytorch and many more of

play06:50

them since they're already pre-installed

play06:52

for us we can

play06:53

start using them with these import

play06:55

statements and if you want we can also

play06:57

check their versions and as you can see

play07:02

we're using the latest versions

play07:04

of the libraries such as using

play07:06

tensorflow 2.4

play07:08

which is the latest one as of right now

play07:10

and if you're not familiar with

play07:11

any of these do not worry as you get

play07:14

started with colab it will be much

play07:15

easier to

play07:16

learn them as you're coding them so as

play07:18

you are getting started you are not

play07:19

required to know what this code does or

play07:21

whether these libraries are about and

play07:23

you can learn them one video at a time

play07:25

and every now and then you will want to

play07:27

use libraries

play07:28

that are not inside collab and when you

play07:31

want to do that you will want to

play07:32

prefix your code with an exclamation

play07:34

mark

play07:37

and with that you can install other

play07:39

libraries to call up as well

play07:41

and when you want to use them you can

play07:42

start using them with

play07:44

import statements as well so as you are

play07:47

working within a notebook

play07:48

if you want to create a new notebook you

play07:50

can do that from file

play07:51

and new notebook and similar notebook

play07:54

actions such as opening the existing

play07:55

ones

play07:56

you can also do them from here as well a

play07:58

lot of the times

play07:59

many of the machine learning data

play08:01

science or

play08:02

artificial intelligence codes are

play08:04

written in collab and

play08:05

when you're learning from them one thing

play08:07

you want to do is to save a copy

play08:09

in drive and when you save a copy and

play08:11

drive you can have a copy of the

play08:13

tutorial

play08:14

and save it under your google drive as

play08:16

well

play08:18

and if i do that i will have all the

play08:20

code from that previous notebook

play08:23

except in this one i'm not connected

play08:25

which i can connect in a second as well

play08:27

and i will have this title change

play08:28

to a copy of follow-up intro tutorial

play08:32

from collab info tutorial and if i wanna

play08:35

run this code you can either run that

play08:36

code

play08:37

cell by cell or you can

play08:40

run that from runtime and run all

play08:45

which will run all the cells

play08:46

sequentially

play08:49

and that's one of the reason why collab

play08:51

is so popular among

play08:52

data science and machine learning

play08:54

communities and you can find ldap

play08:55

tutorials

play08:56

are written in collab for ease of

play08:59

shareability because you can literally

play09:00

share them with a single

play09:02

link and everyone that has an internet

play09:04

connection and the google account

play09:06

can have access to that code and run

play09:08

them themselves

play09:09

as well as modifying it

play09:12

and if you want to download the notebook

play09:14

you can also do that from here

play09:18

under file you can go download this

play09:20

notebook as a ipnb file

play09:23

which is what we are using here and you

play09:26

can also download it as a python file

play09:28

one thing you should know is that

play09:29

currently we're working with the ipad b

play09:31

file and this is the same file format

play09:34

that you use in jupyter notebooks

play09:36

and ipamb files are more popular with

play09:39

data science and machine learning

play09:41

because they have additional

play09:42

capabilities on top of python files some

play09:44

of those features

play09:45

are called cells which you can save your

play09:47

outputs of the code cells

play09:49

you can also change the order of the

play09:51

code cells more easily

play09:53

from these up or down arrows you can

play09:56

delete them

play09:56

comment them and they're overall in a

play09:58

more modular structure

play10:00

that are a better fit for data science

play10:02

and machine learning code so these were

play10:04

everything you needed to get started

play10:06

with google collab

play10:07

as you just have seen you can just

play10:09

search for google call up

play10:10

and get coding within seconds without

play10:12

any setup

play10:14

and everything you do will be saved

play10:15

under your google account and you can

play10:17

reach them from your google drive

play10:19

and share them with a single link so

play10:20

this was it for this tutorial

play10:22

if you learned better by reading by the

play10:23

way i also have this tutorial in article

play10:26

format as well

play10:26

and i will make sure to put a link to it

play10:28

in the description box with that i hope

play10:30

you got some value out of this video if

play10:32

you want to see more machine learning

play10:34

and artificial intelligence tutorials

play10:35

make sure to like and subscribe and i

play10:37

will see you next time

Rate This

5.0 / 5 (0 votes)

Ähnliche Tags
Google ColabData ScienceKünstliche IntelligenzPython CodeJupyter NotebookCloud ComputingDatenanalyseMaschinelles LernenProgrammierungOnline Tutorial