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:assignment6 [CS545 fall 2016]

User Tools

Site Tools


assignments:assignment6

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
Previous revision
Next revision Both sides next revision
assignments:assignment6 [2016/11/02 19:37]
asa
assignments:assignment6 [2016/11/02 19:39]
asa [Assignment 6: Linear Regression with Theano]
Line 28: Line 28:
 We'll consider a simpler loss function: We'll consider a simpler loss function:
 $$\log \cosh (h(\mathbf{x}) - y) ),$$ $$\log \cosh (h(\mathbf{x}) - y) ),$$
-called the Log-Cosh loss.  Recall that $\cosh(z) = \frac{\exp{z} + \exp{-z}}{2}$.+called the Log-Cosh loss.  Recall that $\cosh(z) = \frac{\exp{(z)} + \exp{(-z)}}{2}$.
  
 What you need to do for this assignment: What you need to do for this assignment:
Line 43: Line 43:
 </​code>​ </​code>​
  
-In your code, follow the standard interface we have used in coding classifiers;​ the code I have shown for [[code:​theano|logistic regression]] gives you most of what you need for the coding part of this assignment. ​+In your code, follow the standard interface we have used in coding classifiers;​ the code I have shown for [[code:​theano|logistic regression]] gives you much of what you need for the coding part of this assignment. ​
  
 ===== Submission ===== ===== Submission =====
assignments/assignment6.txt ยท Last modified: 2016/11/06 08:47 by asa