ML Theory Questions Final
ML Theory Questions Final
1. Foundations of AI/ML/DS
What is the difference between Artificial Intelligence (AI), Machine Learning (ML), and Data
Science (DS)?
2. Linear Models
What is linear regression? What kind of problems can it solve?
What is the cost function used in linear regression? Why is MSE commonly used?
3. Regularization
What is regularization in ML? Why is it needed?
List and explain classification metrics: Accuracy, Precision, Recall, F1 Score, Specificity,
Confusion Matrix.
What are commonly used loss functions for logistic and softmax regression?
5. Probabilistic Models
What is maximum likelihood estimation (MLE)? How is it used in model training?
Name and briefly explain types of boosting algorithms: AdaBoost, Gradient Boosting,
XGBoost, LightGBM.
8. Dimensionality Reduction
What is the objective of Principal Component Analysis (PCA)?
9. Neural Networks
Describe the architecture of a basic feedforward neural network.
List and compare types of activation functions: Sigmoid, Tanh, ReLU, Leaky ReLU, Softmax.
Name some popular optimizers other than basic gradient descent. What are their
advantages?
What are some hyperparameters in neural networks and how can you tune them?