0% found this document useful (0 votes)
15 views

Assignment 2.Doc 1

The document outlines a series of assignments related to machine learning, focusing on topics such as data visualization, preprocessing, model training, and evaluation using the MNIST dataset. It includes specific questions on error analysis, gradient descent, polynomial regression, regularized models, and various classification techniques. Each question references specific pages from notes for detailed answers.

Uploaded by

personalabhi077
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Assignment 2.Doc 1

The document outlines a series of assignments related to machine learning, focusing on topics such as data visualization, preprocessing, model training, and evaluation using the MNIST dataset. It includes specific questions on error analysis, gradient descent, polynomial regression, regularized models, and various classification techniques. Each question references specific pages from notes for detailed answers.

Uploaded by

personalabhi077
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

BALLARI INSTTUTE OF TECHNOLOGY AND MANAGEMENT

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

3.​ What is the significance of the MNIST dataset in machine learning?


Write the answer from notes page no 87 to 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)

9.​ Describe the differences between linear and polynomial regression.


10.​Explain the following with example: a) Multi output classification b) Multi-Label
classification c) M ulti class Classification.​
Write the answer from notes page no 102 to 104(exclude error analysis) , pages from 108 to 110

11.​Explain the steps involved in classification using MNIST Dataset.


Write the answer from notes page no 87 to 90
12.​Explain the following: (i) Batch Gradient Descent (ii) Stochastic Gradient Descent
(iii) Mini-batch Gradient Descent
Same as qno 6

13.​Explain Polynomial Regression in brief


Same as qno 7
14.​Explain Regularized Linear Models in brief
Same as qno 8

15.​Explain Logistic Regression in brief


Write the answer from notes page no 144 to 152
16.​Explain Multilabel classification and Multioutput classification with code snippet.
Same as qno 10
17.​Explain the Various Performnace measures to evaluate a classifier with an example.
(a)​ Measuring accuracy using cross validation.
(b)​ confusion matrix
(c ) Precision
(d) Recall
(e)The ROC curve
Write the answer from notes page no 91 to 102(exclude multiclass classification)
18.​ Explain Grid search method to fine tune a model.
Write the answer from notes page no 79 to 81(exclude randomised search)
19.​What is gradien descent. Explain various types of gradient descent with necessary
diagrams.

Same as qno 6

You might also like