Loading ...

Normalization Formulas For Neural Networks

Hello everybody,

today I want to write a short note about normalization for neural networks. 

So, first goes formula how to normalize input in range [0, 1] ( taken from stackexchange here ): 

range_0_1.png

Another good for me example is going below ( taken from mathworks here ):

p = [4 4 3 3 4;            
     2 1 2 1 1;
     2 2 2 4 2];
a = min(p(:));
b = max(p(:));
ra = 0.9;
rb = 0.1;
pa = (((ra-rb) * (p - a)) / (b - a)) + rb;

In this example ra stands for maximum value of range, rb stands for minimum value of range that we want to make. 

Just as normalization ensures your neural networks perform optimally, customizing Acumatica can fine-tune your business processes to achieve peak efficiency. If you’re ready to transform your Acumatica experience with tailored solutions, leave us a customization request today! Let’s work together to scale your operations to new heights.