Unit 4 Assignment
Unit 4 Assignment
Q1. Why Naive Bayesian classification is called “naive”? Briefly outline the major ideas of
Naive Bayesian classification.
Q2. The support vector machine (SVM) is a highly accurate classification method. However,
SVM classifiers suffer from slow processing when training with a large set of data tuples.
Discuss how to overcome this difficulty and develop a scalable SVM algorithm for efficient
SVM classification in large datasets.
Q3. Write an algorithm for k-nearest neighbour classification.
Q4. What is boosting? State why it may improve the accuracy of decision tree induction.
Q5. What is Random Forest? Explain it in detail.