WEBVTT

00:00:00.500 --> 00:00:12.860
Hello, welcome to lesson W01S04 titled Working through ‘Hello World’ in TensorFlow and Python. I am Arezoo Dahesh.

00:00:13.320 --> 00:00:24.060
In this session, we will discuss how to implement a simple Hello World program in TensorFlow and Python.

00:00:24.400 --> 00:00:33.540
First, we need to import the TensorFlow library, and then create a constant.

00:00:34.120 --> 00:00:42.360
Then we use the print command to display its value and see what the output is.
*** برای دیدن نسخه کامل روی دکمه زیر ویدیو کلیک کنید ***

00:00:42.480 --> 00:00:50.900
In newer versions of TensorFlow, there is no need to use a session; we can simply use normal Python methods.
*** برای دیدن نسخه کامل روی دکمه زیر ویدیو کلیک کنید ***

00:00:51.100 --> 00:00:59.680
Next, we will go through these steps together step by step to better understand how TensorFlow works.
*** برای دیدن نسخه کامل روی دکمه زیر ویدیو کلیک کنید ***

