Convolutional Neural Networks (CNNs) explained

preview_player
Показать описание
CNNs for deep learning
Included in Machine Leaning / Deep Learning for Programmers Playlist:

Convolution demo on real data:

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.

🕒🦎 VIDEO SECTIONS 🦎🕒

00:30 See convolution demo on real data - Link in the description
08:07 Collective Intelligence and the DEEPLIZARD HIVEMIND

💥🦎 DEEPLIZARD COMMUNITY RESOURCES 🦎💥

👋 Hey, we're Chris and Mandy, the creators of deeplizard!

👉 Check out the website for more learning material:

💻 ENROLL TO GET DOWNLOAD ACCESS TO CODE FILES

🧠 Support collective intelligence, join the deeplizard hivemind:

🧠 Use code DEEPLIZARD at checkout to receive 15% off your first Neurohacker order
👉 Use your receipt from Neurohacker to get a discount on deeplizard courses

👀 CHECK OUT OUR VLOG:

❤️🦎 Special thanks to the following polymaths of the deeplizard hivemind:
Tammy
Mano Prime
Ling Li

🚀 Boost collective intelligence by sharing this video on social media!

👀 Follow deeplizard:

🎓 Deep Learning with deeplizard:

🎓 Other Courses:

🛒 Check out products deeplizard recommends on Amazon:

🎵 deeplizard uses music by Kevin MacLeod

❤️ Please use the knowledge gained from deeplizard content for good, not evil.
Рекомендации по теме
Комментарии
Автор

👉 Check out the blog post and other resources for this video:
👀 Come say hey to us on OUR VLOG:

deeplizard
Автор

The excel example was a light bulb moment for me

oxmodius
Автор

I'm a data scientist using ML, DL and CNN's in specific on a daily basis. This series is one of the best I've seen. Well done and thank you!

spdavern
Автор

One of the best explanations of CNN on Youtube. Great work.

khushnoodadilrafique
Автор

Great video! I learned a lot from watching it. I just want to point out that at around 5:10, the convolution is not a dot product of two matrices. It's simply A[0, 0] * B[0, 0] + A[0, 1] * B[0, 1] + A[0, 2]* B[0, 2] + ...+ A[2, 0]*B[2, 0] + A[2, 1]*B[2, 1] + A[2, 2]*B[2, 2]. First number in the bracket represents row number, and the second represents coloum number. The dot product of two 3x3 matrices should be another 3x3 matrix.

lixiao
Автор

i'm a college cs student who is taking a class on ML (and I have final exam tmrw lmao). this video was such a huge help. I learned more from this video than my professor's entire three day lecture on CNNs thank you!!

ahnafkhan
Автор

I like the way you used illustrations to explain the idea behind. It is usually not very easy to imagine all this without the help of visual material. Good work :)

erenyldz
Автор

I watched several videos on CNN but this one is the best video I ever watched on CNN. This video made me understand CNN better than before. Thank you

seshadri
Автор

Thank you!!! This is the best explanation i've found so far.

Mainly because you talk about the mathematics of it with the simplest example. Which is exactly what I was looking for

jashan
Автор

I've been watching explanations on CNNs for over a year now and the part after 4:28 is the best i've seen yet,

The excel visualization of images and filter convolving is fantastic thank you very much for this excellent explanation

abdullahmoiz
Автор

your teaching is better than most paid courses, thank you.

xali
Автор

You just did in less than 10 minutes what my professor could not in 2 hours. I owe you a drink!

alexroode
Автор

I found this after a lecture on CNN's. Now it is much clearer. Thank you

mangelo
Автор

Even if you've written down what you were saying, not stuttering or mincing words is pretty amazing!!!!

mikeoo
Автор

Usually people say that Convolutional Neural Networks are the hardest of all types of neural networks to learn to use, but you made the basic idea of it clear as the sky.

danikalike
Автор

THANK YOU. 2 hours of excessive reading and researching and your video finally made me get it!

dominikamadeus
Автор

Simple and clear, best explanation I've watched on Youtube, thank you from China!

hughg.rection
Автор

I learnt more from this video than from my entire course dealing with neural networks. The visualization is exactly what I was looking for, Thanks!

RohanBojja
Автор

Thanks! I've been taking baby steps into machine learning and this has been one of the cleanest and most easily understood introductions to convolutional networks that I've ran into.

Ammothief
Автор

Previously watched another video on CNNs - which was way longer - and by the end, I had no idea. In just 8 mins of your video, it was like a light bulb moment. Fantastic work.

CavingMonkey