Author | Message |
---|---|
msargent
Posts: 519
|
Posted 12:49 Jan 24, 2014 |
It looks like there is quite a bit of discrepancy in the cost values after performing gradient descent with some of the implementations done so far. In terms of credit, I'll give full credit to those who get the right Thetas and followed the directions. We will examine our code together tomorrow to get to the bottom of this. My own code had a bug. Here's my corrected values: Cost before gradient descent: 305.236913265 Thetas: [[ 23.44490618]
|
ummata
Posts: 68
|
Posted 13:14 Jan 24, 2014 |
Those are values I have for my answers. |