Question d’entretien chez Oracle

Technical Screening: general machine learning questions, e.g.: overfitting, underfitting, gradient descent

Réponse à la question d'entretien

Utilisateur anonyme

19 nov. 2025

Overfitting: the model performs perfectly on the data it has already seen, but fails on new data. Underfitting: the model is too simple to capture the fundamental trend or relationship within the training data. Gradient descent: It is an iterative optimization algorithm used to find the best set of parameters (weights and biases) that will make a model's predictions as accurate as possible.