TensorFlow 2.0 Crash Course

TensorFlow 2.0 Crash Course

freeCodeCamp.org

4 года назад

517,408 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

simon mullen
simon mullen - 06.07.2023 02:28

Thank you :)

Ответить
Tarunkumar Gatla
Tarunkumar Gatla - 20.06.2023 11:07

What are the prerequisites for this course?

Ответить
YOUSSEF AIDANI
YOUSSEF AIDANI - 23.01.2023 14:15

Nice tut, but I's like to mention that this is a tuto, it's meant to teach sth. It would be nice if it was a bit slow paced.

Ответить
Adam Miris
Adam Miris - 29.12.2022 04:12

Please how do I get the data set
And where do I get it from

Ответить
Gleb
Gleb - 14.11.2022 19:20

Hoped see not-api tensorflow. Well, good tutorial for begginers, ty!

Ответить
agentstona
agentstona - 05.08.2022 15:53

DONT WATCH THIS TUTORIAL FIRST ELSE YOU WILL CONFUSE THE CRAP out of your self ................ come back and watch this tutorial when you have watched 5 tf tutorials from else where ...

Ответить
NaN
NaN - 24.03.2022 12:50

My biggest problem with the TensorFlow guidelines is that there is no direct instruction on how to use your own data. The official TensorFlow guidelines do not clearly address all the requirements. I have also wondered why, for example, it is made so difficult to convert text into a TensorFlow-compatible data format.

The official TensorFlow guidelines say "load CSV data" is a good example. The first section is really clear and simple when measuring the size of a clam or whatever it is. In the second section explaining the survivors of the Titanic the data conversion to a format suitable for TensorFlow is a pain in the ass. Why hasn't TensorFlow done anything to alleviate this.

Ответить
Shippy
Shippy - 13.12.2021 10:26

Great tutorial! One question about the globalaveragepooling layer. After embedding we are actually taking the average of the embedding features over all the word vectors and not the average of every individual vector? Say we have 2 words in a sentence that we want to predict the sentiment of: "Very nice" -> [1,1,1,1], [2,2,2,2] -> 2 words, 2 word vectors with 4 embedding features (contexts). The correct way is to take the average over these vectors so the lower dimensional output is [1.5, 1.5, 1.5, 1.5], that we then pass to the dense layer. And the incorrect way is to output a 2 dimensional vector averaging the 2 vectors individually -> output: [1, 2]? Just averaging every word vector individually and passing every single one in a new vector doesn't make sense to me and would just throw away the context.

Ответить
Pankaj Chand
Pankaj Chand - 02.12.2021 06:23

Does this course teach Keras in Tensorflow, or pure Tensorflow only?

Ответить
Alex
Alex - 19.11.2021 23:59

I feel like this was a Keras tutorial

Ответить
Amir Taghavy
Amir Taghavy - 15.08.2021 13:40

Thanks for making this insightful video. One quick question, when flattening the data, shouldn't we expect 28 by 28 by 3 values for each image given that each pixel is represented by three RGB values?

Ответить
George Ognyanov
George Ognyanov - 06.08.2021 12:44

Correct me if I'm wrong but I think each neuron (each layer to be precise) has 1 bias parameter, rather than 4 as in the example above.

Ответить
raj
raj - 13.07.2021 17:17

Must watch for basics of TensorFlow. Good Tutorial

Ответить
HackerCop
HackerCop - 04.07.2021 23:07

Just use Jupyter notebook then you don't have to keep re-training the model everytime you want to run the code.

Ответить
ABTheCoder
ABTheCoder - 27.05.2021 18:07

any one clear me about this error ::: index out range

Ответить
ABTheCoder
ABTheCoder - 27.05.2021 18:06

i have doubt why they give me the error they say me every :::: index out of range

Ответить
Ehsan Saraee
Ehsan Saraee - 26.05.2021 17:43

Love every minute of this video!great tutorial!thank you so much!

Ответить
Cormac YT
Cormac YT - 21.05.2021 00:04

This line keeps throwing errors


fitModel = model.fit(x_train, y_train, epochs=40, batch_size=512, validation_data=(x_val, y_val), verbose=1)

