November 2019
Intermediate to advanced
304 pages
8h 40m
English
Preprocessors normally have default range limits from 0 to 1. If you don't apply normalization to a dataset with a wide range of numeric values (when feature values that are too low and too high are present), then the neural network will tend to favor the feature values that have high numeric values. Hence, the accuracy of the neural network could be significantly reduced.
If values are spread across symmetric intervals such as (0,1), then all the feature values are considered equivalent during training. Hence, it also has an impact on the neural network's generalization.
The following are the preprocessors that are provided by ND4J: