文件名称:rbf
- 所属分类:
- matlab例程
- 资源属性:
- 上传时间:
- 2020-05-23
- 文件大小:
- 2.45mb
- 下载次数:
- 0次
- 提 供 者:
- shunz*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
RBF网络能够逼近任意的非线性函数,可以处理系统内的难以解析的规律性,具有良好的泛化能力,并有很快的学习收敛速度,已成功应用于非线性函数逼近、时间序列分析、数据分类、模式识别、信息处理、图像处理、系统建模、控制和故障诊断等。
简单说明一下为什么RBF网络学习收敛得比较快。当网络的一个或多个可调参数(权值或阈值)对任何一个输出都有影响时,这样的网络称为全局逼近网络。由于对于每次输入,网络上的每一个权值都要调整,从而导致全局逼近网络的学习速度很慢。BP网络就是一个典型的例子。(RBF network can approximate arbitrary non-linear functions, can deal with the laws that are difficult to analyse in the system, has good generalization ability, and has very fast learning.
The convergence rate has been successfully applied to non-linear function approximation, time series analysis, data classification, pattern recognition, information processing, image processing and system construction.
Modeling, control and fault diagnosis.
Simply explain why RBF network learning converges faster. When one or more adjustable parameters (weights or thresholds) of the network are applied to any output
When there is an impact, such a network is called a global approximation network. For each input, each weight on the network has to be adjusted, which leads to global approximation.
The learning speed of the network is very slow. BP network is a typical example.
If only a few connection weights affect the output for a local area of the input space,)
简单说明一下为什么RBF网络学习收敛得比较快。当网络的一个或多个可调参数(权值或阈值)对任何一个输出都有影响时,这样的网络称为全局逼近网络。由于对于每次输入,网络上的每一个权值都要调整,从而导致全局逼近网络的学习速度很慢。BP网络就是一个典型的例子。(RBF network can approximate arbitrary non-linear functions, can deal with the laws that are difficult to analyse in the system, has good generalization ability, and has very fast learning.
The convergence rate has been successfully applied to non-linear function approximation, time series analysis, data classification, pattern recognition, information processing, image processing and system construction.
Modeling, control and fault diagnosis.
Simply explain why RBF network learning converges faster. When one or more adjustable parameters (weights or thresholds) of the network are applied to any output
When there is an impact, such a network is called a global approximation network. For each input, each weight on the network has to be adjusted, which leads to global approximation.
The learning speed of the network is very slow. BP network is a typical example.
If only a few connection weights affect the output for a local area of the input space,)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
RBF(径向基函数)神经网络 - guoyunlei的博客 - CSDN博客.pdf | 12668392 | 2019-04-08 |
learnRBF.m | 2482 | 2019-04-10 |