CHAPTER 3 Flashcards
(11 cards)
………………is a subfield of machine learning focusing
on learning data representations as successive layers of
increasingly meaningful representations.
Deep learning
……….. development of smart systems and machines that can carry out tasks that typically require human intelligence
AI
…………….Create algorithms that can learn from data and make decisions based on patterns observed
Machine learning
T/F *Deep Learning is effective at learning patterns without human intervention
T
Importance of Deep Learning for Computer
Deep learning has been a
game changer in the field
of computer vision.
*It’s widely used to teach
computers to “see” and
analyze the environment
similarly to the way
humans do.
Its applications on deep learning for computer vision
self-driven cars
robotics,
data analysis
Convolutional Neural Network (CNN) Structure
- CONV: Convolutional kernel layer
- RELU: Activation function
- POOL: Dimension reduction layer
- FC: Fully connection layer
……………….. is a neural network with some convolutional layers (and
some other layers).
CNN
T/F A convolutional layer has a number of filters that does
convolutional operation.
T
Why Pooling
Subsampling pixels will not change the object
We can subsample the pixels to make image smaller
fewer parameters to characterize the image
A CNN compressesa fully connected network by:
*Reducing number of connections
*Shared weights on the edges
*Max pooling further reduces the complexity