-
雅可比(Jacobi)迭代算法的C++实现,供研究设计使用
雅可比(Jacobi)迭代算法的C++实现,供研究设计使用-Jacobi (Jacobi) iteration algorithm for C++ implementation for research designed to use
- 2022-01-25 15:00:33下载
- 积分:1
-
随机神经网络的源代码,对于研究神经网络的人来说,可能有一定的参考作用...
随机神经网络的源代码,对于研究神经网络的人来说,可能有一定的参考作用-random neural network source code for research neural network people, may have some reference
- 2022-03-06 15:29:40下载
- 积分:1
-
遗传算法GA的源代码及例子
遗传算法GA的源代码及例子-genetic algorithm source code and examples
- 2022-12-18 02:25:03下载
- 积分:1
-
经典的数据关联挖掘算法prefixspan
经典的数据关联挖掘算法prefixspan-Classical data association mining algorithm PrefixSpan
- 2022-01-26 02:34:22下载
- 积分:1
-
matlab神经网络应用设计,里面随有详细代码
matlab神经网络应用设计,里面随有详细代码-Matlab neural network application design, which with a detailed code
- 2023-04-25 18:55:04下载
- 积分:1
-
一本关于智能控制系统的好书,里面包括了模糊逻辑、专家系统、神经网络控制等内容,不仅理论叙述翔实,还有大量的实际程序附录,值得大家学习。...
一本关于智能控制系统的好书,里面包括了模糊逻辑、专家系统、神经网络控制等内容,不仅理论叙述翔实,还有大量的实际程序附录,值得大家学习。-an intelligent control system on the books, including the inside of fuzzy logic, expert system, neural network and control content, not only informative narrative theory, there is a lot of practical procedures appendix, it is worth study.
- 2022-08-20 11:12:45下载
- 积分:1
-
us solve eight digital, BFS may lead to insufficient memory, using heuristic sea...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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-02-04 07:43:49下载
- 积分:1
-
这是书上的常用搜索算法,有8数码游戏,黑白棋,A star算法类的实现。...
这是书上的常用搜索算法,有8数码游戏,黑白棋,A star算法类的实现。-This is a book commonly used search algorithm, there are 8 digital game, Reversi, A star algorithm category realize.
- 2022-03-23 19:53:06下载
- 积分:1
-
用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。...
用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。-Genetic Algorithm for TSP with the problem. . . matlab prepared, together with the coordinates with the city for inspection.
- 2022-03-22 04:41:16下载
- 积分:1
-
人工智能小模型,货郎担问题,一个简单的 实例
人工智能小模型,货郎担问题,一个简单的 实例-Artificial intelligence model:a simple instance of goods selling burden problem.
- 2022-01-25 19:08:01下载
- 积分:1