File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 879
879
"\n",
880
880
"def softmax_activation(X, w):\n",
881
881
" z = net_input(X, w)\n",
882
- " return sigmoid (z)"
882
+ " return softmax (z)"
883
883
]
884
884
},
885
885
{
1524
1524
"name": "python",
1525
1525
"nbconvert_exporter": "python",
1526
1526
"pygments_lexer": "ipython3",
1527
- "version": "3.4.3 "
1527
+ "version": "3.5.0 "
1528
1528
}
1529
1529
},
1530
1530
"nbformat": 4,
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ I would be happy if you just write me a short [mail](mailto:mail@sebastianraschk
11
11
12
12
## Donations
13
13
14
- - Current amount for the next donation: $56 .00
14
+ - Current amount for the next donation: $58 .00
15
15
- Amount donated to charity: $0.00
16
16
17
17
## Leaderboard
18
18
19
- 1 . Ryan S. ($21 .00)
19
+ 1 . Ryan S. ($23 .00)
20
20
2 . Christopher Galpin ($8.00)
21
21
2 . Edgar C. ($4.00)
22
22
3 . S.R. ($4.00)
You can’t perform that action at this time.
0 commit comments