Neural Network
The server’s previous technical issues have caused the loss of images and data.
基础的神经单元
参数 | 功能 |
---|---|
$x_i$ | 输入的n维度的向量 |
$w_i$ | 加权的系数 |
$b$ | 偏置 |
$z$ | $\Sigma_{i=1}^{n} w_ix_i+b$ 的值 |
$h(z)$ | 经过激活函数得到的一个范围在0-1之间的数 |
$a$ | 作为输入向量x传给下一个神经元 |
The server’s previous technical issues have caused the loss of images and data.
参数 | 功能 |
---|---|
$x_i$ | 输入的n维度的向量 |
$w_i$ | 加权的系数 |
$b$ | 偏置 |
$z$ | $\Sigma_{i=1}^{n} w_ix_i+b$ 的值 |
$h(z)$ | 经过激活函数得到的一个范围在0-1之间的数 |
$a$ | 作为输入向量x传给下一个神经元 |