what is MSE in newrb

조회 수: 3 (최근 30일)
FIR
FIR 2013년 1월 9일
I have a code for new rb
A=rand(64,2);
Tc=[ones(64,1) 2*ones(64,1)];
D=newrb(A,Tc);
E=A(:,2);
Y=sim(D,E)
NEWRB, neurons = 0, MSE = 0.25
i get output as 2(64x1),but what that MSE means,please tell
and i have been asked to take 40 datas(40x2) for training nd rest for testing,if i perform i get error
Error using ==> network.sim at 178 Inputs are incorrectly sized for network. Matrix must have 64 rows.
so please can anyone tell what command must be used
  댓글 수: 3
FIR
FIR 2013년 1월 9일
OK BUT in my output i get ass value as 2,but why i get MSE as 0.25
José-Luis
José-Luis 2013년 1월 10일
MEAN squared error

댓글을 달려면 로그인하십시오.

답변 (1개)

DHARMRAJ PRASAD
DHARMRAJ PRASAD 2013년 4월 10일
use, for any network m=mse(name_of_network,output_of _network,target_of_network)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by