ASSIGNMENT -2
1.What is the Decision Tree Algorithm?
2. Compare and contrast Naive Bayes algorithm with other machine learning
algorithms such as decision trees and logistic regression?
3. Explain the concept of non-linear SVM using kernel functions?
4. Derive the linear discriminant function for a two-class problem. Explain the
concept of Bayes' theorem and its relation to LDA.
5. Describe the main difference between divisive and agglomerative clustering.
6. Given a dataset with 10 features and 100 samples, perform K-Means
clustering with K=3. Assume the dataset has the following feature values: [1, 2,
3, 4, 5, 6, 7, 8, 9, 10].