iGET

Machine Learning - MCQ Practice Questions

Supervised & unsupervised learning, regression, classification, clustering & metrics.

10 questions | 100% Free

Q.1Medium

Which of the following best describes the bias-variance tradeoff in machine learning?

Q.2Medium

In logistic regression, what is the range of the sigmoid activation function ?

Q.3Medium

Which regularization technique adds the absolute values of the coefficients as a penalty term to the loss function?

Q.4Medium

In a decision tree, which criterion measures the impurity of a node using the formula ?

Q.5Medium

Which of the following is a key difference between bagging and boosting ensemble methods?

Q.6Medium

For a binary classification problem, the F1-score is defined as the harmonic mean of precision and recall. Which formula correctly represents it?

Q.7Medium

In k-means clustering, what is the objective function that the algorithm seeks to minimize?

Q.8Medium

Which of the following statements about Support Vector Machines (SVMs) is correct?

Q.9Medium

Which cross-validation technique is most appropriate when the dataset is small and every data point needs to be used for both training and testing?

Q.10Medium

In gradient descent, what happens if the learning rate is set too large?