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

ML Assignment No 1

The document contains questions for an assignment on machine learning. It includes multiple choice and descriptive questions covering topics like supervised learning, unsupervised learning, reinforcement learning, linear regression, logistic regression, decision trees and their applications.

Uploaded by

Vijay Bhosale
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)
75 views

ML Assignment No 1

The document contains questions for an assignment on machine learning. It includes multiple choice and descriptive questions covering topics like supervised learning, unsupervised learning, reinforcement learning, linear regression, logistic regression, decision trees and their applications.

Uploaded by

Vijay Bhosale
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

MGM’s College of engineering and Technology, Kamothe, Navi Mumbai

AY: 2022-2023
Assignment No. I
Course Code: CSC701 Course Name: Machine Learning
BE Sem. VIII (Div. B)
Date of Issue: 30/07/2023 Date of : Submission: 05/08/2023

Ques. Question Module Level* CO


No.
1.
A What is Machine Learning? How it is different from data mining? 1 1 CO-2
B List the key tasks of Machine Learning. 1 3 CO-1
C What is Supervised Learning? 1 2 CO-1
D What is Unsupervised Learning? 1 3 CO-2
E What is Reinforcement Learning? 1 3 CO-2
F What is Semi-supervised Learning? 2 2 CO-3
Give the steps required for selecting the right machine learning
G 1 2 CO-1
algorithm.
H What is Training error and Generalization error. 2 1 CO-4
I What is overfitting and underfitting ? 2 1 CO-3
J What is bias and variance trade off 2 1 CO-2
2
A List and explain steps for developing Machine Learning Application. 2 4 CO-2

CO-3,
B Explain in brief Linear Regression with an example. 2 5 CO-4
What is multivariate linear regression? Explain with an suitable
C example. 2 5 CO-2

3
A What is Logistic Regression? Explain with suitable example. 2 5
CO-2,
CO-3
B Explain in detail “Classification and Regression Tree(CART) 2 5 CO-2
CO-3,
C Discuss in detail “ The Kappa Statics”. 2 5 CO-4
4
A Write detailed note on “ Issues in Decision Tree” 2 4 CO-3
Stock Market involving discrete ranges has profit as categorical
B 2 5 CO-5
value( Up and Down). Draw a classification tree.
Age Competition Type Profit
Old Yes Software Down
Old No Software Down
Old No Hardware Down
Mild Yes Software Down
Mild Yes Hardware Down
Mild No Hardware Up
Mild No Software Up
New Yes Software Up
New No Hardware Up
New No Software Up
Build Decision Tree using ID3 for following data set. The target
classification is “Should we sanction loan?”

Customer Spending Collateral Income Credit Sanction


No Habit Score
1 High None Low Bad No
2 High None Medium Unknown No
3 Low None Medium Unknown No
4 Low None Low Unknown No
5 Low None High Unknown Yes
C 1 3 CO-1
6 Low Sufficient High Unknown Yes
7 Low None Medium Bad No
8 Low Sufficient High Bad No
9 Low None High Good Yes
10 High Sufficient High Good Yes
11 High None Low Good No
12 High None Medium Good No
Draw Final Decision tree and find decision for:
Spending Habit is Low, Collateral is Medium, Income is High, Credit
Score is Bad, What is Decision?
*As per Blooms’ Taxonomy

You might also like