필터 지우기
필터 지우기

NFTOOL with multiple inputs and multiple output problem

조회 수: 8 (최근 30일)
IamManny
IamManny 2021년 6월 28일
답변: Vineet Joshi 2021년 8월 30일
Hello Everyone.
I am developing a feedforward neural network with MATLAB NFTOOL BOX. The model has 9 inputs and 4 outputs. The issue is, I would love to get the individual graphs, R values and MSE of each output. But I noticed only four graphs representing the training, validation, testing and all data are provided. Also, just a single MSE and R value is provided.
My question is, how can I derive the graphs, R values and MSE of each of the 4 outputs?
Thanks

답변 (1개)

Vineet Joshi
Vineet Joshi 2021년 8월 30일
Hi
The nftool GUI only gives the overall performance metric (MSE, R Value) at the end which can be used to judge the fitting of the network.
If you want more custom output you can use the tool from the Command Line.
The best way to do this is use the GUI to to set up your network and other parameters and then use the Save Script option to generate the script. The following link will help you in this.
Once you have the script, you can use the outputs to generate the required graphs.
Hope this helps.

카테고리

Help CenterFile Exchange에서 Model Predictive Control Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by