Skip to main content

Posts

Showing posts from November, 2024

MCQ Questions

Machine Learning Quiz Machine Learning Quiz 1. What is supervised learning? A. Learning without labeled data B. Learning with labeled data C. A method to clean data D. None of the above 2. Which algorithm is used for classification problems? A. Linear Regression B. Logistic Regression C. K-Means Clustering D. Gradient Descent 3. What is overfitting in a machine learning model? A. The model performs well on training data but poorly on test data B. The model performs well on both training and test data C. The model does not learn anything D. None of the above...