nprod.m version 1.3
No License
A replacement for the transfer function normprod.m in the MATLAB NN toolbox. With this transfer function, the NaNs in the simulation of RBF neural networks can be avoided.
The function can handly zeros, and positive and negative infinite values in the weight vector. Also combinations of positive and negative infinities are. allowed. Formula is (#Inf*max(t)+#-Inf*min(t))/(#Inf+#Inf) where t is the vector to weigh and #Inf resp. #-Inf are the number of positive respective negative weights. If there are no mixed Infs and -Infs then the value is calculated by the limit (i.e. for 0, Inf, -Inf)
Cite As
Christian Kotz (2026). nprod.m version 1.3 (https://www.mathworks.com/matlabcentral/fileexchange/1528-nprod-m-version-1-3), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Deep Learning Toolbox > Train Deep Neural Networks > Function Approximation, Clustering, and Control > Function Approximation and Clustering > Define Shallow Neural Network Architectures >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
