资源简介
基于k-均值的RBF神经网络实现,matlab程序,基于k均值找到聚类中心,最小二乘法计算隐含层与输出层之间的权值。
代码片段和文件信息
function output=unnomal(inputreferencestrength)
%this function is designed for un-normalizing the data set.
%input the data which will be un-normalized.
%reference the reference of unnormalizing
%strength the desired max of the data
%if there is only one argument the strength is equal to 1.
%
%
%
%
%edit by bruce June 8 2006
%
%%%%%%%%%%%%%%%%%%%%%%%%
if nargin<3
strength=1;
end
if nargin<2
error(‘missing a argument‘);
end
output=mean(reference)+(max(reference)-min(reference))*input/strength;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 660 2010-08-29 15:34 基于K均值聚类的RBF神经网络\GaussRadialBasisFunction.m.txt
文件 457 2010-08-29 15:35 基于K均值聚类的RBF神经网络\normalize.m.txt
文件 3157 2010-08-29 15:35 基于K均值聚类的RBF神经网络\simplerbf.m.txt
文件 586 2010-08-29 15:36 基于K均值聚类的RBF神经网络\unnomal.m.txt
目录 0 2017-12-29 22:09 基于K均值聚类的RBF神经网络
文件 586 2010-08-29 15:36 基于K均值聚类的RBF神经网络\unnomal.m
----------- --------- ---------- ----- ----
5446 6
相关资源
- RBF神经网络的训练 MATLAB源程序代码
- 基于s函数的RBF网络自适应pid控制器
- 机械手的rbf自适应控制建模与matlab程
- rbf神经网络的建模与matlab程序与simu
- PSO 优化径向基神经网络参数
- Matlab可用于电力系统短期负荷预测的
- Matlab遗传算法优化RBF网络权值-遗传算
- 基于改进RBF的Q算法路径规划仿真MAT
- RBF and svm matlab code matlab回归预测的源
- 几十个常见的MATLAB程序
- GA-RBF
- RBF_Matlab_code 径向基函数的matlab 代码程
- RBF-shenjingwangluoyuce RBF神经网络预测控
- RBF-shenjingwangluohundunyuce RBF神经网络混
- GA_RBF
- PSObpPpsorbf 粒子群优化神经网络的程序
- GA-RBF 自适应遗传算法优化RBF神经网络
- PSO-RBF-wonderful
- RBF-NEURAL-CONTROOL
- rbf源代码的MATLAB实现
- FCMKFCM图像分割系统
- RBF神经网络神经网络故障诊断和数据
- 粒子群算法优化RBF网络
- RBF预测模型
- RBF简单实现
- matlab实现PSO优化RBF神经网络的问题-
- Matlab用RBF神经网络优化PID控制器-用
- RBF神经网络matlab代码
- RBF神经网络算法_Matlab实现
- RBF神经网络控制设计、分析及Matlab仿
评论
共有 条评论