登录
首页 » AI-NN-PR » In this paper, we designed a 3

In this paper, we designed a 3

于 2022-11-25 发布 文件大小:162.51 kB
0 256
下载积分: 2 下载次数: 1

代码说明:

文中设计了一个3层径向基神经网络(RBFN)用于对企业的5项评价指标进行聚类分析,并与蚁群算法做了比较分析。RBFN由输入层 到隐含层采用传统的K一均值算法,隐含层到输出层通过“模2递减”学习速率的BP学习;蚁群算法根据信息素的分配能够自动调整收索 路径,从而达到数据自动聚类的目的。结果表明,与蚁群算法相比,改进RBFN具有快速收敛、自动识别奇异样本的优点,而蚁群算法 无须教师学习,并能够达到全局最优。-In this paper, we designed a 3-layer RBF neural network (RBFN) for the 5-to-business evaluation indicators cluster analysis and ant colony algorithm has done a comparative analysis. RBFN from input layer to hidden layer using the traditional K-means algorithm, hidden layer to output layer through the Mode 2 decreasing learning rate of BP learning ant colony algorithm based on pheromone can automatically adjust the allocation of land Faso path, thereby to achieve the purpose of automatic data clustering. The results showed that compared with the ant colony algorithm to improve the RBFN has a fast convergence, automatic identification of singular advantage of the sample, while the ant colony algorithm do not need teachers to learn and be able to reach the global optimum.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BLDC建模及神经网络控制,建模讲述的很详细,难得的论文。
    BLDC建模及神经网络控制,建模讲述的很详细,难得的论文。-BLDC modeling and neural network control, modeling, described in great detail, rare papers.
    2022-01-26 03:54:45下载
    积分:1
  • 数据集的识别,可以用作实验的分类…
    识别数据集,可以用来作为,分类的实验数据.类别:模式识别-Identification of data sets, can be used as, the classification of experimental data. Category: Pattern Recognition
    2022-02-14 19:52:32下载
    积分:1
  • 关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。...
    关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。-association rules of frequent item sets genmax generation algorithm, and the Linux compiler running under windows, it may not be easy to understand.
    2022-01-25 17:12:14下载
    积分:1
  • 单层线性神经网络实例
    单层线性神经网络实例-single example of linear neural network
    2022-04-21 18:39:24下载
    积分:1
  • Classical decision tree classification algorithm ID3 and C4.5 code public packet...
    决策树分类中经典算法的ID3和C4.5代码公共包!-Classical decision tree classification algorithm ID3 and C4.5 code public packet!
    2023-08-27 03:10:04下载
    积分:1
  • 图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。...
    图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
    2022-08-23 19:55:51下载
    积分:1
  • 蚁群算法及其在旅行商中的应用。一个非常好的论文。
    蚁群算法及其在TSP中的应用。一篇很好的论文。-Ant colony algorithm and its application in the TSP. A very good paper.
    2022-06-29 02:49:48下载
    积分:1
  • C language can be used to develop a variety of neural networks : BP, RBF, HOP ~...
    可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author"s ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
    2022-04-01 17:33:50下载
    积分:1
  • C development based on the three hidden layer neural network, the output weights...
    基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一隐层至输入层的权值调整、第一隐层阈值调整计算子程序;12)N个样本的全局误差计算子程序。-C development based on the three hidden layer neural network, the output weights, threshold documents, training sample documents, for the following functions : a) initialization, the threshold subroutine; 2) m learning samples imported subroutine; 3) m samples teachers signal Subroutine ; 4) hidden layer of the module input and output value subroutine; 5) the output layer of the module input and output value subroutine; 6) the output layer to the hidden layer subroutine error of generalization; 7) hidden layer to the input layer subroutine error of generalization; 8) the output layer to the third hidden layer Weight adjustment, the output layer threshold adjustment routines; 9) 3rd hidden layer t
    2022-07-11 04:13:40下载
    积分:1
  • 改进遗传算法程序
    改进遗传算法程序-improved genetic algorithm program
    2022-02-05 06:30:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载