CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 交叉 matlab

搜索资源列表

  1. matlab遗传算法

    29下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-20
    • 文件大小:6.71kb
    • 提供者:skpretty
  1. 基于实数编码遗传算法的投影寻踪Matlab代码

    22下载:
  2. 这是用Matlab编写的基于实数编码遗传算法的投影寻踪模型,已经检验通过,大家可以根据需要修改遗传算法的交叉、变异算子。
  3. 所属分类:源码下载

  1. MATLAB-genetic-algorithm-toolbox

    0下载:
  2. 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9.27mb
    • 提供者:CaoJunlong
  1. Cross-Entropy

    0下载:
  2. 交叉熵实现多元高斯混合模型优化的源代码,供大家学习使用-Realize cross-entropy optimization of multi-Gaussian mixture model of the source code for the U.S. study the use of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:298.19kb
    • 提供者:黄路遥
  1. Matlab-GA

    0下载:
  2. 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
  3. 所属分类:matlab

    • 发布日期:2017-03-05
    • 文件大小:13.6kb
    • 提供者:lin
  1. matlab-SGACODE

    0下载:
  2. maltab遗传算法源程序,此程序为一个一个的小程序分开的,很完整。包括编码,设定初始种群,交叉,变异,及结束条件等-maltab genetic algorithm source code, this procedure a small as a separate process, it is complete. Including encoding, set the initial population, crossover and mutation, and the end conditi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:6.57kb
    • 提供者:joean
  1. PLScross-validation

    0下载:
  2. 偏最小二乘算法 利用交叉验证算法计算应提取成分的个数,本程序给出了交叉验证的发放以及回归系数的算法-Partial Least Squares algorithm using cross-validation the number of components to be extracted, this procedure gives the distribution as well as cross-validation regression coefficient of the algorit
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.25kb
    • 提供者:zhaowumian
  1. 交叉相关性Q检验

    1下载:
  2. 交叉相关性q检验,用于检验两序列的相关性,可用matlab实现(Cross-correlation q test, used to test the relevance of the two sequences can be achieved using matlab)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:4kb
    • 提供者:郑wing
  1. 终板 matlab程序

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!(GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:87kb
    • 提供者:Cookie_upc
  1. 交叉相关法实现图像精准匹配

    0下载:
  2. Matlab基于互相关法原理实现图像的快速精确匹配(Using matlab realizes fast and accurate image matching based on cross-correlation principle)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:116kb
    • 提供者:Pingpangpppp
  1. 交叉熵优化高斯混合模型

    2下载:
  2. matlab最大似然优化与交叉熵(CE)多高斯混合估计算法的应用(Maximum Likelihood Optimization and Cross Entropy (CE) Multi - Gaussian Mixture Estimation Algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:31kb
    • 提供者:niuxiaoniu
  1. 10折交叉验证(神经网络)

    1下载:
  2. matlab进行十折交叉验证神经网络,用于预测(Matlab performs ten fold cross validation using neural networks)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-15
    • 文件大小:11kb
    • 提供者:舟山渔夫
  1. 智能算法MATLAB 30程序及分析

    1下载:
  2. 2、案例目录: 1.1 理论基础 1.1.1 遗传算法概述 1. 编码 2. 初始群体的生成 3. 适应度评估 4. 选择 5. 交叉 6. 变异
  3. 所属分类:文档资料

  1. 用MATLAB实现遗传算法程序.pdf

    1下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:75kb
    • 提供者:傲视天下
  1. matlab遗传算法程序_2017

    0下载:
  2. MATLB做的经典遗传算法程序,包括算法的选择、交叉、变异函数,以及一些简单的MABTLAB遗传算法例子!(Classical genetic algorithm MATLB program, including the selection of algorithms, crossover, variogram, and some simple examples of MABTLAB genetic algorithm!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:53kb
    • 提供者:wliaoc
  1. Matlab遗传算法的部分映射交叉算子(pmx)源码

    1下载:
  2. Matlab遗传算法的部分映射交叉算子(pmx)源码(Partial mapping crossover operator (PMX) source code of Matlab genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:jadee
  1. PLS的交叉有效分析

    0下载:
  2. 偏最小二乘回归在matlap中的实现,源代码,有交叉效应(The implementation of partial least squares regression in matlap, source code, cross effect)
  3. 所属分类:数学计算

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:DDss
  1. matlab

    1下载:
  2. 对于一个具体的数据,用交叉验证进行分类,随机森林进行训练,用AUC,AUPR,Precision评价分类器的性能(For a specific data, use cross validation to classify, train random forests, evaluate the performance of the classifier with AUC, AUPR, and Precision.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:19kb
    • 提供者:Katherine_
  1. matlab贝叶斯分类(2)-10折10次交叉验证

    3下载:
  2. 利用matlab实现贝叶斯分类,采用10折10次交叉验证法选取训练集和测试集,进行循环测试,最后返回准确率为0.9184.另外,文件内含数据源。(The Bias classification is realized by MATLAB, and the training set and test set are selected by 90% off 10 times cross validation method, and the cycle test is carried out. Fin
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-06-07
    • 文件大小:3kb
    • 提供者:网安贝
  1. matlab NLS equation

    8下载:
  2. matlab解耦合非线性薛定谔方程组,考虑自相位调制、交叉相位调制与四波混频(Matlab solves the coupled nonlinear Schrodinger equations, considering self phase modulation, cross phase modulation and four wave mixing.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-09
    • 文件大小:1kb
    • 提供者:糖分控
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com