w3 Flashcards
What makes deep learning ‘deep’?
c) The number of layers in the network
Which of the following is true about convolutional neural networks?
b) They apply filters to detect features in an image
What is the main function of the classification module in a ConvNet?
c) To determine the class with the highest confidence score
What is an epoch in the context of training a neural network?
c) One full pass through the entire training dataset
What drives a ConvNet to converge?
c) Weight adjustments stopping as the network stabilizes
Convolutional neural networks are inspired by the Neocognitron, an early model for visual processing.
True
The activation maps in ConvNets are similar to activation patterns in the human brain’s visual system.
True
The number of layers in a neural network directly reflects the quality of learning, regardless of the network’s architecture.
False
In a ConvNet, the highest convolutional layer is used as the final output layer for classification.
False
Edge detection typically occurs in the first layer of a ConvNet.
True
Why is object recognition challenging for neural networks, despite it seeming easy for humans?
Object recognition is complex for neural networks because they must account for variations in shape, size, orientation, and lighting, whereas the human brain processes visual information with remarkable flexibility and adaptability.
Explain the role of convolutional layers in a ConvNet and how they process image data.
Convolutional layers apply filters to the input image, creating activation maps that highlight specific features such as edges, textures, or object parts.
What does the term ‘convergence’ mean in neural network training, and why is it important?
Convergence refers to the stabilization of the network’s weights as training progresses.
How does backpropagation help a ConvNet learn, and what role do epochs play in this process?
Backpropagation calculates errors from the output layer and adjusts the weights in each layer to minimize these errors.
What are some ways ConvNets are similar to the human brain’s visual processing system?
ConvNets process images in a hierarchical manner, where each layer builds upon the previous one to identify increasingly complex features.
What was the purpose of the Amazon Mechanical Turk in building the ImageNet dataset?
b) To crowdsource image labeling for training data
What is the ‘top-5 accuracy’ metric in the ImageNet competition?
b) The correct label must appear among the model’s top five predictions