-
RBFNN一步预测混沌序列性能程序,可以直接运行,效果不错!
RBFNN一步预测混沌序列性能程序,可以直接运行,效果不错!-RBFNN step chaotic sequence performance prediction procedures, can be directly run, good results!
- 2022-03-19 21:16:02下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-08-06 14:22:02下载
- 积分:1
-
人工智能神经网络识别 人工智能神经网络识别
人工智能神经网络识别 人工智能神经网络识别-Artificial neural network artificial neural network to identify
- 2022-02-25 23:12:44下载
- 积分:1
-
包含FuzzyKMeans, FuzzyGK, FuzzyR等算法,拓展了weka(本站可以下载)...
包含FuzzyKMeans, FuzzyGK, FuzzyR等算法,拓展了weka(本站可以下载)-Contains algorithm such as FuzzyKMeans, FuzzyGK, FuzzyR. Extends weka(it is can be download form this site)
- 2022-03-13 23:37:43下载
- 积分:1
-
内核的演示和测试
Demonstration and test of the kernel-ica package
- 2023-06-17 20:15:03下载
- 积分:1
-
多目标进化算法源代码
多目标进化算法源代码-more evolutionary algorithm source code
- 2022-04-13 08:28:31下载
- 积分:1
-
贝叶斯网络分类器的一点小程序,也许有用,请各位资源下载...
贝叶斯网络分类器的一点小程序,也许有用,请各位资源下载-Bayesian Network Classifier for small procedures, may be useful, please download resources
- 2023-04-20 08:00:03下载
- 积分:1
-
模糊控制矩阵推理,控制规则表,设计带有延迟一阶惯性环节得模糊控制器。...
模糊控制矩阵推理,控制规则表,设计带有延迟一阶惯性环节得模糊控制器。-fuzzy control matrix reasoning, control rule, designed with a delay in order inertia links fuzzy controller.
- 2022-05-06 22:48:05下载
- 积分:1
-
一个改进的聚类算法FCMA,可以实现数据的自适应有效聚类,对2维数据测试效果较好...
一个改进的聚类算法FCMA,可以实现数据的自适应有效聚类,对2维数据测试效果较好- An improvement gathers kind of algorithm FCMA, may auto-adapted
realize the data effectively to gather the kind, is better to 2
dimensions according to the test effect
- 2022-08-26 07:14:48下载
- 积分:1
-
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序...
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simulated annealing method is a good example of the procedure.
- 2022-02-16 00:18:16下载
- 积分:1