u are such an awesome teacher! i am medical doctor with zero background to ML and your playlists are my go to place to grasp concepts before i dive in deep. Im grateful luv from ZIMBABWE
I've always struggled to understand pooling and this to-the-point explanation was the missing piece in the puzzle. I cannot thank you guys enough for the great work and taking the time to explain everything in so much detail. I owe so much of my knowledge of Deep learning to this channel
This is the best channel for machine learning on youtube! Thank you so much you really helped me out when I was studying for my exams. Keep up the good work!
Having watched your great explanatory videos on CNN and Zero padding, I am actually going to give a thumbs up on every video of yours I see before I even start watching! :)
Hey first of all I thank you for uploading this series, secondly "Deeplizard sounds cool and unorthodox" and lastly I liked the way you structured this entire series, short and crisp at the same time easy to understand and lot to learn for a newbie like me. Keep up the good work.
I have a question. During the video on zero padding, you indicated that padding was useful to maintain the size in the original matrix. In your example in this video you include padding='same' on both of your Conv2D layer. But then you include a MaxPooling2d layer which cuts in the matrix from 20x20 to 10x10. This seems to negate or contradict the benefits of the padding='same' on the Conv2D layers. Please explain why keeping the original size of the matrix is good for the Conv2D layer, while reducing the original size of the matrix is good for the MaxPooling2d layer. Thanks!
When doing a convolution operation, if not using padding, then the data at the edges of the images will be completely thrown away and lost. To prevent this data loss, we use padding. Max Pooling, on the other hand, will indeed reduce the image size, but it does not throw data away. The original data from the image is used in the pooling operation to create the lower resolution image. Let me know if this makes sense.
@@deeplizard I understand the reason for the padding (to not lose data), but I'm not sure I understand your comment regarding pooling "does not throw any data away". Given a 2x2 filter, it looks at 4 items in the image, and uses the max value, and throws the other 3 away. So we go out of our way (padding) to lose as little as possible with the Conv2D operation, just to lose 75% of the image with the polling operation. everyone does it this way, so I know it is right. I simply can't wrap my mind around why this is not an issue.
I don't think I've ever seen a youtube channel that beautifully sums up DL/ML concepts in a way that idiots and master coders can understand. I am genuinely disappointed that I didn't find your channel before I spent ages on reddit/stackoverflow! Hahah +1 Sub, Keep up the good work from all of us here in the comments!
Some questions: -does it make sense to have a grid of Y x Z, where Y Z, or/and the stride be different of any of those 2? -what happens if in the edges of the image we don't have a full block (remainders)? Do we still max it?
Machine Learning / Deep Learning Tutorials for Programmers playlist: ruclips.net/p/PLZbbT5o_s2xq7LwI2y8_QtvuXZedL6tQU Keras Machine Learning / Deep Learning Tutorial playlist: ruclips.net/p/PLZbbT5o_s2xrwRnXk_yCPtnqqo4_u2YGL
You made something that is supposed to be complicated and difficult... easy. Mind making a guide on quantum computing next? xD Fantastic work! Thank you
Great video! I have a question though. Is it a standard procedure to have a max pooling layer after every convolution layer? Furthermore, how does one decide whether to put a max pooling operation after a conv layer and in which cases should we not put a max pooling layer after a conv layer?
{ "question": "Stride refers to:", "choices": [ "how many units the filter slides between each operation.", "how many operations performed on each row.", "the size of the batch the operations are applied to at a time.", "the distance between the results of the operation in the resultant matrix." ], "answer": "how many units the filter slides between each operation.", "creator": "Chris", "creationDate": "2020-02-06T05:03:54.547Z" }
No, resizing images is usually done through resampling filters. They are more flexible as you can resize to any shape and look better to humans. They operate on the same concept though.
Check out the corresponding blog and other resources for this video at: deeplizard.com/learn/video/ZjM_XQa5s6s
Thanks, Daniel! We did go to university in the US, but we've graduated already :)
These videos are more useful than half a year of a university course on neural networks. Thanks for making them!
The Way you explain and then end up with an example of code it's really nice way to grasp!!!
I beg you! Keep making these videos. Your videos just light up my inner neural network.
u are such an awesome teacher! i am medical doctor with zero background to ML and your playlists are my go to place to grasp concepts before i dive in deep. Im grateful
luv from ZIMBABWE
0:19 What is Maxpooling?
5:42 Why do we use Maxpooling?
7:06 Example for other types of pooling
7:28 How is it done on code?
Awesome explanation!
Added to the description. Thanks so much!
My new favorite channel. It has saved me at times in my undergrad
I've always struggled to understand pooling and this to-the-point explanation was the missing piece in the puzzle. I cannot thank you guys enough for the great work and taking the time to explain everything in so much detail. I owe so much of my knowledge of Deep learning to this channel
0:48 intro
1:40 example
4:25 toy example
5:40 why max pooling
7:27 Keras code
I love the "Hey, what's going on, everyone?" at the beginning. :)
Great explanations, very clear and concise.
Have I found the best Deep learning channel on youtube? Um, I guess so!
This is the best channel for machine learning on youtube! Thank you so much you really helped me out when I was studying for my exams. Keep up the good work!
Glad to hear that Abdullah! Thank you!
This video is a major reason why I got a job as a computer vision ML eng. Thank you a lot!
Woah, awesome! Thanks for sharing, Sam! Were you asked about how max pooling is implemented in your interview?
Having watched your great explanatory videos on CNN and Zero padding, I am actually going to give a thumbs up on every video of yours I see before I even start watching! :)
Probably the most intuitive explanation I have ever seen =)
Hey first of all I thank you for uploading this series, secondly "Deeplizard sounds cool and unorthodox" and lastly I liked the way you structured this entire series, short and crisp at the same time easy to understand and lot to learn for a newbie like me. Keep up the good work.
this is the best explanation video i have ever heard in my life.
Now this is as simple as it can be explained. Great work.
I'm blown away how good these explanation are!
Thank you for making this excellent video!
i am currently bing watching all your cnn videos, great work with top quality content.
This is a great series! You do a wonderful job explaining and teaching. Thanks!
Super clear and helpful video. Many thanks!
thank you very much for this clear and helpful explanation.
Words fail to express my gratitude.
That's just the best explanation out there. Keep up the great work!
best cnn tutorial ever...that girl rocks
Thanks for these great explanations
Really Nice Explanation. TNX
Thank you for these wonderful videos
Thank you for continuing the series!
For sure, Kotki!
extremely simple and easy to understand. Love it. Thank you.
perfectly explained... thanks much
I've just discovered your channel, really the video is clear and your way of presenting things made it easy to understand.
Big thumbs up !
Thanks, Wael! Glad to have you here!
Thanks the visualizations are excellent
thanks for this video, it was super helpful !
Thank you so much for putting together this series, it has really helped me with understanding concepts behind deep learning:)
thanks for explaining. really helpful and easy to understand!
thank you soooo much!!!! this was very hard for me to understand
Really good video, congrats!! Better than tensorflow guides.
Ms Lizard... I love ure videos. Explanations are very clear with neat illustrations/animations! :)
I have a question. During the video on zero padding, you indicated that padding was useful to maintain the size in the original matrix. In your example in this video you include padding='same' on both of your Conv2D layer. But then you include a MaxPooling2d layer which cuts in the matrix from 20x20 to 10x10. This seems to negate or contradict the benefits of the padding='same' on the Conv2D layers. Please explain why keeping the original size of the matrix is good for the Conv2D layer, while reducing the original size of the matrix is good for the MaxPooling2d layer. Thanks!
When doing a convolution operation, if not using padding, then the data at the edges of the images will be completely thrown away and lost. To prevent this data loss, we use padding. Max Pooling, on the other hand, will indeed reduce the image size, but it does not throw data away. The original data from the image is used in the pooling operation to create the lower resolution image. Let me know if this makes sense.
@@deeplizard I understand the reason for the padding (to not lose data), but I'm not sure I understand your comment regarding pooling "does not throw any data away". Given a 2x2 filter, it looks at 4 items in the image, and uses the max value, and throws the other 3 away. So we go out of our way (padding) to lose as little as possible with the Conv2D operation, just to lose 75% of the image with the polling operation. everyone does it this way, so I know it is right. I simply can't wrap my mind around why this is not an issue.
Excellent and Detailed explanation. Thanks !!
Thanks, chetan! Glad you liked it!
Great explaining.Thank u very much.
Such a great video !!!
thank you, really nice explaination
Awesome again.. Deep learning is "Simple learning" now with the way explain 😊👍
Haha I like that, thanks!
You’re marvellous, thanks very much!!!
At 7:37, why do you have dense layer as the first layer in CNN?
Thank you for this great explanation!
So clearly explained, awesome job!
Just what i was looking for. Thanks!
Your videos are amazing!! Keep it up :)
I'd really appreciate this awesome video. It's very helpful for my study.
Another great video. Thank you.
Amazing tutorial...you simplify concepts so well and think very clearly. I am an admirer and I just subscribed :)
Thank you, Nikola!
Love you tutorials keep it going. Hands down
Thank you so much! Nice understanding :)
you are the best ! you are the best ! you are the best !you are the best ! you are the best !
Excellent Tutorial. I love you Ma'am!
Awesome videos! thank you very much.
Thanks!!!! amazing video
God bless you, dear. more knowledge to you
I don't think I've ever seen a youtube channel that beautifully sums up DL/ML concepts in a way that idiots and master coders can understand. I am genuinely disappointed that I didn't find your channel before I spent ages on reddit/stackoverflow! Hahah +1 Sub, Keep up the good work from all of us here in the comments!
Great video, on the deeplizard site MaxPooling2D() is missing a comma at the end FYI
Good eye, thanks! Just corrected it on the site.
Some questions:
-does it make sense to have a grid of Y x Z, where Y Z, or/and the stride be different of any of those 2?
-what happens if in the edges of the image we don't have a full block (remainders)? Do we still max it?
Amazing series of videos 🙌
Nice video, u nailed it
the visual is amzing
Machine Learning / Deep Learning Tutorials for Programmers playlist: ruclips.net/p/PLZbbT5o_s2xq7LwI2y8_QtvuXZedL6tQU
Keras Machine Learning / Deep Learning Tutorial playlist: ruclips.net/p/PLZbbT5o_s2xrwRnXk_yCPtnqqo4_u2YGL
you are a legend, thank you.
wow this was such a good explanation, including the previous one on cnn's
Thank you! Have a look at this one as well: ruclips.net/video/kt6iUG0Gfm0/видео.html
thank for the great tutorial
Great Explanation... thank you
You made something that is supposed to be complicated and difficult... easy.
Mind making a guide on quantum computing next? xD
Fantastic work!
Thank you
Great work!
What software do you use to make the animations, such that in the minute 3:09 moving the filter? Thanks.
and thank you for the clear explanation!
You're welcome, Abimael! The software is called Camtasia (link below).
www.techsmith.com/video-editor.html
Excelent video!
This is very informative!
Great video! I have a question though. Is it a standard procedure to have a max pooling layer after every convolution layer? Furthermore, how does one decide whether to put a max pooling operation after a conv layer and in which cases should we not put a max pooling layer after a conv layer?
You are a life saver !!
Not all heroes wear capes 😜
Lol glad you enjoyed the video, Mostafa!
Well explained!
Thanks, Raghavendra!
{
"question": "Stride refers to:",
"choices": [
"how many units the filter slides between each operation.",
"how many operations performed on each row.",
"the size of the batch the operations are applied to at a time.",
"the distance between the results of the operation in the resultant matrix."
],
"answer": "how many units the filter slides between each operation.",
"creator": "Chris",
"creationDate": "2020-02-06T05:03:54.547Z"
}
Thanks, Chris! Just added your question to deeplizard.com :)
Great explanation
nicely done. thanks
great video
great articulation! thank you..
Thanks....it really helped
Hey this is great thank you!
Thanks for more videos. Great
No problem, Raju! Thanks for keeping up with the new releases!
What does Flatten do in the Sequential model declaration?
Well explained
good explanation..
Thanks for your tutorials deeplizard. But would you please say why do we even need max pooling ? When would we need it ?
You're welcome! It's mentioned towards the end of the video and also in the corresponding blog:
deeplizard.com/learn/video/ZjM_XQa5s6s
Great videos! easy to understand .It would be more understandable if the operations and coding part are zoomed .
Thanks for the feedback, Akanksha. In later videos, the font size is increased, and I zoom in on the code :)
You are the best
very nice visualizations...why is it so underrated..?
Thanks, akshay! Not enough people know about deeplizard. Help spread the word! :D
Is max pooling the precess used when you change the resolution of a youtube video or an image?
No, resizing images is usually done through resampling filters. They are more flexible as you can resize to any shape and look better to humans. They operate on the same concept though.
thank you very much for this video. I have a question, why does the Dense layer have 16 units? Greetings from Spain :) keep on doing such a good work!
Love it!
THANK YOU!
You're welcome, Luis!