Skip to content

Commit 94e60e2

Browse files
committed
move large pdfs external
1 parent 50e6531 commit 94e60e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

code/ch13/ch13.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
"\n",
880880
"def softmax_activation(X, w):\n",
881881
" z = net_input(X, w)\n",
882-
" return sigmoid(z)"
882+
" return softmax(z)"
883883
]
884884
},
885885
{
@@ -1524,7 +1524,7 @@
15241524
"name": "python",
15251525
"nbconvert_exporter": "python",
15261526
"pygments_lexer": "ipython3",
1527-
"version": "3.4.3"
1527+
"version": "3.5.0"
15281528
}
15291529
},
15301530
"nbformat": 4,

docs/errata.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ I would be happy if you just write me a short [mail](mailto:mail@sebastianraschk
1111

1212
## Donations
1313

14-
- Current amount for the next donation: $56.00
14+
- Current amount for the next donation: $58.00
1515
- Amount donated to charity: $0.00
1616

1717
## Leaderboard
1818

19-
1. Ryan S. ($21.00)
19+
1. Ryan S. ($23.00)
2020
2. Christopher Galpin ($8.00)
2121
2. Edgar C. ($4.00)
2222
3. S.R. ($4.00)

0 commit comments

Comments
 (0)