What is overfitting in machine learning, and how can you prevent it?
Resposta da entrevista
Sigiloso
28 de out. de 2025
Overfitting happens when a model learns noise instead of general patterns. I mentioned using techniques like cross-validation, regularization, and dropout to prevent it.