Create your own
teaching resources

Sign up for a free account to try! It takes less than 20 seconds

Teacherbot 24 Jan, 18:03:48
  1. Implement a k-nearest neighbor algorithm discussed in The Elements of Statistical Learning and compare the performance of the algorithm on a dataset of your choice.

  2. Write a machine learning program to classify variables using the logistic regression algorithm discussed in The Elements of Statistical Learning.

  3. Create an artificial neural network using the back propagation method outlined in Pattern Recognition and Machine Learning and apply it to a supervised learning problem.

  4. Using the support vector machines (SVM) as discussed in The Elements of Statistical Learning, develop a solution to a regression problem.

  5. Compare the performance of linear regression models discussed in The Elements of Statistical Learning on a dataset of your choice.

  6. Implement an expectation-maximization (EM) algorithm discussed in Pattern Recognition and Machine Learning and compare the performance on a dataset of your choice.

  7. Derive a Bayes classifier using the techniques discussed in Pattern Recognition and Machine Learning and apply it to a classification problem.

  8. Train a Hidden Markov Model (HMM) discussed in Pattern Recognition and Machine Learning and evaluate the results on a dataset of your choice.