-
MIT University of speech machine learning curriculum, it is classic! Including c...
MIT大学的机器学习课程讲稿,很经典的!包括分类,回归,判别式学习,产生式学习,SVM等,基本上包括常用的机器学习算法-MIT University of speech machine learning curriculum, it is classic! Including classification, regression, discriminant study, resulting in learning, SVM, etc., basically including the commonly used machine learning algorithms
- 2022-07-09 23:14:57下载
- 积分:1
-
实现了图的搜索算法,包括深度优先搜索,广度优先搜索,Dijstra算法,A*算法等较典型的搜索算法,同时可以进行图的输入和编辑等操作,仅供大家参考。...
实现了图的搜索算法,包括深度优先搜索,广度优先搜索,Dijstra算法,A*算法等较典型的搜索算法,同时可以进行图的输入和编辑等操作,仅供大家参考。-achieve the plan"s search algorithm, including depth-first search, breadth- first search algorithm Dijstra, A* algorithm is more typical search algorithm, and can map the input and editing operation, only for reference.
- 2022-03-14 21:41:13下载
- 积分:1
-
人工神经网络bp算法的matlab实现,对bp算法的matlab实现进行了简要的试探...
人工神经网络bp算法的matlab实现,对bp算法的matlab实现进行了简要的试探-realizing bp arithmetic of neural networks by matlab and exploring it simply.
- 2022-02-02 07:15:34下载
- 积分:1
-
The BP algorithm is a very good program, it is a named bp.m file would be helpfu...
一个非常不错的BP算法程序,这是一个名为bp.m的文件,对于理解BP算法会很有帮助。-The BP algorithm is a very good program, it is a named bp.m file would be helpful for understanding the BP algorithm.
- 2022-08-03 09:09:46下载
- 积分:1
-
完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序
完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序-Complete graph of the Hamilton Circle genetic simulated annealing algorithm matlab source generic
- 2022-01-20 23:57:49下载
- 积分: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
-
演化程序――遗传算法和数据编码的结合 具体介绍了遗传算法的应用...
演化程序――遗传算法和数据编码的结合 具体介绍了遗传算法的应用-evolutionary process-- genetic algorithms and data encoding the specific combination of the application of genetic algorithms
- 2022-05-10 17:15:49下载
- 积分:1
-
不确定规划 遗传算法 Goal Programming算法程序
不确定规划 遗传算法 Goal Programming算法程序- Indefinite plan heredity algorithm Goal Programming algorithm
procedure
- 2022-01-24 14:06:58下载
- 积分:1
-
首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞...
首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the problem, known as chromosome or individual. General randomly determined by the initial group of individuals, called stocks, the stocks based on fitness or some mechanism to choose the individual competition, the use of genetic Operator evolution of the next generation so on, until the termination meet expectations conditions.
- 2022-03-05 00:58:22下载
- 积分:1
-
the program for the establishment of a functional classification, which is used...
本程序实现的功能为建立一分类器,用于进行有监督的分类学习.-the program for the establishment of a functional classification, which is used for supervised classification study.
- 2022-01-22 13:00:14下载
- 积分:1