Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for Stanford CS229 Machine Learning now.

Stanford CS229 Machine Learning

Open Ended Class

Creator: srj02

Status: Under Construction

Join this class!

Did anyone get #2 in the 2nd problem set

I'm looking at the answers & I guess it makes sense, but I can't see how I could have arrived at that.

Thrice
2 years ago

Reply


Hi Thrice, yes I got the solution, it took me a while.

My solution is equivalent, basically I update phi(x^(i+1))'theta^(i)

Where ^ is used to denote the index obviously, not "raised to the power of".

If you think about it, the RHS will be computable too.

Just try to get everything into a computable form, ie. get thetas and phis always as part as inner products between themselves.

Let me know if that was helpful, I'll be happy to help more if necessary.

srj02
2 years ago

Reply

* Markdown Cheatsheet:

Link:
[clickable text](http://www.example.com)

New Paragraph:
Hit enter twice

Main heading:
# Main Heading Text

Sub-heading:
## Sub-heading Text

List:
* item 1
* item 2
* item 3

Italics:
*italicized text*

Bold:
**bold text**

YouTube:
URL (http://www.youtube.com/watch?v=Ui4AYPcRkYE) turns into embed code

Full Markdown reference