-
neural network limulated in C
neural network limulated in C
- 2022-02-21 06:10:08下载
- 积分:1
-
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, e...
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB (DP, test_targets, CM) DP, three-dimensional array (i, j, k) for the k samples of DP matrix targets for 0 1 2
- 2022-03-21 02:55:16下载
- 积分:1
-
bp神经网络在人口预测上的应用,可以根据前几年的人口数值预测出以后的人口数值...
bp神经网络在人口预测上的应用,可以根据前几年的人口数值预测出以后的人口数值-bp neural network prediction in the population on the application, based on previous years, the population of numerical prediction of the future value of the population
- 2022-04-07 19:24:31下载
- 积分:1
-
该程序利用遗传算法求Rosenbrock函数的极大值。该算法主要包括确定决策变量、建立优化模型、确定编码方法、确定解码方法、确定个体评价方法、设计遗传算子、确定...
该程序利用遗传算法求Rosenbrock函数的极大值。该算法主要包括确定决策变量、建立优化模型、确定编码方法、确定解码方法、确定个体评价方法、设计遗传算子、确定遗传算法的运行参数等七个步骤。-the procedures for the use of genetic algorithms Rosenbrock function of great value. The algorithm including the identification of the main decision variables, the optimal model to determine coding method to determine decoding, determine individual evaluation methods, genetic operator, genetic algorithm to determine the operating parameters seven steps.
- 2022-03-18 20:39:46下载
- 积分:1
-
讲述关联规则在零售业中的作用,相应的算法和实例实现
讲述关联规则在零售业中的作用,相应的算法和实例实现-on association rules in the retail sector"s role, the corresponding algorithm to achieve and examples, etc.
- 2023-09-06 19:45:02下载
- 积分:1
-
与神经网络相似的东西。但最近它已经…
与神经网络有相似的根源。但近年来在分类中得到了广泛的应用。这意味着,如果我对一些事物进行了分类(但你对我如何分类一无所知,或者说你不知道用于分类的规则),当一个新数据出现时,SVM可以预测它应该属于哪个集合。
- 2023-06-05 08:10:03下载
- 积分:1
-
很好用的一个适用程序,由Visual C++编程,有收藏价值
很好用的一个适用程序,由Visual C++编程,有收藏价值-A very good application of the procedures used by Visual C programming, have value for collection
- 2022-02-27 03:57:56下载
- 积分:1
-
vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交...
vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account. According to my experience, in order to make good use of genetic algorithms, code must write their own, because different issues, coding, hybridization and mutation operator may not like. In particular hybrid operator, the need to adjust the problem, or even create a new hybrid method. But fitness calculation of the code required to write their own, especially with the constrained optimization problem
- 2022-12-03 17:30:03下载
- 积分:1
-
该程序通过对该算法的识别,确定了0
该程序通过BP算法辨识出0-9个数,辨识效果较好。
- 2022-02-04 21:26:38下载
- 积分:1
-
the procedures used simulated annealing algorithm to achieve the traveling sales...
本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
- 2022-08-11 18:29:34下载
- 积分:1