[go: up one dir, main page]

0% found this document useful (0 votes)
104 views2 pages

Assignment 2 - (ML) (MSE)

This document contains an assignment for a Machine Learning course. It includes 11 questions covering topics like logistic regression, support vector machines, kernels, and K-nearest neighbors (KNN) algorithm. Students are asked to classify data using logistic regression, demonstrate concepts like linear separation and kernel transformation, calculate least square regression lines, and use KNN to predict a missing target value based on other attribute values. The assignment aims to help students learn key machine learning concepts and achieve several intended course outcomes.

Uploaded by

Saurabh Lomte
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)
104 views2 pages

Assignment 2 - (ML) (MSE)

This document contains an assignment for a Machine Learning course. It includes 11 questions covering topics like logistic regression, support vector machines, kernels, and K-nearest neighbors (KNN) algorithm. Students are asked to classify data using logistic regression, demonstrate concepts like linear separation and kernel transformation, calculate least square regression lines, and use KNN to predict a missing target value based on other attribute values. The assignment aims to help students learn key machine learning concepts and achieve several intended course outcomes.

Uploaded by

Saurabh Lomte
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/ 2

Date: 14/09/2019

MPGI School of Engineering, Nanded


Department of Computer Science & Engineering
Academic Year 2019-20(Odd Semester)
Assignment – II
Sub: Machine Learning Class: TY CSE
BT: Blooms Texanomy CO: Course Outcome
Q. No. Question BT CO
1 Classify the data points in two classes using Logistic Regression BT4 CO3

2 Demonstrate how to draw regression curve in logistic regression. BT3 CO3

3 Explain odds, log(odds) and log(odds ratio) with suitable example BT2 C03

4 How can we identify the right hyper plane? Discuss various scenarios. BT2 C03

5 How can we find the best hyper plane? Explain BT2 C03

6 Demonstrate the concept for linear separation of data using support vector machine BT3 C03

7 Explain how nonlinear data is transformed to higher dimension BT2 C04

8 Define kernel. List different kernels with mathematical formulae BT1 C04

9 Show how non-linear data is classify using kernel BT3 CO4

CO1
10 a) Calculate the least square regression line for the following set of data BT3
{(-1 , 0),(0 , 2),(1 , 4),(2 , 5)}

b) Plot the given points and the regression line in the same rectangular system of axes.

The values of X and their corresponding values of Y are given below


11 BT3,
CO1
BT6
X 0 1 2 3 4

Y 2 3 5 4 6

a) Calculate the least square regression line y = a x + b.


b) Estimate the value of y when x = 10.
12 Consider the following table – it consists of the height, age and weight (target) value for
10 people. As you can see, the weight value of ID11 is missing.

BT5
CO2

Predict the weight of this person based on their height and age by using KNN algorithm.

Subject In charge

Ritesh G Bais

You might also like