CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法,分类

搜索资源列表

  1. GA-FCM

    2下载:
  2. 遗传算法+FCM 用于SAR图像分类问题中,讲图分为两类或者三类~~~~~~~~~。-Genetic algorithm is used to SAR+ FCM image classification problem, speak figure divided into two classes or three kinds of ~ ~ ~ ~ ~ ~ ~ ~ ~.
  3. 所属分类:Special Effects

    • 发布日期:2015-12-25
    • 文件大小:6278144
    • 提供者:cheng
  1. matlab

    0下载:
  2. 三个遗传算法的matlab实现,可以用在一些分类器设计方面-the implementation of the GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16807
    • 提供者:小毛
  1. ga1

    0下载:
  2. 遗传算法用于模式分类的特征选择。以minstall数据库为例,介绍了详细应用例程。-Genetic algorithm for pattern classification feature selection. Minstall database, for example, describes in detail the application routines.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1024
    • 提供者:张顺利
  1. ge_bp_xor

    0下载:
  2. 利用遗传算法解决BP网络异或问题/XOR的分类,-Genetic algorithm to solve the BP network the XOR problem
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:2484
    • 提供者:朱小小
  1. RoughSetReduct_Sln

    1下载:
  2. MATLAB粗糙集属性约简库(内含实例,原创) 函数M文件: TargetOptFcn.m ------------ 遗传算法的目标函数 PositiveRegion.m --------- 计算正域 LowerApproximation.m ------ 计算下近似 IsSub.m ------------------- 判断集合A是否是集合B的子集 EquivalentClassSet.m ----- 基于R分类的所有等价类的集合,即U/R EleEquival
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:14336
    • 提供者:Neptune_zx
  1. PSOTool

    2下载:
  2. 求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-30
    • 文件大小:15360
    • 提供者:
  1. gaSVMcgForClass

    0下载:
  2. 使用基因遗传算法优化支持向量机参数,进而准确快速分类-Using genetic algorithms to optimize the parameters of support vector machine, and then quickly and accurately classified
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1742
    • 提供者:张新静
  1. classificiation-algorithm-overview

    0下载:
  2. 机器学习领域经典分类算法综述,包括Decision Tree(ID3、C4.5(C5.0)、CART、PUBLIC、SLIQ和SPRINT算法),三种典型贝叶斯分类器(朴素贝叶斯算法、TAN算法、贝叶斯网络分类器),k-近邻 、 基于数据库技术的分类算法( MIND算法、GAC-RDB算法),基于关联规则(CBA:Classification Based on Association Rule)的分类(Apriori算法),支持向量机分类,基于软计算的分类方法(粗糙集(rough set)、遗传
  3. 所属分类:Development Research

    • 发布日期:2017-04-24
    • 文件大小:30590
    • 提供者:MM
  1. fcmMATLAB

    0下载:
  2. 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最终的分类结果。-Fuzzy C- means algorithm is easy to converge to a local minimum point, in order to overcome this drawback, the genetic algorithm is applied to fuzzy C- me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:198702
    • 提供者:胡丹丹
  1. static_K_ga01

    0下载:
  2. MATLAB代码,采用封装法利用K近邻和遗传算法的结合对数据进行分类-MATLAB code using encapsulation method using a K-nearest neighbor and genetic algorithm combined with data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1842
    • 提供者:huangfuhaoran
  1. dyn_LDA_GA

    0下载:
  2. MATLAB代码,利用LDA和遗传算法对数据进行分类-MATLAB code, use LDA and genetic algorithms for data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2606
    • 提供者:huangfuhaoran
  1. Genetic-algorithm-to-optimize-svm

    1下载:
  2. 遗传算法优化支持向量机的惩罚系数C与高斯核系数g,能够提高支持向量机的分类精度-Genetic algorithm to optimize the punish coefficient of support vector machine (SVM) with gaussian kernel coefficient C g, can improve the support vector machine (SVM) classification accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1938
    • 提供者:T和
  1. gafcm

    4下载:
  2. 这是遗传算法改进的模糊C-均值聚类MATLAB源代码,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最终的分类结果。-This is the MATLAB source code of the improved fuzzy c-means clustering(FCM) based on the genetic algorithm(GA).The initial cluster centers are otained through GA,and the final clust
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-09
    • 文件大小:1024
    • 提供者:简川霞
  1. SVM2_GA

    0下载:
  2. 基于遗传算法的支持向量机算法,程序内可实现遗传算法参数寻优,并对输入数据分类输出-SVM based on genetic algorithms, genetic algorithms can be realized within the program parameter optimization, output and input data classification
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1590
    • 提供者:duncon
  1. ga_bp

    0下载:
  2. 基于遗传算法优化的BP神经网络,可以作为诊断分类使用-Genetic Algorithm Optimization of BP neural network can be used as a diagnostic classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1320
    • 提供者:tgx
  1. chapter15

    0下载:
  2. 基于SVM的数据分类预测—一种最基本遗传算法和粒子群算法对的支持向量机的参数的优化,再此基础上可以对算法进行改进-Data classification based on SVM prediction- one of the most basic genetic algorithm and particle swarm optimization (pso) algorithm, the optimization of the parameters of the support vector ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11046
    • 提供者:裘德新
  1. haonou_v13

    0下载:
  2. 用MATLAB编写的遗传算法路径规划,Relief计算分类权重,包括脚本文件和函数文件形式。- Genetic algorithms using MATLAB path planning, Relief computing classification weight, Including scr ipt files and function files in the form.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4840
    • 提供者:田刚群
  1. fuzzy-c

    0下载:
  2. 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。-Fuzzy C- means algorithm is easy to converge to a local minimum, in order to overcome this drawback, the genetic algorithm is applied to the fuzzy C- means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:zhanglei
  1. suiqie_v14

    0下载:
  2. 可以实现模式识别领域的数据的分类及回归,用MATLAB编写的遗传算法路径规划,有CDF三角函数曲线/三维曲线图。- You can achieve data classification and regression pattern recognition, Genetic algorithms using MATLAB path planning, There CDF trigonometric curve/3D graphs.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4824
    • 提供者:hai
  1. foulang

    0下载:
  2. 遗传算法无功优化,含噪脉冲信号进行相关检测,可以实现模式识别领域的数据的分类及回归。- Genetic algorithm based reactive power optimization, Noisy pulse correlation detection signal, You can achieve data classification and regression pattern recognition.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:10690
    • 提供者:闫飞红
« 1 2 3 45 »
搜珍网 www.dssz.com