March 2018
Beginner
274 pages
6h 1m
English
The best way to learn something is to do it, so in this section, we will write a simple neural network that we'll then train to perform various tasks. This network will have a set number of layers—input, hidden, and output—but we will allow for a number of neurons to be set in each layer. We will write this code in Unity so that we can use it in Chapter 10, Mixing in Mixed Reality.
For this example, ...
Read now
Unlock full access