Machine Learning: Difference between revisions

No edit summary
Line 23: Line 23:
;Notes
;Notes
* If our model is <math>g(\theta^Tx^{(i)})</math> where <math>g(x)</math> is the sigmoid function <math>\frac{e^x}{1+e^x}</math> then this is convex
* If our model is <math>g(\theta^Tx^{(i)})</math> where <math>g(x)</math> is the sigmoid function <math>\frac{e^x}{1+e^x}</math> then this is convex
{{hidden | Proof |
<!-- {{hidden | Proof |
<math>
<math>
\begin{aligned}
\begin{aligned}
Line 36: Line 36:
</math><br>
</math><br>
which is a PSD matrix
which is a PSD matrix
}}
}} -->


===Hinge Loss===
===Hinge Loss===