Ответить
Jonas Strabel
Jonas Strabel - 21.03.2021 21:00

For everyone who as problems installing the pip package, its only for python versions up to 3.8. If you are running python 3.9 or higher install the alpha version of the pip package

Ответить
Виталий Б.
Виталий Б. - 15.01.2021 08:39

Super clear, easy to follow explanations, THANKS!

Ответить
shaimaa mohamed
shaimaa mohamed - 13.11.2020 00:20

Hi, thanks for this course, But we want source code

Ответить
forevertheuni
forevertheuni - 30.10.2020 08:02

can't trust anything a guy using a windows computer says for this.

Ответить
Seppl
Seppl - 21.10.2020 21:27

how is it shrinking the data to devide by the max value? you get a lot of dezimal numbers...

Ответить
Ragavan Ramadurai
Ragavan Ramadurai - 19.10.2020 09:34

how did you choose 128 neurons for hidden layers ?

Ответить
IvanVoid
IvanVoid - 26.09.2020 03:46

wow this tf tutorial actually keras tutorial, kinda misleading =(

Ответить
CPlusPlusGoddess
CPlusPlusGoddess - 25.09.2020 23:24

dont you want to evaluate your fit_model rather than your model?

Ответить
Aedal Daniel
Aedal Daniel - 25.09.2020 15:03

We're at shella ka deulim metric abullah equals and bibbidi babbidi is why put them together ? and you've got booty babbdi boo x plus y equals y, x equals zero

Ответить
Ajay S Patil
Ajay S Patil - 19.09.2020 09:15

plt.title("Prediction " + class_names[np.argmax(prediction[i])]), I am getting index Out of range error, can you please help??

Ответить
Mikey Stories
Mikey Stories - 19.09.2020 08:11

i accidently create skynet..

Ответить
Sarthak Bobde
Sarthak Bobde - 12.09.2020 09:46

ValueError: Input arrays should have the same number of samples as target arrays. Found 60000 input samples and 10000 target samples.
I am getting this error.. an someone help me

Ответить
l0stdest1ny
l0stdest1ny - 29.08.2020 15:49

The white background burns my eye

Ответить
Editz
Editz - 22.08.2020 00:37

idk why its predicting "tshirt " in all the cases with a accuracy of 0.1018

Ответить
Alessio Sangalli
Alessio Sangalli - 11.08.2020 01:47

So cool to find a video on this subject where the teacher does not have a heavy accent

Ответить
dato nefaridze
dato nefaridze - 29.07.2020 11:45

Is this TensorFlow or Keras?

Ответить
Chizzle Mo
Chizzle Mo - 23.07.2020 21:36

(x2 + y2 − 1)3 − x2y3 = 0

Ответить
Shantanu Agrawal
Shantanu Agrawal - 15.07.2020 22:40

Nice content and explanation, thanks for the video

Ответить
Sam Raeburn
Sam Raeburn - 01.07.2020 12:38

Best tensorflow tutorial ive ever seen, thanks for this one!

Ответить
Srinivas Yerraguntla
Srinivas Yerraguntla - 01.07.2020 09:25

Great video. Very informative. I tried to follow along and created a model in google colab. My training and testing sizes are 60,000 and 10,000 respectively. However, when the model is being trained, below where it says Epoch 1/5... it shows a total of 1875, whereas in the video tutorial it shows 60,000. Can someone please explain to me why my model is only taking 1875 images as input instead of 60,000. I have checked my training and testing sizes and they are 60,000 and 10,000 respectively. But later it shows to be 1875

Ответить
Syed Yawar Ali Shah
Syed Yawar Ali Shah - 30.06.2020 12:35

class_names is not working .. it says 'class_names' is not defined...what should I do?

Ответить
Luisgui Pizaña
Luisgui Pizaña - 20.06.2020 07:53

Great crash course

Ответить
Azizul Hakim
Azizul Hakim - 17.06.2020 15:17

He became my favorite by saying he doesn't know what Verbose is.

Ответить
shiyan Jayanath
shiyan Jayanath - 14.06.2020 10:57

great tutorial, btw, what is this text editor?.

Ответить
wanabenerd
wanabenerd - 10.06.2020 15:55

amazing video thanks!

Ответить