文件名称:nnfpe
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This function calculates Akaike s final prediction error
% estimate of the average generalization error for network
% models generated by NNARX, NNOE, NNARMAX1+2, or their recursive
% counterparts.
%
% [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat)
% produces the final prediction error estimate (fpe), the effective number
% of weights in the network if it 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 for network models generated by NNARX, NNOE, NNARMAX1+ 2, or their recursive counterparts. [FPE, deff, varest, H] = nnfpe (method , NetDef, W1, W2, U, Y, NN, trparms, skip, Chat) produces the final prediction error estimate (fpe), the effective number of weights in the network if it has been trained with weight decay, an estimate of the noise variance, and the Gauss-Newton Hessian.
% estimate of the average generalization error for network
% models generated by NNARX, NNOE, NNARMAX1+2, or their recursive
% counterparts.
%
% [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat)
% produces the final prediction error estimate (fpe), the effective number
% of weights in the network if it 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 for network models generated by NNARX, NNOE, NNARMAX1+ 2, or their recursive counterparts. [FPE, deff, varest, H] = nnfpe (method , NetDef, W1, W2, U, Y, NN, trparms, skip, Chat) produces the final prediction error estimate (fpe), the effective number of weights in the network if it has been trained with weight decay, an estimate of the noise variance, and the Gauss-Newton Hessian.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
nnfpe.m