Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Information about the first homework assignment for the machine learning course (cs 5350/cs 6350). The assignment covers linear models, support vector machines (svm), and optimization problems. Students are required to complete exercises from prml, write answers to specific questions, and implement the perceptron algorithm with averaging extension or gradient descent for logistic regression. The document also provides instructions for handing in the assignments.
Typology: Assignments
1 / 1
Machine Learning (CS 5350/CS 6350) Due 01 Feb 2006
Note: Please submit the written aspects of assignments in postscript or PDF format only. I highly recom- mend you use LATEX to prepare the assignments. A solution will be posted here after the due date. See http://www.cs.utah.edu/classes/cs5350/handin.html for handin instructions.
Complete the following exercises from PRML: 1.2, 1.36, 3.3, 4.1, 4.7, 7.2.
CS 6350 students also do 4.14.
Implement the perceptron algorithm with the averaging extension.
You should hand in: (A) your code; (B) results on raw, L1 and L2 normalized data; (C) error plots; (D) answers to questions.
CS 6350 Students: Repeat the previous exercise but using gradient descent for (regularized) logistic regression rather than the perceptron. Hint: You shouldn’t have to change very much code. Turn in everything that you did for the perceptron. Also, compare the performance of the two algorithms on the test data, and vary the regularization parameter for the logistic regression. Which seems better? Why?