摘要:
CS229 笔记04 Logistic Regression Newton's Method 根据之前的讨论,在Logistic Regression中的一些符号有: $$ \begin{eqnarray } P(y=1|x;\Theta)&=&h_\Theta(x)=\frac{1}{1+e^{ 阅读全文
摘要:
CS229 笔记03 局部加权线性回归 Non Parametric Learning Algorithm (非参数学习方法) Number of parameters grows with the size of sample. (参数的数目随着样本的数目增加而增加。) Locally Weigh 阅读全文