Neural networks work more efficiently when the inputs are normalized. This minimizes the magnitude of a particular input affecting the overall outcome over other potential inputs that have lower values of magnitude. This section will normalize the height and weight inputs of the current individuals.
Normalizing the input data for the neural network
Getting ready
The normalization of input values requires obtaining the mean and standard deviation of those values for the final calculation.
How to do it...
This section walks through the steps to normalize the height and weight...