Assignment 2.Doc 1
Assignment 2.Doc 1
DEPT OF AIML
ASSIGNMENT-2
SUB;MACHINE LEARNING(22AI53)
1. Explain the importance of visualizing data before preparing it for a machine learning model.
Write the answer from notes page no 58 to page no 66
2. Given a dataset of handwritten digits, outline the steps to preprocess the data, train a binary classifier
to distinguish between the digits '0' and '1', and evaluate its performance.
Write the answer from notes page no 90
4. Design and implement a machine learning pipeline to perform multiclass classification
using the MNIST dataset, including steps for data preparation, model selection, training,
and fine-tuning.
Write the answer from notes page no 75 to 83 also page no 102 to 104
5. What is error analysis, and why is it crucial in the process of training a machine learning
model?
Write the answer from notes page no 104 to 108
6. Explain the concept of gradient descent and its role in training linear
regression models.
Write the answer from notes page no 119 to 129
7. You are given a dataset with a nonlinear relationship between the features
and the target variable. Design a model using polynomial regression to fit
this dataset. Outline the steps involved and evaluate the model's
performance.
Write the answer from notes page no 130 to 132(exclude learning curves)
8. What are regularized linear models, and why are they important in preventing overfitting?
Write the answer from notes page no 136 to 144(exclude logistic regression)
Same as qno 6