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

ML Questions

The document outlines a curriculum for a Machine Learning course at Anil Neerukonda Institute of Technology & Sciences, detailing various topics across three units. Key subjects include classification, regression, decision trees, and clustering, along with practical examples and algorithms. It emphasizes the importance of features, bias-variance trade-off, and techniques for handling multiple classes in classification problems.

Uploaded by

ytind2004
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)
12 views2 pages

ML Questions

The document outlines a curriculum for a Machine Learning course at Anil Neerukonda Institute of Technology & Sciences, detailing various topics across three units. Key subjects include classification, regression, decision trees, and clustering, along with practical examples and algorithms. It emphasizes the importance of features, bias-variance trade-off, and techniques for handling multiple classes in classification problems.

Uploaded by

ytind2004
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

Anil Neerukonda Institute of Technology & Sciences (Autonomous)

(Permanent Affiliation by Andhra University & Approved by AICTE


Accredited by NBA (ECE, EEE, CSE, IT, Mech. Civil & Chemical) & NAAC)
Sangivalasa-531 162, Bheemunipatnam Mandal, Visakhapatnam District
Phone: 08933-225083/84/87 Fax: 226395
Website: www.anits.edu.in email: [email protected]

DEPARTMENT OF INFORMATION TECHNOLOGY

Machine Learning

UNIT - 1

1. Discuss the ingredients of machine learning with spam and ham filtering example.
2. What are the different types of Machine learning models.
3. Define Classification. What are the different types of classification.
4. List the problems that can be solved with Machine Learning.
5. What is the importance of features in Machine Learning.
6. Illustrate what kind of problems can Machine Learning Solve?
7. Discuss about classification and ranking with example.
8. Explain the two uses of features in Machine Learning.
9. List and explain geometric models.
10. What are the key differences between classification, scoring, and ranking tasks in
machine learning.
11. In what scenarios might a binary classification model fail to generalize well, and what
techniques can mitigate these challenges?

UNIT - 2

1. Distinguish between predictive clustering and descriptive clustering


2. Decode and find the class label for the code word +1 -1 +1 -1 +1 +1, and the scheme
is symmetric one-versus-one
3. What is bias variance trade-off? Explain with an example
4. Discuss the need for horn clauses and write an algorithm to learn a conjunction of
Horn clauses from membership
5. How do you handle more than two classes beyond binary classification.
6. What is Regression? Explain with an example.
7. Explain the following
i) Most general consistent hypothesis.
ii) closed concepts in path through the hypothesis.
8. Explain the concept of Logistic Regression.
9. Distinguish between supervised learning and reinforcement learning.
10. Explain variance-bias dilemma in detail.
11. Explain one vs one and one vs all schemes for class classifiers.
12. How does the hypothesis space influence the process of concept learning?
13. Discuss the need for horn clauses and write an algorithm to learn a conjunction of
Horn clauses from membership.
14. Discuss some common techniques for handling more than two classes in classification
problems.
15. What role does feature selection play in determining the complexity of the hypothesis
space during concept learning?
UNIT - 3

1. Explain in detail about Decision Tree with an example.


2. In what scenarios would you choose a decision tree over other machine learning
models for ranking tasks?
3. Identify the root node if a decision tree is to be constructed for the following data,
considering ‘play’ as the target variable and using ‘entropy’ as the impurity measure.
Consider the following table.

Day Weather Temperature Humidity Wind Play?


1 Sunny Hot High Weak No
2 Cloudy Hot High Weak Yes
3 Sunny Mild Normal Strong Yes
4 Cloudy Mild High Strong Yes
5 Rainy Mild High Strong No
6 Rainy Cool Normal Strong No
7 Rainy Mild High Weak Yes
8 Sunny Hot High Strong No
9 Cloudy Hot Normal Weak Yes
10 Rainy Mild High Strong No

4. Identify the root node if a decision tree is to be constructed for the following data,
considering ‘Decision’ as the target variable and using ‘Gini Index’ as the impurity
measure. Consider the following table.

weekend Weather Friends Money Decision


W1 Sunny Yes Rich Cinema
W2 Sunny No Rich Tennis
W3 Windy Yes Rich Cinema
W4 Rainy Yes Poor Cinema
W5 Rainy No Rich Stay in
W6 Rainy Yes Poor Cinema
W7 Windy No Poor Cinema
W8 Windy No Rich Shopping
W9 Windy Yes Rich Cinema
W10 Sunny No Rich Tennis

You might also like