搜索资源列表
matlab-for-neural-network
- BPnet.m、GRNNnet、RBFnet分别为BP神经网络、GRNN神经网络、RBF神经网络用于预报模型的代码,其中给出预报的精度指标:合格率、确定性系数、均方根误差-BPnet.m, GRNNnet, RBFnet were BP neural network, GRNN neural network, RBF neural network for forecasting model code, which gives the prediction accuracy indicators:
DC计算
- 径流模拟精度评定中确定性系数DC的matlab计算代码(Matlab calculation code of deterministic coefficient DC in evaluation of runoff simulation accuracy)
LRSs
- 递归最小二乘(RLS)是一种自适应滤波算法,它可以递归地找到最小化加权线性最小二乘代价函数与输入信号相关的系数。这种方法与其他算法相比较,例如最小均方(LMS),旨在减少均方误差。在RLS的推导中,输入信号被认为是确定性的,而对于LMS和类似的算法,它们被认为是随机的。(Recursive least squares (RLS) is an adaptive filter algorithm that recursively finds the coefficients that minimiz