.NeuralNetwork.Examples.RadialBasisNeuralNetwork

Information

This model show an example of a RadialBasis NeuralNetwork created with the Neural Network library. A Radial Basis Neural Network is composed by a layer of neurons which adopts the RadBas activation function and a layer of newrons which perform a purelin transformation.

This example is made using a MatLab Radial Basis demo: demorb1. Calling the demo file a new Radial Basis Network (net) is created and trained. The detail about the network created can be see exploring the network object created by matlab. Which is important for our example are these informations:

In this example the parameters of the network are specified using two different way:

The model is simulated on the same data used by demorb1 to test the network created; this can be done creating the file testData_RadialBasisNN using this commands:

Release Notes:


Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos