The best part about Daniel's teaching is that he doesn't make his students feel like they are alone in their learning and becomes their companion by showing them how he would himself figure things out. This gives tremendous hope and confidence especially to the students who are just starting out in this field which is vast and ever-growing. Great job mate. You rock!!!
Can’t believe I finished a 4 hour coding session in my sleep picturing my friend lecturing a full on coding fundamentals and I was forced to sat in a seminar listening to this in my dreams
Thank you Daniel. The course syllabus is great but most importantly the way you teach is amazing and your voice is so sweet and balanced. It is like step by step guidance and every machine learning beginners must watch this series.
Thank you Daniel. I plotted accuracy per learning rate instead. Also I extracted the dataframe (history.history) index value where accuracy is the maximum. I then filtered the whole row using the iloc method. That gives me the best learning rate for the maximum accuracy. After that I just used that learning rate, build a new model and now I am getting higher accuracy even after 10 epochs (some where in the 90s). And I am following your typing away for every new model instead of what I used to do, copy-paste and modify. Now I make a simple mistake I delete the whole thing and start again. You completely demystified the whole thing for me and great way of teaching. Thank you again.
Hey, I am mechanical engineer and I had fear of coding as I saw your video, I can overcome that fear , thank you so much for that. You had explained very well , thank you so much for great session.
Daniel I finished your 14 hours right now. thank you a lot for your training videos i think it was the most engaging learning I've ever had, I could learn a little deep what is behind the scenes of machine learning and deep learning, and know how to work with tensors... i'm follow you on Linkedin... I'm happy to have this first start with you one think i will keep remembering how brought me to this world... thank you thank you thank you, cant thank you more.... see you
I have just completed this course. It's just amazing. I luckily found this amazing content on youtube which I really need as I am going to start my final year project. Thanks for all this
Hey Daniel, I couldn't thank you enough for getting me started with TF. I am so grateful for all the work you put into the creation of your videos. Maybe, hopefully, someday I'll get to pay it forward. Thank you!
Can't give you enough thanks sir, I will remember these two videos for a long time because I start my deep learning journey from here. And I think now I have a good habit to write code as much as I can rather than copying. Thank you very much sir for your effort. Love from Kolkata(India).
I've spent like 2 weeks to complete the 14 hours of tutorial, thank you Daniel for your interesting lecture, I like the way you encouraged us to try out different ways of building the model before the "next video".
Hey, Daniel just completed this second module and it was really good, interesting and easy to understand. Huge respect for this effort. The way you unwrap every concept is just brilliant. I really appreciate it. If possible please mention the link of the next module.
One of the best (if not THE...) courses I found on youtube. I'm definitely gonna take the whole course. Well done! and thanks man for this great material 🙏🏾
Thank you Daniel, it was an amazing series of lectures and I am really grateful to you for teaching us not only how to work with DL, but also how to think when working with DL. It was one of the most influential lectures of my career.
Thank you so much Daniel. This is actually the best course I had on TensorFlow. It was very helpful so I am very thankful for the hard work and the big effort you put to make it that successful.
this is BEST course i have ever completed !!!! i really enjoy this course by doing it side by side I like the way he cover small details in model building and clear all my doubts Thanks a lot for making this course interesting Daniel !!:)
I finally completed the entire tutorial! Thank you so much for such informative and helpful content, I understood pretty much all of it and this is a great starting point for my machine learning future!
Thank you Daniel for an excellent crash course in TensorFlow and machine learning. I like your approach and the structure of the video. Thank you again, and keep up the good work.
Amazing tutorial Daniel, thank you so much! If I could offer something to this course, maybe it would be this: When you are plotting the history object to find the ideal learning rate, instead of calculating the learning rate for the x-axis as "lrs = 1e-3*(10**(tf.range(epochs)/20))", you can simply use the variable directly from the history object as "history.history['lr']". Hope this helps!
Amazing tutorial Daniel couldn't ever thank you enough for this. This was an amazing journey with you and thank you for the amazing experience and knowledge you have shared
This was an amazing experience Daniel. I build NN myself a long ago when nobody even thought about its use the way as nowadays (Java, c++). Now having a "bit" more of my spare time I decided to go back to my adventure, this time with python, but at a certain moment I loss my hope to find something really useful and comprehensive. Apart of your 13 hours everything else is just a nightmare trash. Thank you. BTW you should pass somewhere some donation account. PS. I wonder if still do your 3 days fasting. I am asking because I am a regular one 🙂
this is the best deep learning course I have come across so far! Simple with lots of down to earth explanations, tonnes of coding & very engaging ... to sum it up in a single word .... B E A U T I F U L :-) I am signing up to the 51hr udemy course on tensorflow you have done - onya mate! BTW never heard an Aussie say 'integer' the way you do !!!! :-)
wow first comment! Thank you for everything you're doing for the community, been following you since you have just a couple thousands followers. I want to buy it, maybe next month or when I'm less busy, to learn and to support you for all the great free content.
These are 2 great courses! Thanks for putting them together! Does the additional content on the zero to mastery site pick up where these left off, or did you change anything in the course than what's on youtube in part 1 and 2?
You’re welcome Tim! And yes, the ZTM course continues right at the end of the 2nd video. There’s another 20+ hours worth of material there (more coming soon) The RUclips videos cover notebooks 00, 01, 02 But there will be 11 total, see more here: www.github.com/mrdbourke/tensorflow-deep-learning/
Hey Daniel. It would be helpful if you can make a video on distributions and different types of scaling like minmax, standard etc and when to use it. I am yet to crack that concept. I tried to read through the references that you mentioned in the video. but i am sure, if i could hear Daniel's translation about that concept, its much clearer. Thanks very much for explaining all the hard concepts in a crisp, interesting and concise language. :D
Daniel, thank you alot for this course - it's amazing! You are an impressive teacher, it really feels like we're exploring everything together. There are many courses I clicked on, however you got me with your roadmap video. My only complain is that I couldn't keep up coding side by side, your typing speed was to fast for me. However this is a really personal thing. Will continue on Udemy :)
Watched both. Real good stuff, I took Andrew Nag’s courses, but your more code centric. One thing I had difficulty with in Ng’s course was the last lab in course three, the Markov process-or lunar lander. I’d like to find a more code oriented coverage of that exercise, does any of your classes do you cover anything like that? Your course was excellent, I enjoyed it and learned a lot. Thanks for doing it.
Daniel, hi! It's been a long time since you posted motivational videos where you talk about achieving goals. Can you ever make a video like this? It is also very interesting to watch and listen about your nutrition and training. Make a video about something that is not related to programming, please :-) You're a cool guy!
@@mrdbourke No, nothing specific. I'm on a ketogenic diet, just like you, and I've been practicing interval fasting for over a year. It would be interesting to know what you eat, what food you buy, and what you cook.
completed both of the video i can't express how lkucky i was i click on you video .Thank you Daniel and hoping for more cousre for free for like student
Could you provide one video on using tensorflow for data preprocessing where we will use the basic tensorflow functions and will not rely on tensorflow transoform
Thanks a lot for your great courses, is it possible for you to explain my question? How should we add non-image features to our CNN model (features like cat and dog prices) to our flatten layer? Does the CNN model new added features belong to which input image?
No you don't necessarily need to create a model with each new experiment. You could keep going with a previous model. Creating a new model each time is just one way to keep track of various experiments. For me, I've found one model = one experiment is a good way to keep track of things.
Hi, Daniel. I hope you're doing well. I want to buy the full course on the udemy to land a job on ML. Namely, the is a opening for NLP ML. So my questions are : 1) After finishing this video (Neural network classification) here can i skip Computer vision, transfer learning etc. for now and start learning NLP fundamentals on the udemy or i should learn sequantially? without skipping anything. 2) You only teach NLP fundamentals ? After that no inter. or advanced topics on NLP? For the long-term , i am planning on getting tensorflow developer certificate. So the courses i am gonna skip, if possible, i will come back for later. Take care of yourself
I fell asleep to a video about video games and I woke up to this 😭 went back to sleep vs just turning it off AND DREAMT I HAD AN ASSIGNMENT OVERDUE!
Same I was watching 5m dafuck is this
Lmao same
Same, I woke up to this
bro, why is it the same for me as well, im like coding what the at 5am
Wtf same here....
Not sure how youtube ended me up here after falling my asleep. I have 0 programming background or knowledge and dont intend on learning anytime soon.
@ballysGT
Seems to be a case of intentionally oversaturating the number of coders
how did i fall asleep and end up here
Deep learning
Same here😂
same
Guess a lot of people somehow ended up here while falling asleep to some other video 😂
Yepppp
The best part about Daniel's teaching is that he doesn't make his students feel like they are alone in their learning and becomes their companion by showing them how he would himself figure things out. This gives tremendous hope and confidence especially to the students who are just starting out in this field which is vast and ever-growing. Great job mate. You rock!!!
Thank you for the kind words Kushal! You’ve got this legend
@@mrdbourke Is it all I need to get ready for Tensorflow certification examen ??? I will do it next week !
I know nothing about this im not sure this even popped up had it playing in the background 😂 good video man
It's been an amazing tensorflow learning for the last two weeks to code along part 1 and 2 tutorial videos with ease. Thank you so much Daniel
Can’t believe I finished a 4 hour coding session in my sleep picturing my friend lecturing a full on coding fundamentals and I was forced to sat in a seminar listening to this in my dreams
Thank you Daniel. The course syllabus is great but most importantly the way you teach is amazing and your voice is so sweet and balanced. It is like step by step guidance and every machine learning beginners must watch this series.
Thank you for the kind words Bipin!
Thank you Daniel. I plotted accuracy per learning rate instead. Also I extracted the dataframe (history.history) index value where accuracy is the maximum. I then filtered the whole row using the iloc method. That gives me the best learning rate for the maximum accuracy. After that I just used that learning rate, build a new model and now I am getting higher accuracy even after 10 epochs (some where in the 90s).
And I am following your typing away for every new model instead of what I used to do, copy-paste and modify. Now I make a simple mistake I delete the whole thing and start again.
You completely demystified the whole thing for me and great way of teaching. Thank you again.
Hey,
I am mechanical engineer and I had fear of coding as I saw your video, I can overcome that fear , thank you so much for that.
You had explained very well , thank you so much for great session.
So glad to hear Sachin! Keep learning my friend
Will you provide some resources where I can learn, real time object detection like the way you teach.
If you want to learn deep learning with hands on coding this is one of the best course !
Thank you Sunny! I appreciate it!
I am gonna be totally honest with you, these were the most productive 14 hours of my life, Thanks Daniel for being an excellent teacher : )
Woah! That’s a massive compliment! Thank you Subhadeep
@@mrdbourke Йылдыз
@@Тая-ц5ч ee eh
Daniel I finished your 14 hours right now. thank you a lot for your training videos i think it was the most engaging learning I've ever had, I could learn a little deep what is behind the scenes of machine learning and deep learning, and know how to work with tensors... i'm follow you on Linkedin... I'm happy to have this first start with you one think i will keep remembering how brought me to this world... thank you thank you thank you, cant thank you more.... see you
Thank you so much Ricardo! Glad to hear you're enjoying the course! Keep learning legend!
Just finished the 14 hours course ! Thankyou for making such a awesome tutorial Daniel.
You're welcome Danish! Glad you enjoyed, thank you for the kind words
I have just completed this course. It's just amazing. I luckily found this amazing content on youtube which I really need as I am going to start my final year project. Thanks for all this
Thank you so much, Daniel.
I just finished the 14 hours course for a month with 1 hour daily.
Hey Daniel, I couldn't thank you enough for getting me started with TF. I am so grateful for all the work you put into the creation of your videos. Maybe, hopefully, someday I'll get to pay it forward. Thank you!
Just wanted to say thank you for working hard on providing us with all these deep and informative videos on TensorFlow and Deep Learning.
You’re welcome my friend, thank you for the support
Can't give you enough thanks sir, I will remember these two videos for a long time because I start my deep learning journey from here.
And I think now I have a good habit to write code as much as I can rather than copying. Thank you very much sir for your effort.
Love from Kolkata(India).
Thank you so much legend! Glad to hear you’re enjoying them :)
Keep learning
I've spent like 2 weeks to complete the 14 hours of tutorial, thank you Daniel for your interesting lecture, I like the way you encouraged us to try out different ways of building the model before the "next video".
Massive effort legend! Excellent persistence. Keep at it!
@@mrdbourke OMG!!!
Thank you for your encouragement mate, will keep practicing!! The journey doesn't end at here.
Are you dreaming in tensors yet?
definitely
Dreaming and making them true also 😎
just finishedd
nightmaring
Master, I can't visualize my dream with matplotlib
amazing course, watched all 14 hours and understood it all thoroughly. Now I'm buying the full course on udemy
Great instructor, beautifully put together. I went on and registered for the full course in ZTM and I am watching everything from the beginning again.
i dont even know when i watched this video but i fully watched it
After two weeks, I finally finished the whole course! It was a great tutorial Daniel, keep up the good work!!
Massive effort legend! Thank you for the kind words and keep learning!
Hey, Daniel
just completed this second module and it was really good, interesting and easy to understand.
Huge respect for this effort. The way you unwrap every concept is just brilliant. I really appreciate it.
If possible please mention the link of the next module.
Hey Saikat! Glad you enjoyed! You can find the rest of the videos/sections (another 40+ hours) on Zero to Mastery - dbourke.link/ZTMTFcourse
i have come this all way loving the course, and i will be coming back again after finishing the whole thing ... thank you mister daniel.
One of the best (if not THE...) courses I found on youtube. I'm definitely gonna take the whole course. Well done! and thanks man for this great material 🙏🏾
I just finished both the courses, thank you very mush for such an amazing teaching.
everyone just end up here after falling asleep? 😭
Now, I'm feeling good that I have completed whole course.
Best tutorial of tensorflow (part 1 and 2) on RUclips 😇👌
Thank you Rahul! That’s very kind of you
i finished the whole 14 hour course and it is excellent! thx Daniel!
idk how but i completed the 14H in one day and a half , that's means nothing except the tutor is so amazing
What a huge effort!!! Well done legend and happy machine learning! PS thank you for the kind words :)
@mrdbourke bro you are the best , keep going ✨️✨️✨️
Thank you Daniel, it was an amazing series of lectures and I am really grateful to you for teaching us not only how to work with DL, but also how to think when working with DL. It was one of the most influential lectures of my career.
Thank you so much Daniel. This is actually the best course I had on TensorFlow. It was very helpful so I am very thankful for the hard work and the big effort you put to make it that successful.
watched and studied the complete 14 hours, thx a lot , greetings from Belgium
Glad you enjoyed my friend! All the best from Australia
this is BEST course i have ever completed !!!!
i really enjoy this course by doing it side by side
I like the way he cover small details in model building and clear all my doubts
Thanks a lot for making this course interesting Daniel !!:)
Stoked to hear you enjoyed it Ashish! Keep learning my friend
I finally completed the entire tutorial! Thank you so much for such informative and helpful content, I understood pretty much all of it and this is a great starting point for my machine learning future!
Massive effort legend! Keep learning
hi daniel just wanted to say that you're the GOAT when it comes to ml
Woke up here from a food theory video gotta say while I understood nothing it was nice listening to
Thank you Daniel for an excellent crash course in TensorFlow and machine learning. I like your approach and the structure of the video. Thank you again, and keep up the good work.
Hi Daniel - I just wanted to say THANK YOU. I watched the entire two parts and I learned a lot. 👌 well done
Thank you Taher! I really appreciate it!
Amazing tutorial Daniel, thank you so much! If I could offer something to this course, maybe it would be this:
When you are plotting the history object to find the ideal learning rate, instead of calculating the learning rate for the x-axis as "lrs = 1e-3*(10**(tf.range(epochs)/20))", you can simply use the variable directly from the history object as "history.history['lr']".
Hope this helps!
Thank you for the kind words and the feedback Chris!
Amazing tutorial Daniel couldn't ever thank you enough for this. This was an amazing journey with you and thank you for the amazing experience and knowledge you have shared
for a 100% accuracy in circles binary classification:
tf.random.set_seed(42)
model5 = tf.keras.Sequential([
tf.keras.layers.Dense(100, activation='relu'),
tf.keras.layers.Dense(20, activation='relu'),
tf.keras.layers.Dense(1, activation='sigmoid')
])
model5.compile(loss = tf.keras.losses.BinaryCrossentropy(),
optimizer = tf.keras.optimizers.Adam(),
metrics = ["accuracy"])
history = model5.fit(x_train,y_train,epochs = 50, verbose = 0)
plot_decision_boundary(model5,x_train,y_train)
Nice!
This was an amazing experience Daniel. I build NN myself a long ago when nobody even thought about its use the way as nowadays (Java, c++). Now having a "bit" more of my spare time I decided to go back to my adventure, this time with python, but at a certain moment I loss my hope to find something really useful and comprehensive.
Apart of your 13 hours everything else is just a nightmare trash. Thank you. BTW you should pass somewhere some donation account.
PS. I wonder if still do your 3 days fasting. I am asking because I am a regular one 🙂
This series is the business! Thanks Dan looking forward to more of this!
Enjoy James!
Finally finished!
I dont know what should I do after
Daniel help me
this is the best deep learning course I have come across so far! Simple with lots of down to earth explanations, tonnes of coding & very engaging ... to sum it up in a single word .... B E A U T I F U L :-)
I am signing up to the 51hr udemy course on tensorflow you have done - onya mate!
BTW never heard an Aussie say 'integer' the way you do !!!! :-)
Just finished the 2nd part thank you Daniel for this wonderful set of videos really appreciate your content
This is absolutely fantastic. Can't tell you how valuable it has been for me.
Ohh! the style of teaching . Daniel you are the best tutor for ML
wow first comment! Thank you for everything you're doing for the community, been following you since you have just a couple thousands followers. I want to buy it, maybe next month or when I'm less busy, to learn and to support you for all the great free content.
You’re fast! The video isn’t even public yet!
PS Thank you for all the kind words and long-time support
@@mrdbourke but I read the descriptions lol
already started part 1 and these will be my main target for March DL Learning :)
Enjoy! A big March!
Can't thank you enough Daniel for these amazing 2 videos, coded along with you and learnt so much... massive respect
One of the best 14 hours of my life. Thank you...
for the confusion matrix, instead of the long code you can also use seaborn heatmap. But it is also a good way to practice matplotlib using matshow.
I feel asleep too,seems it's part 2. Did I watch part 1 too😮
It's been a long ride... Thank you so much for this tutorial 😊
Thanks for putting the course on Udemy too!
It's really valuable 14 hours for me, appreciate to you, super Daniel!
These are 2 great courses! Thanks for putting them together! Does the additional content on the zero to mastery site pick up where these left off, or did you change anything in the course than what's on youtube in part 1 and 2?
You’re welcome Tim!
And yes, the ZTM course continues right at the end of the 2nd video.
There’s another 20+ hours worth of material there (more coming soon)
The RUclips videos cover notebooks 00, 01, 02
But there will be 11 total, see more here: www.github.com/mrdbourke/tensorflow-deep-learning/
Hey Daniel. It would be helpful if you can make a video on distributions and different types of scaling like minmax, standard etc and when to use it. I am yet to crack that concept. I tried to read through the references that you mentioned in the video. but i am sure, if i could hear Daniel's translation about that concept, its much clearer. Thanks very much for explaining all the hard concepts in a crisp, interesting and concise language. :D
You deserve so many more views on this, thanks my man.
Thank you Daniel, that is great lecture and hands on. Look forward to join in actual course
The series was awesome thanks a lot
learnt lodes of new concepts built lots of models.
watched Full 14hours. This is so great Daniel. Is it possible to have one on unsupervised learning as well!
Thank you, Daniel!! You are a great teacher, never forget that! :)
x = range(1/0)
for n in x:
print('Thanks')
Okay Here me!! Completed part 1, Starting part 2.
Thank you for this awesome tutorial
Thanks for doing this Dan. Will be dreaming of tensors soon. Also can't wait for the bloopers reel.
You’re welcome Shivan! I’ve got tensor goggles now... everything gets transformed into multiple dimensions
Great work Daniel👍👍👍thank you for making this great course!!!
Daniel, thank you alot for this course - it's amazing!
You are an impressive teacher, it really feels like we're exploring everything together.
There are many courses I clicked on, however you got me with your roadmap video.
My only complain is that I couldn't keep up coding side by side, your typing speed was to fast for me. However this is a really personal thing.
Will continue on Udemy :)
Watched both. Real good stuff, I took Andrew Nag’s courses, but your more code centric. One thing I had difficulty with in Ng’s course was the last lab in course three, the Markov process-or lunar lander. I’d like to find a more code oriented coverage of that exercise, does any of your classes do you cover anything like that? Your course was excellent, I enjoyed it and learned a lot. Thanks for doing it.
Daniel, hi!
It's been a long time since you posted motivational videos where you talk about achieving goals. Can you ever make a video like this? It is also very interesting to watch and listen about your nutrition and training. Make a video about something that is not related to programming, please :-) You're a cool guy!
Thank you Sergey! Thank you for the idea! Anything specific around training you’d like to see?
@@mrdbourke No, nothing specific. I'm on a ketogenic diet, just like you, and I've been practicing interval fasting for over a year. It would be interesting to know what you eat, what food you buy, and what you cook.
Thank you for this pair of wonderful tutorials. It was very easy to follow along.
I fell asleep watching Markiplier and woke up two hours into this video 😭😭
merci Daniel. What a huge amount of work, amazing!
You’re welcome Patrick! Glad you’re enjoying
Even god is trying to get me to study in my sleep. I think I'm cooked .
Your voice is mesmerizing... i think i learn better with you voice ! Do you mind coming and teach in France?
Thanks a lot
Finally I completed it all :)
loved it.
Woohoo! Massive effort Tanmoy! I’m glad you enjoyed :)
what an amazing and motivating 14 hours! thank you! Do you plan to do something related to CNN & RNN implementations and publish it here?
Thank you Burak, glad you enjoyed! You can see the full version on Zero to Mastery (including RNN’s and CNN’s) - dbourke.link/ZTMTFcourse
Fell asleep to a guy making the worlds most worst fart gas and ended up here
My guys got the algorithm on auto next on lock
completed both of the video i can't express how lkucky i was i click on you video .Thank you Daniel and hoping for more cousre for free for
like student
This video is amazing video .thank you so much for your teaching
Oh I thought it was something else about deep learning in a practical sense.
Could you provide one video on using tensorflow for data preprocessing where we will use the basic tensorflow functions and will not rely on tensorflow transoform
Thanks a lot for your great courses, is it possible for you to explain my question? How should we add non-image features to our CNN model (features like cat and dog prices) to our flatten layer? Does the CNN model new added features belong to which input image?
yall i woke up to this too...
Best 14 hours of my life.
Thanks Daniel, you are the Best!!
you're excellent teacher
Phew. Completed it finally
Huge effort!!! Happy machine learning my friend!
Hi Daniel, Quick question in practice do you create a new model every time you try a experiment
No you don't necessarily need to create a model with each new experiment. You could keep going with a previous model. Creating a new model each time is just one way to keep track of various experiments. For me, I've found one model = one experiment is a good way to keep track of things.
Hi, Daniel. I hope you're doing well. I want to buy the full course on the udemy to land a job on ML. Namely, the is a opening for NLP ML. So my questions are :
1) After finishing this video (Neural network classification) here can i skip Computer vision, transfer learning etc. for now and start learning NLP fundamentals on the udemy or i should learn sequantially? without skipping anything.
2) You only teach NLP fundamentals ? After that no inter. or advanced topics on NLP?
For the long-term , i am planning on getting tensorflow developer certificate. So the courses i am gonna skip, if possible, i will come back for later.
Take care of yourself
i just woke up i swear i was watching a young sheldon compilation 😭