码迷,mamicode.com
首页 > 其他好文 > 详细

径向基函数网络

时间:2018-07-01 20:27:03      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:href   wiki   18C   ack   property   enter   技术分享   origin   fun   

介绍

径向基函数网络(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.

 

径向基函数网络

标签:href   wiki   18C   ack   property   enter   技术分享   origin   fun   

原文地址:https://www.cnblogs.com/larry-xia/p/9251044.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!