QuestionQ58
Core Machine Learning and AI KnowledgeIn neural networks, what issue does the vanishing-gradient problem refer to?
- A The issue of gradients becoming too large during backpropagation, leading to unstable training.
- B The problem of underfitting in neural networks, where the model fails to capture the underlying patterns in the data.
- C The issue of gradients becoming too small during backpropagation, resulting in slow convergence or stagnation of the training process.
- D The problem of overfitting in neural networks, where the model performs well on the training data but poorly on new, unseen data.
Community Discussion