- Hands-On Deep Learning for Games
- Micheal Lanham
- 230字
- 2021-06-24 15:47:55
Training neural networks with backpropagation
Calculating the activation of a neuron, the forward part, or what we call feed-forward propagation, is quite straightforward to process. The complexity we encounter now is training the errors back through the network. When we train the network now, we start at the last output layer and determine the total error, just as we did with a single perceptron, but now we need to sum up all errors across the output layer. Then we need to use this value to backpropagate the error back through the network, updating each of the weights based on their contribution to the total error. Understanding the contribution of a single weight in a network with thousands or millions of weights could be quite complicated, except thankfully for the help of differentiation and the chain rule. Before we get to the complicated math, we first need to discuss the Cost function and how we calculate errors in the next section.
- Test-Driven Development with Mockito
- Mastering Ninject for Dependency Injection
- MySQL從入門到精通(第3版)
- Learning JavaScriptMVC
- 數據結構與算法(C語言版)
- UDK iOS Game Development Beginner's Guide
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- Hadoop大數據實戰權威指南(第2版)
- 智能數據時代:企業大數據戰略與實戰
- Starling Game Development Essentials
- gnuplot Cookbook
- SQL Server 2012數據庫管理教程
- 貫通SQL Server 2008數據庫系統開發
- 數據庫與數據處理:Access 2010實現
- Spring Boot 2.0 Cookbook(Second Edition)