Poprawki do wykładu 8
This commit is contained in:
parent
33896eacba
commit
deb97e8664
File diff suppressed because one or more lines are too long
@ -775,7 +775,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"### Sieć neuronowa jednokierunkowa (_feedforward_)\n",
|
"### Sieć neuronowa jednokierunkowa (*feedforward*)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* Mając daną $n$-warstwową sieć neuronową oraz jej parametry $\\Theta^{(1)}, \\ldots, \\Theta^{(L)} $ oraz $\\beta^{(1)}, \\ldots, \\beta^{(L)} $ liczymy:<br/><br/> \n",
|
"* Mając daną $n$-warstwową sieć neuronową oraz jej parametry $\\Theta^{(1)}, \\ldots, \\Theta^{(L)} $ oraz $\\beta^{(1)}, \\ldots, \\beta^{(L)} $ liczymy:<br/><br/> \n",
|
||||||
"$$a^{(l)} = g^{(l)}\\left( a^{(l-1)} \\Theta^{(l)} + \\beta^{(l)} \\right). $$"
|
"$$a^{(l)} = g^{(l)}\\left( a^{(l-1)} \\Theta^{(l)} + \\beta^{(l)} \\right). $$"
|
||||||
|
Loading…
Reference in New Issue
Block a user