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

QB Aam CT1

Uploaded by

giramashish5
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)
9 views2 pages

QB Aam CT1

Uploaded by

giramashish5
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

Advanced Algorithms in AI&ML

Class Test -1
Question Bank

1) Define Feature and Feature Engineering


2) Enlist steps involved in Feature Engineering.
3) Why Naïve Bayes Theorem is called ‘Naïve’. Also give its applications
4) Define Entropy
5) Explain Attribute Selection Model (ASM )
6) What is Feature and why there is need of Feature Engineering.
7) Why is it called Random Forest algorithm. Also give its applications.
8) Write the difference between Feature Engineering, Feature Extraction, Feature Selection
and Feature Scaling.
9) What is Hyperplane, Margin and Support Vector in SVM .
10) Predict whether the Profit will going UP or DOWN based on given data using ID3
(Decision Tree) Algorithm.

11) How to choose value of ‘k’ for K-Nearest Neighbor (KNN) algorithm. Also give
advantages and disadvantages
12) Explain the working of Naïve Bayes algorithm with the help of below example. Consider
the given Dataset and Predict that probability of Person having Heart disease or not
City Gender Income Illness
Mumbai Male 40367 No
Mumbai Female 41524 Yes
Mumbai Male 46373 Yes
Delhi Male 98096 No
Delhi Female 102089 No
Delhi Female 100662 No
Delhi Male 117263 Yes
Mumbai Male 56645 No
13) Explain Decision Tree Algorithm with example Also give advantages and disadvantages.
14) Explain Kernel Function.
15) Give the Working of Random Forest algorithm. Also write the python code to Fit
Random Forest Algorithm.
16) We have POSITIVE class data points {(2, 2), (2, -2), (-2, -2), (-2, 2)} and NEGATIVE
class data points {(1, 1), (1, -1), (-1, -1), (-1, 1)} then Draw the optimal Hyperplane.
17) Distinguished between Naïve Bayes, Decision Tree and Random Forest Algorithm.
18) Explain K Nearest Neighbor Algorithm and also give python code to implement KNN
Classifier.
19) Explain Decision Tree Algorithm with example Also give advantages and disadvantages.
20) Here is the dataset of students who like games included Cricket, Football or Neither.
CLASS OF
NAME AGE GENDER
SPORTS
Ajay 32 0 Football
Mark 40 0 Neither
Sara 16 1 Cricket
Zaira 34 1 Cricket
Sachin 55 0 Neither
Rahul 40 0 Cricket
Pooja 20 1 Neither
Smith 15 0 Cricket
Laxmi 55 1 Football
Michael 15 0 Football

Where Male denoted by 0 and Female by 1. So find the class of student called Angelina. She is
Female and having Age is 5. [Assume k = 3]

You might also like