Learn TensorFlow and Deep Learning fundamentals with Python (code-first introduction) Part 1/2

Learn TensorFlow and Deep Learning fundamentals with Python (code-first introduction) Part 1/2

Daniel Bourke

3 года назад

815,077 Просмотров

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


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

1966Ske
1966Ske - 26.09.2023 20:55

Great tutorial. One of the best. Thanks.

Ответить
Riad Ahmed
Riad Ahmed - 22.09.2023 03:47

I learned now python c embedded c java to do it
My problem I don't have powerful gpu.
Basically you will trained your bot files . Cuda, keras tf extension then link with python and execute
Anyway you are a very good engineer 👍

Ответить
The Bug Lord
The Bug Lord - 18.09.2023 04:43

I think a good pace to learn this is 10 per day

Ответить
em
em - 18.09.2023 01:06

What should I do if I don't have a MacBook and don't have the option to hit command m to add that "heading" note? kind of unfair you are teaching on apple device.

Ответить
Bindi Berry
Bindi Berry - 06.09.2023 16:39

I thought that I own the AI model I trained.
But actually ... why should somebody owns it instead?!!

Ответить
memes I found online
memes I found online - 31.08.2023 21:44

I'm learning image classification for my science fair project, and this is the ONLY tutorial I could find that taught me what was happening and how to do it in enough detail. I'm 3 hours in and excited to figure it all out. Is there anything I should know about the differences in the newer versions of TensorFlow and/or Python?

Ответить
Ayesha
Ayesha - 31.08.2023 04:20

This deep learning course is incredible. It would be really helpful in solving problem in our final year project. Thank you so much for all this content.

Ответить
J Minyard
J Minyard - 29.08.2023 19:01

Tf version 2.12.0 had an error at the 4 hr 36 minute mark-ish. Had to use model.fit(tf.expand_dims(X, axis=1), y, eopochs=10)

Ответить
Life Hacks
Life Hacks - 16.08.2023 21:01

Thanks Dan for this wonderful tutorial!

Ответить
Philopateer George
Philopateer George - 14.08.2023 17:23

loved this course so much!!
I actually bought it on udemy LOVED IT
thanks Daniel and any one who helped in the making of this course !!!!

Ответить
Joeyシ
Joeyシ - 08.08.2023 14:01

should I learn tensorflow or PyTorch?

Ответить
Sarthak Sharma
Sarthak Sharma - 07.08.2023 12:09

the best till now

Ответить
ALN
ALN - 26.07.2023 11:25

This is the best course on tensorflow that I've seen so far!

Ответить
Computer Science With Bas
Computer Science With Bas - 19.07.2023 15:58

