M7 Flashcards

Study the content covered in module 7

1
Q

CNN (Convolutional Neural Network)

A

Type of ANN, does pattern recognition on images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly