RBF(径向基神经网络)我要分享

RBF (radial basis function neural network)

RBF 径向基神经网络

关注次数: 353

下载次数: 2

文件大小: 7KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值


English Description:

RBF (radial basis function neural network) network is an important neural network. The training of RBF network is divided into two steps. The first step is to obtain the initial weight through clustering algorithm, and the second step is to train the weight of the network according to the training data


代码预览

RBF-k均值聚类

.............\data.xls

.............\kmean.asv

.............\kmean.m

.............\rbf.asv

.............\rbf.m