-
利用C++语言开发的BP算法,并将其封装在类中,用户可以自己设定参数,实现对BP网络的训练。
利用C++语言开发的BP算法,并将其封装在类中,用户可以自己设定参数,实现对BP网络的训练。-use C++ language BP algorithm, which is encapsulated in class, users can set their own parameters to achieve BP network training.
- 2022-05-01 01:05:08下载
- 积分:1
-
《游戏编程中的人工智能技术》一书中10,11章源代码
《游戏编程中的人工智能技术》一书中10,11章源代码- Game programming in artificial intelligence technology, one source book, Chapter 10,11
- 2022-06-03 10:21:30下载
- 积分:1
-
machine pulse control
machine pulse control
- 2022-04-09 19:12:01下载
- 积分:1
-
自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在N...
自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Kohonen network model. For Kohonen neural network, competition is this : For the "winner" of neurons c, in its switching around the region neurons in varying degrees, to be excited, and the switching outside the neurons were inhibited. Network learning is a process in the network connecting the right under the training samples for adaptive, self-organizing process, after a certain number of training, network topology can sense similar to the mapping of the input samples similar to the output nodes. Network can be achieved from input to output of nonlinear reduced-dimensional mapping structure : it is subject to retinal cortex of the biological function inspired by. ~ ~ ..
- 2022-11-15 05:40:03下载
- 积分:1
-
数据挖掘关联算法VC实现,很实用,只要按格式修改数据格式就好了...
数据挖掘关联算法VC实现,很实用,只要按格式修改数据格式就好了
- 2022-08-08 02:15:24下载
- 积分:1
-
用遗传算法优化神经网络权值的源程序
用遗传算法优化神经网络权值的源程序-genetic algorithm optimization neural network value of the source
- 2023-01-03 23:30:03下载
- 积分:1
-
人工智能经典问题TSP问题的Java实现,内含源程序和调试过程生成的文件...
人工智能经典问题TSP问题的Java实现,内含源程序和调试过程生成的文件-AI classic TSP Java realize that contains source and debugging process produces files
- 2023-06-05 11:45:03下载
- 积分:1
-
针对TSP问题,用类神经网路的方法去求解!
针对TSP问题,用类神经网路的方法去求解!-against TSP, and the neural network approach to solving!
- 2022-03-31 15:13:44下载
- 积分:1
-
扩展遗传算法SPEAII(Strength Paretor Evaluation Algorithm)算法的代码实现,良好的程序框架,便于向其他应用领域扩展,建...
扩展遗传算法SPEAII(Strength Paretor Evaluation Algorithm)算法的代码实现,良好的程序框架,便于向其他应用领域扩展,建议大家使用。-Extended genetic algorithm SPEAII (Strength Paretor Evaluation Algorithm) algorithm code, a good procedural framework to facilitate expansion to other application areas, it is recommended the use of everyone.
- 2022-03-24 18:07:07下载
- 积分:1
-
FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)...
FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)-FAST apriori.cpp array-based computing and for the apriori algorithm, adopted as the operator to test the existence of a subset to test the existence of a subset of the complexity from O (n ^ 2) reduced to O (n)
- 2022-08-16 14:04:17下载
- 积分:1