For which target variable are results plotted?

조회 수: 2 (최근 30일)
Ferhat Kurtulmus
Ferhat Kurtulmus 2021년 3월 11일
댓글: Ferhat Kurtulmus 2021년 3월 16일
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.

채택된 답변

Deepak Meena
Deepak Meena 2021년 3월 16일
Hi Ferhat ,
Yes if you have two output varibales , then the MSE will be
MSE = (|op1 - targ1|^2 + |op2 - targ2|^2 ) / 2

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Exploration and Visualization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by