登录
首页 » AI-NN-PR » C language can be used to develop a variety of neural networks : BP, RBF, HOP ~...

C language can be used to develop a variety of neural networks : BP, RBF, HOP ~...

于 2022-04-01 发布 文件大小:413.02 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

可以用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.

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

发表评论

0 个回复

  • This is a use of MATLAB to use a simple classification of the PCA implementation...
    这是一个利用MATLAB利用PCA实现的简单分类程序,对于模式识别的初学者学习PCA知识并进行仿真会有很大帮助,其中male.txt和female.txt是训练样本,test.txt是测试样本,分类效果非常好。-This is a use of MATLAB to use a simple classification of the PCA implementation process, the PCA pattern recognition study for beginners and simulation of knowledge would be of considerable help, and one of male.txt samples female.txt training, test.txt is the measurement, very good classification results.
    2022-07-18 08:33:05下载
    积分:1
  • 用遗传算法实现任务分配优化的源程序。
    用遗传算法实现任务分配优化的源程序。-genetic algorithm optimization task allocation of the source.
    2022-02-02 21:07:49下载
    积分:1
  • 关于鱼群算法的一个程序,希望对学习智能算法的朋友有所帮助。...
    关于鱼群算法的一个程序,希望对学习智能算法的朋友有所帮助。-Fish-swarm algorithm on a procedure, and they hope to learn from intelligent algorithm friend help.
    2022-03-25 02:49:26下载
    积分:1
  • 水木清华BBS精华区--人工智能 涉及了人工智能的多个方面问题...
    水木清华BBS精华区--人工智能 涉及了人工智能的多个方面问题-Shuimu Tsinghua BBS essence District-- AI Artificial Intelligence involves a number of aspects
    2023-03-20 20:25:03下载
    积分:1
  • 遗传算法遗传算法(遗传算法),在专家系统中…
    遗传算法 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
    2022-01-26 03:20:14下载
    积分:1
  • 这是基于MATLAB编写的一个神经网络的实例。
    这是基于MATLAB编写的一个神经网络的实例。-This is based on the MATLAB neural network to prepare a case in point.
    2022-05-20 10:15:00下载
    积分:1
  • 基于自组织特征映射网络的聚类分析,是在神经网络基础上发展起来的一种新的非监督聚类方法,分析了基于自 组织特征映射网络聚类的学习过程,分析了权系数自组织过程中...
    基于自组织特征映射网络的聚类分析,是在神经网络基础上发展起来的一种新的非监督聚类方法,分析了基于自 组织特征映射网络聚类的学习过程,分析了权系数自组织过程中邻域函数和学习步长的一般取值问题,给出了基于自组织 特征映射网络聚类实现的具体算法,并通过实际示例测试,证实了算法的正确性。 -Based on self-organizing feature map network cluster analysis, neural network is developed on the basis of a new non-supervised clustering method, analysis based on self-organizing feature map network clustering of the learning process, analyzed the weights of self-organization the process of neighborhood function and learning step-size problem of the general values are given based on the self-organizing feature map network clustering algorithm to achieve concrete and practical examples of tests, confirmed the correctness of the algorithm.
    2022-04-18 02:23:38下载
    积分:1
  • RBF神经网络应用于IRIS数据集的例子
    RBF神经网络应用于IRIS数据集的例子-Am example of RBF-NN applied on IRIS Data Set
    2022-02-13 06:21:16下载
    积分:1
  • 围绕粒子群的当前质心对粒子群重新初始化.这样,每个粒子在随后的迭代中将在新的位置带着粒子在上次搜索中获得的“运动惯性”(wvi)向Pi,Pg的方向前进,从而可以...
    围绕粒子群的当前质心对粒子群重新初始化.这样,每个粒子在随后的迭代中将在新的位置带着粒子在上次搜索中获得的“运动惯性”(wvi)向Pi,Pg的方向前进,从而可以在粒子群的运动过程中获得新的位置,增加求得更优解的机会.随着迭代的继续,经过变异的粒子群又将趋向于同一点,当粒子群收敛到一定程度时又进行下一次变异,如此反复,直到迭代结束.-particle swarm around the center of mass of the current PSO reinitialization. Thus, Each particle in the next iteration will be in the new location with particles in the last search was the "inertia" (wvi ) Pi, Pg orientation, and thus can PSO course of the campaign was a new position, increase seek better solutions opportunities. With the continued iteration, after variation of PSO will tend to the same point. When PSO converge to a certain extent when the next variation, so repeatedly, until the end of iteration.
    2023-05-24 00:05:03下载
    积分:1
  • 模式识别中人连识别眼镜定位,用的是matlab支持向量机开发的...
    模式识别中人连识别眼镜定位,用的是matlab支持向量机开发的-human pattern recognition to identify even glasses positioning, using the Matlab SVM Development
    2022-03-15 17:33:42下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载