deeplizard
CNNs for deep learning. Blog for this vid! http://deeplizard.com/learn/video/YRhxdVk_sIs
#21 in Machine Leaning / Deep Learning for Programmers Playlist
https://www.youtube.com/playlist?list=PLZbbT5o_s2xq7LwI2y8_QtvuXZedL6tQU
In this video, we explain the concept of convolutional neural networks, how they’re used, and how they work on a technical level. We also discuss the details behind convolutional layers and filters.
fast.ai lesson 4:
http://course.fast.ai/lessons/lesson4.html
Follow deeplizard on Twitter:
https://twitter.com/deeplizard
Follow deeplizard on Steemit:
https://steemit.com/@deeplizard
Become a patron:
https://www.patreon.com/deeplizard
Support deeplizard:
Bitcoin: 1AFgm3fLTiG5pNPgnfkKdsktgxLCMYpxCN
Litecoin: LTZ2AUGpDmFm85y89PFFvVR5QmfX6Rfzg3
Ether: 0x9105cd0ecbc921ad19f6d5f9dd249735da8269ef
Recommended books:
The Most Human Human: What Artificial Intelligence Teaches Us About Being Alive: http://amzn.to/2GtjKqu
Source
Check out the corresponding blog and other resources for this video at: http://deeplizard.com/learn/video/YRhxdVk_sIs
Great video!!! Very good tutor too, helped me understand straightforward the CNN's.
Finally I understand that !!! Thank you so much
loved it..
really good work, congrats!
Even if you've written down what you were saying, not stuttering or mincing words is pretty amazing!!!!
Halo,
So in the example that mentioned in this video, a filter is used and convolved over the image "7" and recreated an output of "7" by doing dot product…..So my question is that whether this is similar to autoencoders?….because, in both a recreation of the input at the output is happening…right?
Halo,
I would like to know regarding flattening in deep learning, and also………
I would like to know how to create a new image dataset ?…….whether we should concern about image resolution and other criteria while downloading and saving…..etc….
Hey deeplizard,
thanks for the great video (and series)! I perceive your explanations as very clear and audience-focused. I really enjoy your videos! 🙂
I was wondering how exactly convolution works. You said that the convolution operation you perform is based on a dot product between the filter and a given patch of the data. I tried to simulate this process and it seems to me that to get the same results as in your excel simulation one should rather perform element-wise multiplication and then sum all the elements of the resulting matrix. How do you think about it?
Thanks again for your effort and great content! <3
perfect video for understanding (CNNs)
Highly underrated. Great Video. Liked it before the video even ended!
The Excel example was beautiful! Quick question: does the size of the image that is passed decrease over each layer? I didn't count the rows and columns of the dot product result, but intuitively it seems that it will decrease?
Great video not only to understand CNNs, but convolution as a concept in particular. Seems like everyone agrees, that Excel example was on point!
Great video, thanks very much.
Nice video! Thank You! From SNU 🙂
Ahhhhhhh…so that's what convolutional means. Much obliged.
Thanks a lot.
Keep up the good work! Like the visual explanation
A great visual explanation, thank you ! It really helps understanding the concept
very clear
we don't dot product the filter with a region on input. it's an element wise multiplication , each cell times the corresponding cell and then we sum them all to get one output.
Thank you Ma'am your videos are great 🙂
How can you store the value of the dot product of two 3×3 matrices in a single value if the result is a 3×3 matrix..
I understood the concept very clearly…Thank u so much for this video…
Very clear and well done. Thanks for making this.
start : 0:14
What is the formula for the dot product? I do not know what it means to perform a dot product of two 3×3 matrices.
Great video, and very good channel as well!
Great job!
Great! Thanks a lot! I enjoyed the view on how to define the filters for edges! Saw the light! I will be following your next updates!
Nice short conceptual explanation!
You should have said that the dot product was a weighted sum
Always had a hard time trying to understand and visualize a CNN – this video really broke ground for in that regard
As always, I totally love and appreciate your videos. In this one I hoped to get pooling explained, though 😉
Thorough and to the point, love it
Is that a robat voice ?
This was one of the best explanations on Conv Nets outs there! Thanks!
I really like the way you explain. No matter if you're new to this topic or just refreshing from a different POV. Subscribed and thanks!
Isn't the sound at the end coming from Dishonnored? :O
Great video tho, really helped to clarify things
Thank you so much! It help me to understand CNN
The best Video on cnn. Thank you very much
This extremely neat and helpful. Thank you.
Great explanation!