Getting Started with TensorFlow in Google Colaboratory (Coding TensorFlow)

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

In 2023 it is no longer necessary to install tensorflow-gpu, when you change the kernel try to import tensorflow and it will already be there.

peterharrington
Автор

This guy is like the literal god of Tensorflow. Huge Respect.

ambarishkapil
Автор

Keep it up best for students with slow laptops or desktops

harmeetsingh
Автор

i don't see the option to reset runtime after installed tensor flow... any advice?

ainli
Автор

Thank you very much for this video! I learnt much from the live demonstration of writing code and running it!

tymothylim
Автор

Around 40s it says “...just click New and you will find Colaboratory on the More menu...”

This skips over a step I had to do: going to the More menu, selecting “Connect more apps”, finding Colab there, and “installing” it. Seems to basically connect to a Google account, and make Colab the default app for opening .ipynb files.

cwrcwr
Автор

Me at 2:15: "Welp.. that escalated quickly."

itsgonzalits
Автор

Thank you so much. This technology is advancing accessibility to nlp and the field of ml/ds as a whole  🤗

jacksonkaib
Автор

Thanks for the simple straight forward vid. Looking fwd to the next one

noamgonen
Автор

Thank you, I also see the CPU / GPU toggle in the course that is beneficial for training in a virtual environment. In the course sometimes I need to run locally and upload from my VSCode.

Jirayu.Kaewprateep
Автор

Can google colab help in working on deep learning no matter how much slow laptop is. I have a core i5 3rd generation thou

wasiqhussain
Автор

So nice - wowzers. Thanks, Colab team.

ecjonck
Автор

For anyone having a problem while trying to print tensorflow’s version, try using “ tf.__version__ ” instead of “ tf._version_ ”.
Personally, I couldn’t believe that I didn’t notice the double underscores used in the video. :V

NityaStriker
Автор

Do we require to install tensorflow or tensorflow-gpu for each new notebook? or do we only have to install it once in a notebook?

manish_rawat
Автор

Are the installed packages attached to the personal Google account or the notebook? In other words, installing one time allows me to import them in any notebook?

asuagar
Автор

To install Tensorflow 2.0: !pip install tensorflow==2.0.0

kostas_x
Автор

Thanks for this presentation! I love it.

yawenchang
Автор

WOOOW!!! so accurate ....Thanks for this Video

aaronissemwana
Автор

Great.. this is very clear and easy.. thank you

tcnicxp
Автор

Is there any way to deploy a tensorflow model within a click to Android?

STIVESification