Backpropagation of Machine Learning
Last updated on:2 years ago
Backpropagation is a rather basic concept of machine learning. I want to write a concise review here.
Classes review version
Andrew NG
$a^{(i)}$ is output, $z^{(i)}\ \text{or}\ x$ is input, $\theta ^{( i )}$ is weight, $g(x)$ is activation function.
Compute the delta terms for the earlier layer.
Training a neural network steps
Reference
[1] Backpropagation
[2] Andrew NG, Machine learning
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!