September 2017
Beginner to intermediate
304 pages
7h 2m
English
Chapter 8, Neural Networks and Deep Learning, included an example of a neural network built from scratch in Go. This neural network included an implementation of the backpropagation method to train neural networks, which can be found in almost any neural network code. We discussed some details in that chapter. However, this method is utilized so often that we wanted to go through it step by step here.
To train a neural network with backpropagation, we do the following for each of a series of epochs:
Read now
Unlock full access