Question: In the context of neural networks, what does \'dropout\' refer to?
Options:
Correct Answer: A technique to prevent overfitting
Solution:
Dropout is a regularization technique used to prevent overfitting by randomly setting a fraction of the neurons to zero during training.