摘要: Neural NetworksThe ‘one learning algorithm’ hypothesisNeuron-rewiring experimentsModel RepresentationDefineSigmoid(logistic) activation functionbias unit input layeroutput layerhidden layer\(a_i^{(j)}... 阅读全文
posted @ 2019-06-02 19:09 筱陌 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Regularization for Linear Regression and Logistic Regression Define Addressing over-fitting Manually select which features to keep. Model selection al 阅读全文
posted @ 2019-06-02 19:07 筱陌 阅读(109) 评论(0) 推荐(0) 编辑
摘要: h(x)\[\begin{align*}h_\theta(x) =\begin{bmatrix}\theta_0 \hspace{2em} \theta_1 \hspace{2em} ... \hspace{2em} \theta_n\end{bmatrix}\begin{bmatrix}x_0 \newline x_1 \newline \vdots \newline x_n\end{bmatr... 阅读全文
posted @ 2019-06-02 19:06 筱陌 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Binary ClassificationDefineSigmoid Function Logistic Function\[ h_\theta(x) = g(\theta^Tx) \]\[ z = \theta^Tx \]\[ 0 \theta^Tx = 0\)Cost Function\[J(\theta) = \dfrac{1}{m} \sum_{i=1}^m \mathrm{Cost}(... 阅读全文
posted @ 2019-06-02 19:06 筱陌 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Symbols:m = Number of training examplesx’s = “input” variable /featuresy’s = “output” variable / “target” variaable(x, y) = one training example\((x^{(i)}, y^{(i)})\) = \(i_{th}\) training exampleh(x)... 阅读全文
posted @ 2019-06-02 19:05 筱陌 阅读(129) 评论(0) 推荐(0) 编辑