0% found this document useful (0 votes)
30 views1 page

Assignment Mid2

The document outlines an assignment consisting of six questions related to machine learning algorithms, including decision trees, Naive Bayes, non-linear SVM, linear discriminant function, and clustering techniques. It requires explanations, comparisons, and derivations of key concepts such as Bayes' theorem and the differences between divisive and agglomerative clustering. Additionally, it includes a practical task involving K-Means clustering on a specified dataset.

Uploaded by

madhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Assignment Mid2

The document outlines an assignment consisting of six questions related to machine learning algorithms, including decision trees, Naive Bayes, non-linear SVM, linear discriminant function, and clustering techniques. It requires explanations, comparisons, and derivations of key concepts such as Bayes' theorem and the differences between divisive and agglomerative clustering. Additionally, it includes a practical task involving K-Means clustering on a specified dataset.

Uploaded by

madhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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].

You might also like