MATLAB: Error in NMSE = MSE/MSE00 matrix dimensions don’t match

Deep Learning Toolboxmseneural network

Hi all
In case the target and input have multiple rows , meaning , more than one input and target , calculating the MSE , I get one single number , and for MSE00 , I have a 3 *1 matrix , since I have 8 inputs and 3 Targets
how to solve it ?

Best Answer

Apparently, you used the wrong equation. Both MSE and MSE00 are scalars.
Search
greg MSE00