Machine Learning Assignments
Assignment 1 (Unit I: Introduction to Machine Learning)
1. Define Machine Learning. Explain the need for Machine Learning in modern applications.
2. Discuss the types of Machine Learning (supervised, unsupervised, semi-supervised) with
examples.
3. Explain Bias and Variance in Machine Learning. How do they affect model performance?
4. What is overfitting in Machine Learning? Suggest methods to reduce overfitting.
5. Explain the importance of data preprocessing in Machine Learning.
Assignment 2 (Unit II: Regression Analysis in Machine Learning)
1. Define regression in Machine Learning. Explain its types with suitable examples.
2. What is Simple Linear Regression? Discuss its assumptions in detail.
3. Explain Logistic Regression with an example. How does it differ from Linear Regression?
4. Write short notes on R-squared, Standard error, and Residuals in regression analysis.
5. What is Feature Selection? Explain PCA and LDA as dimensionality reduction techniques.