摘要:
A quick overview of neural network of Andrew Ng 图1.简单的概览 \[ 对于[1],我们有\\ \rightarrow z^{[1]}=W^{[1]}x+b^{[1]} \rightarrow a^{[1]}=\sigma(z^{[1]})\\ 对于[ 阅读全文
posted @ 2022-03-29 23:41
Link_kingdom
阅读(38)
评论(0)
推荐(0)
摘要:
Explanation of logistic regression cost function \[ \begin{array}{c} \hat{y} = \sigma(w^Tx+b)\quad where\;\sigma(z) = \frac{1}{1+e^{-z}}\\ interpret \ 阅读全文
posted @ 2022-03-29 21:49
Link_kingdom
阅读(28)
评论(0)
推荐(0)