Poprawki do wykładu 8

This commit is contained in:
Paweł Skórzewski 2021-04-28 07:44:48 +02:00
parent 33896eacba
commit deb97e8664
2 changed files with 33 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -775,7 +775,7 @@
}
},
"source": [
"### Sieć neuronowa jednokierunkowa (_feedforward_)\n",
"### Sieć neuronowa jednokierunkowa (*feedforward*)\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",
"$$a^{(l)} = g^{(l)}\\left( a^{(l-1)} \\Theta^{(l)} + \\beta^{(l)} \\right). $$"