Machine Learning.

  1. What are the differences between supervised and unsupervised learning ? Explain with suitable example.
  2. Explain the k-NN algorithm with suitable steps. How is the similarity between nearest neighbors estimated ?
  3. Given the following data. Find the class labels of test vectors using the 3-NN method. Show the output at each step of algorithm.

̄

4. Explain how the logistic regression is different from multi-linear regression.

5. Derive the expression of parameter update using gradient descent for multilinear regression.

6. Derive the equation of decision boundary for logistic regression.