Warning: Declaration of action_plugin_tablewidth::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /s/bach/b/class/cs545/public_html/fall16/lib/plugins/tablewidth/action.php on line 93
assignments:assignment3 [CS545 fall 2016]

User Tools

Site Tools


assignments:assignment3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
assignments:assignment3 [2016/09/19 12:19]
asa [Part 1]
assignments:assignment3 [2016/09/19 12:20]
asa [Part 1]
Line 15: Line 15:
 ==== Part 1 ==== ==== Part 1 ====
  
-Implement ridge regression in a class called RidgeRegression that implements the classifier API, i.e. ''​fit''​ and ''​predict''​ methods with the same signature as the Perceptron class you implemented in the previous assignment. ​ Also implement functions for computing the following measures of error:+Implement ridge regression in a class called RidgeRegression that implements the classifier API, i.e. ''​fit''​ and ''​predict''​ methods with the same signature as the classifiers ​you implemented in the previous assignment. ​ Also implement functions for computing the following measures of error:
  
   * The Root Mean Square Error (RMSE).   * The Root Mean Square Error (RMSE).
assignments/assignment3.txt ยท Last modified: 2016/09/20 09:34 by asa