Unit: Neural Networks
Lesson: Convolutional Neural Networks (CNNs)
Introduction to CNNs
CNN Layers
Code Your Own CNN (Optional)
CNN Quiz
Additional Resources (Optional)
Face recognition
Medical image analysis
Object detection in self-driving cars
Writing poetry
They share parameters and preserve spatial relationships
They use a recurrent neural network architecture
They share parameters and preserve multi-modal relationships
They process images faster by removing details
Convolutional layer
Pooling layer
Input layer
Output layer
Random pixels are deleted
A filter matrix multiplies with image regions to detect patterns
The image is rotated randomly
The image colors are inverted
To add more pixels to the image
To make the network deeper
To reduce computational load and provide spatial invariance
To add more colors to the image
The values in the convolutional filters and bias terms
The ideal network architecture and number of pooling layers
The optimal input image dimensions and channel depth
The activation functions for each layer
A matrix of raw pixel values from the original image
A visualization of the network's overall architecture
The presence and location of specific patterns detected by a filter
A heatmap showing where the network makes classification errors
Stride controls output size while padding has no effect
Both always increase the output size
Padding increases output size while stride decreases it
Both always decrease the output size