September 2017
Beginner to intermediate
270 pages
5h 53m
English
Data scaling or normalization is a process of making model data in a standard format so that the training is improved, accurate, and faster. The method of scaling data in neural networks is similar to data normalization in any machine learning problem.
Some simple methods of data normalization are listed here:
Here, X is the value of the data element, μ is the mean, and σ is the standard deviation. ...