November 2019
Intermediate to advanced
304 pages
8h 40m
English
Output layer design requires an understanding of the expected output. We have CSV data as input, and the output layer relies on the number of labels in the dataset. Output layers are the place where the actual prediction is formed based on the learning process that happened in the hidden layers.
In this recipe, we will design output layers for the neural network.
Read now
Unlock full access