CS-601 Machine Learning Study Guide
CS-601 Machine Learning Study Guide
1. Gradient Descent
- Define gradient descent in the context of optimization algorithms used in machine learning.
- What do you mean by Gradient Descent?
- Describe the concept of support vectors and their role in defining the decision boundary in SVM.
- Explain the concept and role of Support Vector Machine in detail with its application areas.
- Explain the importance of data normalization in ML for improving convergence and performance.
- What is the role of preprocessing of data in machine learning? Why is it needed?
6. Hypothesis Function
- Explain how a hypothesis function maps input features to output predictions in a machine learning
model.
- Discuss linear regression with an example. Explain the role of hypothesis function.
- Explain how L1 regularization (Lasso) and L2 regularization (Ridge) work to penalize the
magnitude of model parameters differently.
- Describe the role of the bottleneck layer in autoencoders and how it captures the essential
features of the input data.