Full ML Viva Questions Answers Q1 To Q70
Full ML Viva Questions Answers Q1 To Q70
Machine Learning enables systems to learn from data and improve without being
explicitly programmed.
8. 8. What is Overfitting?
When a model memorizes training data and performs poorly on new data.
9. 9. What is Underfitting?
Dividing data into training and testing sets for model evaluation.
Precision: correct positives, Recall: found positives, F1: harmonic mean of both.
51. 51. What is Dropout?
Too many features can make models less effective and complex.
Batch size is the number of samples per training step; epoch is one full pass.