文件名称:fpe
介绍说明--下载内容均来自于网络,请自行研究使用
This function calculates Akaike s final prediction error
% estimate of the average generalization error.
%
% [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the
% final prediction error estimate (fpe), the effective number of
% weights in the network if the network has been trained with
% weight decay, an estimate of the noise variance, and the Gauss-Newton
% Hessian.
%-This function calculates Akaike s final prediction error estimate of the average generalization error. [FPE, deff, varest, H] = fpe (NetDef, W1, W2, PHI, Y, trparms) produces the final prediction error estimate ( fpe), the effective number of weights in the network if the network has been trained with weight decay, an estimate of the noise variance, and the Gauss-Newton Hessian.
% estimate of the average generalization error.
%
% [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the
% final prediction error estimate (fpe), the effective number of
% weights in the network if the network has been trained with
% weight decay, an estimate of the noise variance, and the Gauss-Newton
% Hessian.
%-This function calculates Akaike s final prediction error estimate of the average generalization error. [FPE, deff, varest, H] = fpe (NetDef, W1, W2, PHI, Y, trparms) produces the final prediction error estimate ( fpe), the effective number of weights in the network if the network has been trained with weight decay, an estimate of the noise variance, and the Gauss-Newton Hessian.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fpe.m