After going through so many complicated and advanced tutorials (PS :- Didn't understand all the stuff there, this video literally made every concept clear). HATS OFF to such great creators like you sir !. Thank you so very much. Please make more advanced long tutorials so that we can become experts as well. Thank you !

Ответить
Julien
Julien - 16.07.2023 10:17

I would like to thank you for the qualtity of the video but also and maybe most important for the support you give with guithub and the UPDATES. I was running a problem of dimensions..and after thinking of giving up I went to your gituhb to run your code to check what was wrong with me....SURPRISE!!!! you updated the code for newest versioon of tf. and i had to expand dim when I fit the model. Thank you so much for all your work. GG to you!!!

Ответить
Julien
Julien - 15.07.2023 21:19

4h07min...Having a shape of 3 for the input is the contrary as a normal dataframe no? In tensor the feature is in index whereas in a data frame the feature is the header of the column and each lkine is an observation.... Am I right when I am highllighting this???

Ответить
HUY
HUY - 25.06.2023 05:51

In video 32, why cant I run: model.fit(X, y, epocks=5)
Instead, when I ran: model.fit(tf.expand_dims(X,axis=1), y, epochs=5), it went oke

Ответить
Himprakash Das
Himprakash Das - 20.06.2023 08:58

discord link?

Ответить
Tejpreet singh
Tejpreet singh - 19.06.2023 16:18

Best video I watched on whole internet if you want to start learning Tensorflow or deep learning

Ответить
Amin Roustapour
Amin Roustapour - 13.06.2023 09:44

Dear Daniel, I wanted to thank you for the effort you put into making this video. I was learning machine learning when I came across your videos. I used it a lot and my learning process increased greatly. I owe you❤

Ответить
James Steele
James Steele - 12.06.2023 18:00

Hey Daniel, I'm studying neuroscience at uni currently and I just wanted to say thanks for the great tf series. I'm doing data analysis for the lab I'm working in and have been trying to implement some deep learning techniques to speed things up. This channel has been the most helpful resource by far for my own exploration of ML, so keep on, brother, and thanks again.

Ответить
No Copyright Gameplay Stock Videos
No Copyright Gameplay Stock Videos - 08.06.2023 18:45

Bought your course from Udemy, its huge, but its the best course on earth.

Ответить
chandu
chandu - 06.06.2023 20:57

I am from India...Sir!....u r teaching well sir!

Ответить
tevin david
tevin david - 02.06.2023 02:21

Thanks a lot man, its 2023 and this video is the best you could get anywhere

Ответить
Antonio5k
Antonio5k - 17.05.2023 15:08

How can I support ?

Ответить
Domenico Carlucci
Domenico Carlucci - 10.05.2023 12:43

In the linear regression model I believe there is a theoretical error, adding a level without any activation function makes no sense because everything is equivalent to a single linear level, can you explain to me why the network improves anyway?
Is there something I'm missing?

Ответить
Abida Shaheen
Abida Shaheen - 30.03.2023 04:00

What you are doing is wonderful and we all appreciate this effort. I have a question to ask, if you could help me with the first regression model as it's giving me error during model fitting and saying that ndim should at least be 2 but it's 1 in your case and the model isn't working. I tried to reshape the model and it worked but then I'm not sure how to do prediction on dimension 2 array.

Ответить
Peter Felderer
Peter Felderer - 29.03.2023 10:39

Amazing tutorial;🥰 Thankyou; Greetings from Austria Tyrol

Ответить
FOR Vpbof-20
FOR Vpbof-20 - 28.03.2023 05:33

As per D Burke, Let me jog down what I learn from trying to use neural network model using tensorflow on the famous iris data.

First since there are 4 inputs and 1 out put with 3 classes, this is a multi classification problem
When using the model.add format of building my tensorflow, the input layer is entered separately as tf.keras.layers.InputLayer(input_shape(inputDim,)
the output layer of course uses a corresponding number of neurons, in the iris case 3 outputs,
for multi-classification problems use sparse_categorical_crossentropy
when defining the metrics, for a reason I don't understand yet, tf.keras.metrics then selecting either Accuracy or categorical_accuracy not working. Instead a simple assignment of metrics=['accuracy'] works fine
Run evaluation on: model.evaluate (X_test.iloc[-20:], y_test.iloc[-20:])
then used the remaining to predict and check the result. For example I used the last 10 values to predict and compare. It returned only one error.

def irisPredictor(i): return df.iloc[np.where(df['target']==i)]['target_name'].unique()

for i in np.argmax(model.predict(X_test.iloc[-10:], verbose=False), axis=1): print(irisPredictor(i))

df.iloc[y_test.iloc[-10:].index]['target_name']

Ответить
FOR Vpbof-20
FOR Vpbof-20 - 24.03.2023 16:31

Hi Daniel,
For the decision boundary in video64, we could import DecisionBoundaryDisplay from sklearn. In my machine learning journey I try to find a package/library before creating it from scratch. Is that ok or u suggest we do everything from scratch?
Thank you for your help.

Ответить
Christopher C
Christopher C - 21.03.2023 06:05

Bought this on Udemy. Worth the purchase.

Ответить
Ahmad Bodayr
Ahmad Bodayr - 21.03.2023 04:58

Read About Islam man❤

Ответить
DevSupport
DevSupport - 10.03.2023 15:52

Just wanna say thanks

Ответить
Nimit Jindal
Nimit Jindal - 23.02.2023 17:55

Hii sir actually i need a suggestion about which book i choose for learning Ai Ml including deep learning that cover both theories and implementation.
I watched all video but i need book like who can help in learning and as well helpful in giving practical knowledge

Ответить
Tanya Kumari
Tanya Kumari - 18.02.2023 17:05

What is the pre-requisite before coding this ?
P.s- i know C++ and java

Ответить
Eli Butters
Eli Butters - 16.02.2023 06:57

Just in case anybody else on mac m2 or m1 was very frustrated at the model throwing an error when in notebook 01 when we are compiling and fitting the model. change the line optimizer=tf.keras.optimizers.SGD() to optimizer=tf.keras.optimizers.legacy.SGD(). It reverts back to older XLA architecture becuase the new architecture isnt yet compatible with new mac silicon.

Ответить
Chetan Hansraj
Chetan Hansraj - 12.02.2023 12:19

cant thank you enough , just goes to show if you have a good teacher like Daniel, even machine learning , Ai and high end concepts become clear in the seekers mind , god bless bro , keep up the good work , thank you :))

Ответить
Piyush Pandey
Piyush Pandey - 03.02.2023 08:14

Just completed this course, there is a certain poise in how you teach man. Amazing! will be learning more from you in future!

Ответить