Question: What is the role of dropout in neural networks?
Options:
Correct Answer: To prevent overfitting
Solution:
Dropout is a regularization technique used to prevent overfitting by randomly setting a fraction of input units to zero during training.