Machine Learning Quiz
ML Arena
Explore the topics below, then open the quiz page to attempt a 25-question random challenge from a
50-question bank.
Introduction to ML
- Machine Learning vs. Traditional Programming
- Learning Paradigms: supervised, semi-supervised, unsupervised, reinforcement learning
Parameter Estimation
- Maximum Likelihood Estimation (MLE)
- Maximum A Posteriori (MAP)
- Bayesian formulation and posterior reasoning
Supervised Learning Foundations
- Feature Representation and Problem Formulation
- Role of loss functions and optimization
Regression
- Linear regression with one variable
- Linear regression with multiple variables
- Solution using gradient descent and matrix method
Classification and Logistic Regression
- Regression vs classification
- Binary, multi-class, and multi-label classification
- Why linear regression is not used for classification
- Sigmoid function, log-likelihood, and cross-entropy