Skip to content

Commit

Permalink
Update 3_neural_networks_tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
freesinger authored Mar 18, 2019
1 parent 564a2e9 commit 276e262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter1/3_neural_networks_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"2. 在数据集上迭代; \n",
"3. 通过神经网络处理输入; \n",
"4. 计算损失(输出结果和正确值的差值大小);\n",
"5. 将梯度反向传播会网络的参数\n",
"5. 将梯度反向传播回网络的参数\n",
"6. 更新网络的参数,主要使用如下简单的更新原则: \n",
"``weight = weight - learning_rate * gradient``\n",
"\n",
Expand Down

0 comments on commit 276e262

Please sign in to comment.