-
B-P算法对函数的拟合程序-B-P algorithm to function fitting procedures
- 2022-03-02 08:53:19下载
- 积分:1
-
a radial network algorithm!
一个径向网络算法程序!-a radial network algorithm!
- 2022-09-30 02:00:02下载
- 积分:1
-
本程序是用java语言编写的数据挖掘分类算法中的决策树分类方法c4.5程序代码...
本程序是用java语言编写的数据挖掘分类算法中的决策树分类方法c4.5程序代码-this procedure is used java language classification of data mining algorithms decision tree classification code Bank
- 2023-01-08 17:35:03下载
- 积分:1
-
Game programming in artificial intelligence technology, one source book, Chapte...
《游戏编程中的人工智能技术》一书中4,5章源代码- Game programming in artificial intelligence technology, one source book, Chapter 4,5
- 2022-11-28 03:40:03下载
- 积分:1
-
这是一个神经网络的人脸识别算法。
这是一种利用神经网络来进行人脸识别的算法。-This is a neural network to the face recognition algorithm.
- 2022-09-05 10:25:03下载
- 积分:1
-
这是一个简单的人工智能的例子 希望大家能以此为作出更好的 更完善的...
这是一个简单的人工智能的例子 希望大家能以此为作出更好的 更完善的
- 2022-09-06 21:20:02下载
- 积分:1
-
nsga2 C++源代码实现,收敛速度快
nsga2 C++源码实现,收敛速度很快-nsga2 C++ source code implementation, fast convergence
- 2023-02-14 23:05:04下载
- 积分:1
-
采用面向负荷控制技术,用面向对象思想与快速原型法的设计方法,在SQL SERVER数据库中实现模型及数据的存储。算法尽量简单实用,时间复杂性及空间复杂性必须在实...
采用面向负荷控制技术,用面向对象思想与快速原型法的设计方法,在SQL SERVER数据库中实现模型及数据的存储。算法尽量简单实用,时间复杂性及空间复杂性必须在实际环境允许的范围之内。-used for load control technology, using the object-oriented thinking and rapid prototyping of the system, SQL Server database implementation model and data storage. As simple and practical algorithm, time and space complexity of complexity in a realistic environment to the extent permitted within.
- 2023-05-11 07:15:02下载
- 积分:1
-
详细介绍了局部奇异值分解
详细介绍了局部奇异值分解-details of local SVD
- 2022-07-15 11:47:59下载
- 积分: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