资源列表

« 1 2 ... .90 .91 .92 .93 .94 195.96 .97 .98 .99 .00 ... 2830 »

[人工智能/神经网络/遗传算法binary

说明:利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2*** x2 x3 x3 another 2 ~ 2 on the minimum
<陈仕林> 在 2024-09-28 上传 | 大小:11264 | 下载:0

[人工智能/神经网络/遗传算法CBPNET

说明:BP神经网络VC类,此类对BP神经网络进行了封装,整个类是基于动态构建,可以适合于任何采用BP神经网络的模式识别应用。-BP neural network VC categories, such BP neural network to a package, the whole category is based on dynamic construction, and is suitable for use in any BP neu
<胡文静> 在 2024-09-28 上传 | 大小:4096 | 下载:0

[人工智能/神经网络/遗传算法neutro

说明:卡内基梅隆大学,采用人工神经网络方法进行人脸训练和识别的c程序源代码,程序中注释比较详细,不多说了。-Carnegie Mellon University, artificial neural network method for training and Face Recognition c source code, procedures Notes in greater detail, not much to say.
<> 在 2024-09-28 上传 | 大小:316416 | 下载:0

[人工智能/神经网络/遗传算法PSOSAMPLE

说明:PSO (粒子群优法)简单的范例程式 可以提供初学者使用-PSO (PSO You) simple programming model can provide beginners
<王大元> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法javasom_1[1].0.0

说明:Kohonen网络的学习过程可描述为:对于每一个网络的输入,只调整一部分权值,使权向量更接近或更偏离输入矢量,这一调整过程就是竞争学习。随着不断的学习过程,所有输入矢量都在输入矢量空间相互分离,形成了各自代表输入空间的一类模式,这就是Kohonen网络的特征自动识别的聚类功能。请解压缩后按照readme提示进行操作。-Kohonen network learning process can be described as follows
<尤忠彬> 在 2024-09-28 上传 | 大小:2543616 | 下载:0

[人工智能/神经网络/遗传算法bp_algorithm

说明:这是cmu大学的一个研究小组编写的神经网络中反向传播算法的源代码,很有参考价值。-This is a university research group to prepare the neural network back-propagation algorithm source code of great reference value.
<冯贵玉> 在 2024-09-28 上传 | 大小:11264 | 下载:0

[人工智能/神经网络/遗传算法机器人C语言机电一体化接口

说明:研究机器人控制不可多得资料,强烈推荐-robot control study rare, strongly recommended!
<辛万江> 在 2024-09-28 上传 | 大小:7499776 | 下载:0

[人工智能/神经网络/遗传算法有视觉机器人制作

说明:全面讲解了有视觉机器人的解决方案,强烈推荐-comprehensive account of a robot visual solutions and strongly recommended
<辛万江> 在 2024-09-28 上传 | 大小:6304768 | 下载:0

[人工智能/神经网络/遗传算法情感识别

说明:压缩包中的一系列matlab程序实现了“特定人群语音情感识别”这一新颖的研究课题。具体介绍请见压缩包中的论文。-compressed in a series of Matlab program of "specific emotional crowd voice recognition" of the new study. Specific details of compressed see the papers.
<葛林> 在 2024-09-28 上传 | 大小:246784 | 下载:0

[人工智能/神经网络/遗传算法遗传算法c++程序

说明:首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corre
<> 在 2024-09-28 上传 | 大小:6144 | 下载:0

[人工智能/神经网络/遗传算法模拟退火源码

说明:模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动
<> 在 2024-09-28 上传 | 大小:55296 | 下载:0

[人工智能/神经网络/遗传算法遗传算法工具箱

说明: 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序-how to use genetic algorithm toolbox function optimization prepared to solve practical problems MATLAB
<> 在 2024-09-28 上传 | 大小:106496 | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 195.96 .97 .98 .99 .00 ... 2830 »

源码中国 www.ymcn.org