-
用遗传算法优化神经网络权值的源程序
用遗传算法优化神经网络权值的源程序-genetic algorithm optimization neural network value of the source
- 2023-01-03 23:30:03下载
- 积分:1
-
一个高人的VC实现NN的程序。很不错。先运行Matrixbase.dsw,again arithmetic.dsw, next nnbp.dsw,final n...
一个高人的VC实现NN的程序。很不错。先运行Matrixbase.dsw,again arithmetic.dsw, next nnbp.dsw,final neuralNetWork.dsw.-an expert in VC NN procedures. Very good. First running Matrixbase.dsw, again arithmetic.dsw. next nnbp.dsw, final neuralNetWork.dsw.
- 2022-01-25 14:36:12下载
- 积分:1
-
the code is generated artificial intelligence
本代码是人工智能中产生式的一个例子,功能是实现对有限动物特征识别的正向和反相推理。-the code is generated artificial intelligence-an example of that function is limited to the identification of the animal forward and inverse reasoning.
- 2022-09-18 03:35: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
-
遗传算法做图像的模式匹配,绝对经典,有源码看,有执行文件可以执行,下面有个执行环境的文件请先安装。...
遗传算法做图像的模式匹配,绝对经典,有源码看,有执行文件可以执行,下面有个执行环境的文件请先安装。-Genetic algorithm to do pattern matching images, absolute classics, and have look source, has the implementation of a document can be implemented, has the following months the implementation of environmental documents, please install.
- 2022-05-20 20:16:22下载
- 积分:1
-
遗传算法的源程序,里面有基本的遗传算法的各种操作过程,很全面!...
遗传算法的源程序,里面有基本的遗传算法的各种操作过程,很全面!-genetic algorithm source, there are basic genetic algorithm various operational and very comprehensive!
- 2022-08-23 12:22:24下载
- 积分:1
-
遗传算法MATLB图像分割程序及例子,希望对大家有用
遗传算法MATLB图像分割程序及例子,希望对大家有用-GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!
- 2023-02-10 22:35:03下载
- 积分:1
-
//开发平台:Microsoft .NET Framework 2.0,Microsoft Visual C# 2005 Express //日期:2005.3...
//开发平台:Microsoft .NET Framework 2.0,Microsoft Visual C# 2005 Express //日期:2005.3.12 //作者:刘波 //粒子群优化算法(PSO):本算法求目标函数的最小值-//development platforms : Microsoft.NET Framework 2.0, Microsoft Visual C# 2005 Express// Date : 2005.3.12// Author : Liu Bo// Particle Swarm Optimization (PSO) : The algorithm for the minimum objective function
- 2022-04-12 06:14:19下载
- 积分: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
-
simple implement of genetic algorithm on cards
simple implement of genetic algorithm on cards
- 2022-06-16 18:24:37下载
- 积分:1