Question: Which of the following techniques is commonly used to prevent overfitting in neural networks?
Options:
Correct Answer: Using dropout
Solution:
Dropout is a regularization technique that randomly sets a fraction of the neurons to zero during training to prevent overfitting.