Filter löschen
Filter löschen

For which target variable are results plotted?

1 Ansicht (letzte 30 Tage)
Ferhat Kurtulmus
Ferhat Kurtulmus am 11 Mär. 2021
Kommentiert: Ferhat Kurtulmus am 16 Mär. 2021
I am using nntrainingtool for training a nn model. I have 2 scalar target variables, just name them O2 and CO2. Say, I have a network structure of 4-10-2. And, there are several plotting buttons in the dialog window, namely, Performance, Error Histogram, and Regression. I guess (maybe I am wrong) those are plotted based on the averaged values of errors of those two variables. But I want to be sure.
Thanks in advance.

Akzeptierte Antwort

Deepak Meena
Deepak Meena am 16 Mär. 2021
Hi Ferhat ,
Yes if you have two output varibales , then the MSE will be
MSE = (|op1 - targ1|^2 + |op2 - targ2|^2 ) / 2

Weitere Antworten (0)

Kategorien

Mehr zu Polar Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by