Skip to content

Commit b8fd12e

Browse files
committed
missing minus p344; mlp img fix, jozef errata
1 parent 5d42781 commit b8fd12e

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

code/ch12/images/12_02.png

264 KB
Loading

docs/equations/pymle-equations.pdf

13 Bytes
Binary file not shown.

docs/equations/pymle-equations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ \subsection{Single-layer neural network recap}
19201920
$\mathbf{w}$ as follows:
19211921

19221922
\[
1923-
\frac{\partial}{\partial w_j} J(\mathbf{w}) = \sum_i \big( y^{(i)} - a^{(i)} \big) x_{j}^{(i)}
1923+
\frac{\partial}{\partial w_j} J(\mathbf{w}) = - \sum_i \big( y^{(i)} - a^{(i)} \big) x_{j}^{(i)}
19241924
\]
19251925

19261926
Here $y^{(i)}$ is the target class label of a particular sample $x^{(i)}$ , and $a^{(i)}$ is the \textit{activation} of the neuron, which is a linear function in the special case of Adaline. Furthermore, we defined the \textit{activation function} $\phi(\cdot)$ as follows:

docs/errata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I would be happy if you just write me a short [mail](mailto:mail@sebastianraschk
2424

2525
## Donations
2626

27-
- Current amount for the next donation: $12.00
27+
- Current amount for the next donation: $17.00
2828
- Amount donated to charity:
2929
- [$39.00 2016-04-07](./2016-04-07-unicef.pdf)
3030
- [$76.00 2016-03-03](./2016-03-03-unicef.pdf)
@@ -37,6 +37,7 @@ I would be happy if you just write me a short [mail](mailto:mail@sebastianraschk
3737
2. Christopher Galpin ($8.00)
3838
18. David C. ($6.00)
3939
2. Edgar C. ($5.00)
40+
27. Jozef Genzor ($5.00)
4041
3. S.R. ($4.00)
4142
3. Will P. ($4.00)
4243
3. Ignacio A. ($4.00)
@@ -65,6 +66,7 @@ I would be happy if you just write me a short [mail](mailto:mail@sebastianraschk
6566
25. Neeraj K. ($1.00)
6667
26. Attila B. ($1.00)
6768

69+
6870
...
6971

7072
# Errata

0 commit comments

Comments
 (0)