Learning Path
Question & Answer1
Understand Question2
Review Options3
Learn Explanation4
Explore TopicChoose the Best Answer
A
True
B
False
Understanding the Answer
Let's break down why this is correct
Answer
False. Identity mapping, such as the skip connections used in ResNet, helps gradients flow and can prevent degradation, but it does not guarantee that every extra layer will make the network better. Adding layers still increases the number of parameters, which can cause overfitting on small datasets and slows down training because more operations are required. For instance, a 50‑layer ResNet may outperform a 20‑layer version on ImageNet, but a 200‑layer ResNet can overfit a tiny toy dataset and take much longer to train. Thus, identity mapping eases training but does not eliminate risks of overfitting or longer training times.
Detailed Explanation
Identity mapping lets signals pass unchanged, which helps deeper networks learn. Other options are incorrect because The mistake is thinking that identity mapping alone guarantees improvement.
Key Concepts
Identity Mapping
Deep Neural Networks
Overfitting
Topic
Identity Mapping in Deep Models
Difficulty
hard level question
Cognitive Level
understand
Ready to Master More Topics?
Join thousands of students using Seekh's interactive learning platform to excel in their studies with personalized practice and detailed explanations.