In a fitting problem, a neural network to map between a set of numeric inputs and a set of numeric targets is created. The Neural Fitting app helps us to select data, create and train the network, and evaluate its performance using mean square error and regression analysis. To start, we launch the app by simply typing the following command at the MATLAB prompt:
>> nftool
This is the welcome page of the Neural Fitting app:
The welcome page of the Neural Fitting app (Figure 7.19) introduces the topic by explaining what the application will be able ...