文件名称:loo
介绍说明--下载内容均来自于网络,请自行研究使用
The leave-one-out cross-validation scheme is a method for estimating
% the average generalization error. When calling
% [Eloo,H] = loo(NetDef,W1,W2,PHI,Y,trparms) with trparms(1)>0, the network
% will be retrained a maximum of trparms(1) iterations for each input-output
% pair in the data set, starting from the initial weights (W1,W2). If
% trparms(1)=0 an approximation to the loo-estimate based on "linear
% unlearning" is produced. This is in general less accurate, but is much
% faster to calculate.-The leave-one-out cross-validation scheme is a method for estimating the average generalization error. When calling [Eloo, H] = loo (NetDef, W1, W2, PHI, Y, trparms) with trparms (1)> 0, the network will be retrained a maximum of trparms (1) iterations for each input-output pair in the data set, starting from the initial weights (W1, W2). If trparms (1) = 0 an approximation to the loo-estimate based on linear unlearning is produced. This is in general less accurate, but is much faster to calculate.
% the average generalization error. When calling
% [Eloo,H] = loo(NetDef,W1,W2,PHI,Y,trparms) with trparms(1)>0, the network
% will be retrained a maximum of trparms(1) iterations for each input-output
% pair in the data set, starting from the initial weights (W1,W2). If
% trparms(1)=0 an approximation to the loo-estimate based on "linear
% unlearning" is produced. This is in general less accurate, but is much
% faster to calculate.-The leave-one-out cross-validation scheme is a method for estimating the average generalization error. When calling [Eloo, H] = loo (NetDef, W1, W2, PHI, Y, trparms) with trparms (1)> 0, the network will be retrained a maximum of trparms (1) iterations for each input-output pair in the data set, starting from the initial weights (W1, W2). If trparms (1) = 0 an approximation to the loo-estimate based on linear unlearning is produced. This is in general less accurate, but is much faster to calculate.
相关搜索: cross
validation
loo
leave-one-o
network
cross
validation
average
error
leave
one
out
maximum
cross-correlation
leave
one
validation
loo
leave-one-o
network
cross
validation
average
error
leave
one
out
maximum
cross-correlation
leave
one
(系统自动生成,下载前可以参看下载内容)
下载文件列表
loo.m