-
用C++语言开发的神经网络,很好用的。
使用C语言实现神经网络算法,针对BP神经网络的特点进行设计和开发,具有比较好的性能-use c language to develop neural network,good to use.
- 2022-07-11 03:48:03下载
- 积分:1
-
Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src...
Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src only. 100 free of compile error. Including 2 test cases.-Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src only. 100 free of compile error. Including 2 test cases.
- 2022-01-25 14:41:00下载
- 积分:1
-
基于梯度法编写的RBF神经网络程序,实现对输入数据的逼近
基于梯度法编写的RBF神经网络程序,实现对输入数据的逼近-Gradient method based on the preparation process of the RBF neural network to achieve the approximation of the input data
- 2022-04-12 03:33:36下载
- 积分:1
-
介绍了神经网络模式识别的基本知识,适合于模式识别领域的人员...
介绍了神经网络模式识别的基本知识,适合于模式识别领域的人员-it introduces the ABC of the pattern recognation of NN, it is for the people of pattern recognation
- 2022-01-26 05:30:24下载
- 积分:1
-
遗传算法在路由优化中的应用:多服务质量的最小路径的算法.
遗传算法在路由优化中的应用:多服务质量的最小路径的算法.-Genetic Algorithm in Routing Optimization: Multi-service quality of the minimum path algorithm.
- 2022-03-18 07:41:12下载
- 积分:1
-
C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),...
C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),人工智能A*算法实现的C语言程序-C lexical analyzer to achieve, AOE network algorithm, KRUSKAL algorithm, PRIM algorithm, computer graphics hatched filling algorithm (keyboard input coordinates), computer graphics hatched filling algorithm (mouse input), Artificial Intelligence A* algorithm The C Programming Language
- 2022-03-31 07:15:42下载
- 积分:1
-
人工智能中的广度搜索的九宫问题 用VC实现
人工智能中的广度搜索的九宫问题 用VC实现-breadth of artificial intelligence search JiuGongTu issue with VC
- 2022-04-23 15:34:20下载
- 积分:1
-
模式识别在珠宝鉴定中的应用,该文是基于模式识别应用领域的文档类文献。...
模式识别在珠宝鉴定中的应用,该文是基于模式识别应用领域的文档类文献。-Pattern Recognition in jewelry appraisal application, the article is based on pattern recognition applications of the document class literature.
- 2023-08-07 12:55:03下载
- 积分:1
-
遗传算法求解旅行商问题的求解
Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
- 2023-05-31 13:30:03下载
- 积分:1
-
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6]...
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven that it is efficient, convergent, and robust in the solution process. [5,6] In many optimize questions, its performance surpasses the adaptive simulated annealing algorithm, the POS algorithm, and the GA algorithm. DE gets each generation of population using the real value parameter vector, and the crucial idea of DE is a scheme for generating trial parameter vectors.
- 2022-04-30 12:55:51下载
- 积分:1