In a task involving the classification of hand-written digits, the model is failing to capture intricate patterns in the data. Adding more layers seems to exacerbate the problem due to a certain issue in training deep networks. What is this issue likely called?
- Overfitting
- Vanishing Gradient
- Underfitting
- Exploding Gradient
The issue where adding more layers to a deep neural network exacerbates the training problem due to diminishing gradients is called "Vanishing Gradient." It occurs when gradients become too small during backpropagation, making it challenging for deep networks to learn intricate patterns in the data.
Loading...
Related Quiz
- A company is transitioning from a monolithic system to microservices. They need a database that can ensure strong transactional guarantees. What kind of database system would be suitable?
- Which type of data requires more advanced tools and techniques for storage, retrieval, and processing due to its complexity and lack of structure?
- As a data scientist, you're handed a project to predict future sales for a retail company. You've gathered the data, cleaned it, and built a predictive model. Before deploying this model, what step should you prioritize to ensure it will function as expected in a real-world setting?
- Which ensemble method adjusts weights for misclassified instances in iterative training?
- When working with time-series data in Tableau, a common visualization to show data trends over time is the _______ chart.