.NeuralNetwork.Examples.FeedForwardNeuralNetwork

Information

This model show an example of a Feed-forward NeuralNetwork created with the Neural Network library. This is composed by two layer: the hidden one uses a TanSig activation function and the output one uses a PureLin activation function.

This example is made using the following MatLab commands:

These commands create and train a new FeedForward Neural Network (net), which takes in input x and y and them delayed. 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 the extractData.m MatLab script, located in Utilities folder.

The model is simulated on the same data used in MatLab so it is possible to test if the model gives the expected output.

Release Notes:


Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos