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