M7 Flashcards
Study the content covered in module 7
1
Q
CNN (Convolutional Neural Network)
A
Type of ANN, does pattern recognition on images
2
Q
Components of CNN
A
Convolution operation – filter slides over image extracting local features, Layers – convolutional (for feature extraction), pooling (for dimensionality reduction), and fully connected (for classification)
3
Q
Why CNN
A
Neuron doesn’t need to see whole image to find pattern, often patterns smaller than whole image, same pattern can appear in different regions, subsampling pixels (making image smaller) will not impact model.