径向基函数网络

Posted larry-xia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了径向基函数网络相关的知识,希望对你有一定的参考价值。

介绍

径向基函数网络(Radial Basis Function,RBF)是由三层构成的前向网络:第一层为输入层,节点数等于输入的维数;第二层为隐含层,节点个数视问题复杂度而定;第三层为输出层,节点数等于输出数据的维度。RBF的隐含层是非线性的,采用径向基函数作为基函数,从而将输入向量空间转换到隐含层空间,使原来的线性不可分问题变为线性可分,输出层则是线性的。

径向基神经网络可以分为正则化网络和广义网络,在实践中被广泛应用的是广义网络。

 径向基函数

radial basis function (RBF) is a real-valued function whose value depends only on the distance from the origin, so that技术分享图片; or alternatively on the distance from some other point 技术分享图片, called a center, so that 技术分享图片.

Any function 技术分享图片 that satisfies the property 技术分享图片 is a radial function. The norm is usually Euclidean distance, although other distance functions are also possible.

 

以上是关于径向基函数网络的主要内容,如果未能解决你的问题,请参考以下文章

GRNN神经网络(Matlab)

RBF(径向基)神经网络

径向基神经网络初学

径向基函数的应用神经网络六

径向基函数的应用神经网络六

人工神经网络——径向基函数(RBF)神经网络