Data Normalization function

Version 1.0.0 (1,29 ko) par Kannapiran B
This M-file contains MATLAB code for data normalization function in order to normalize any form of physical variable which are analog nature
90 téléchargements
Mise à jour 27 jan. 2022

Afficher la licence

This M-file contains MATLAB code for data normalization function, considering the real time systems will give the output variables(data) in the form of analog and these variables(data) are directly fed to the network as training patterns, higher valued input variables may tend to suppress the influence of smaller ones. Also, these data are directly applied to the network, there is a risk of the simulated neurons reaching the saturated conditions. If the neurons get saturated, then the changes in the input value will produce a very small change or no change in the output value. This affects the network training to a great extent. So the data are normalized before being presented to the neural network such that ANN will give equal priority to all the inputs. Data normalization compresses the range of training data between 0 and 1 or -1 to +1 depending on the type of transfer function.

Citation pour cette source

Kannapiran B (2024). Data Normalization function (https://www.mathworks.com/matlabcentral/fileexchange/105820-data-normalization-function), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2021b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0