CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 粗糙 约简

搜索资源列表

  1. vcthesis

    0下载:
  2. 该系统实现粗糙集合中的分辨矩阵与分辨函数的约简方法,该方法可以求出信息系统的属性约简-the system to achieve the rough set to distinguish function matrix and tell about Jane, The method can be used to find information system attribute reduction
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10.34kb
    • 提供者:杨怡
  1. ChaosToolbox1p0_trial

    0下载:
  2. 粗糙集属性约简算法程序和相应的学术文章,以及一些参考资料和学习网站
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:360.21kb
    • 提供者:宫刚
  1. ruduction

    0下载:
  2. 这是一个C++下的基于粗糙集理论的启发式属性约简算法,你可以随机选择一个属性,或者基于属性的重要性进行启发。只是提供一种编程思路。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:feiyang
  1. Fastattributereduction

    0下载:
  2. 粗糙集是一种处理含糊和不精确性问题的一种新型数学工具.本算法是用MATLAB编写的混全属性的快速约简算法.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:672.21kb
    • 提供者:周言立
  1. Roughset.rar

    1下载:
  2. 这是利用粗糙集理论做得最小值约简法代码,值得借鉴,This is the use of rough set theory has done the minimum code Reduction Act, it is worth drawing
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-03
    • 文件大小:5.84kb
    • 提供者:王辉
  1. roughset

    2下载:
  2. 粗糙集理论的matlab实现代码,计算上、下近似集以及核属性和约简结果-Implementation of rough set theory matlab code to calculate the upper and lower approximation sets and the results of the nuclear properties and some simple
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-14
    • 文件大小:5.93kb
    • 提供者:logor
  1. roughsetCprograms

    0下载:
  2. 用c语言编的基于粗糙集理论的属性约简程序-Using c language series based on rough set theory attribute reduction procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:20.25kb
    • 提供者:wangfei
  1. RS reducta priori regression

    1下载:
  2. 基于粗糙集的知识约简算法和采用回归进行的知识约简表示-Based on Rough Set Knowledge Reduction Algorithm and the use of regression express the knowledge reduction
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-14
    • 文件大小:71.65kb
    • 提供者:zhaozhikai
  1. roughset

    1下载:
  2. 粗糙集属性约简算法,共计52页,包括代码及应用说明,有需要的欢迎下载-Rough set attribute reduction algorithm, for a total of 52, including code and application notes, there is a need to download the welcome
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-14
    • 文件大小:123.38kb
    • 提供者:王威
  1. core

    0下载:
  2. 属性约简是粗糙集理论中的一个重要内容,其核心任务是得到属性集的核。本文提出了一种基于二进制运算 的属性核求解算法,该算法简单直观且易于实现。我们通过设计C语言程序验证了算法的有效性。 -Attribute reduction is considered one of the most important contents of the rough set theory,and core obtai- ning plays an essential role in attribute
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:36.84kb
    • 提供者:雨梦缘
  1. DMGA_AttRed

    0下载:
  2. 基于遗传算法的粗糙集属性约简。数据库使用的是ACCESS数据库,编程环境VS2008。-Rough Set Attribute Reduction Algorithm Based on GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1.13mb
    • 提供者:willnow
  1. reduce

    0下载:
  2. 采用粗糙集理论利用可辨识矩阵法对属性决策表进行约简-Based on rough set theory, discernable matrix is improved and applied to attributes reduction.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:876byte
    • 提供者:高维
  1. suxingjianyue

    0下载:
  2. 一种求上近似约简的快速启发式算法.粗糙集(Rough Set,RS)理论是一种刻画不完整性和不确定性的数学工具,能有效地分析和处理不精确、不一致、不完整等各种不完备信息,并从中发现隐含的知识,揭示潜在的规律。-One kind of demand reduction on the approximation of fast heuristic algorithms rough set (Rough Set, RS) theory is a characterization of uncertai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:766.3kb
    • 提供者:贺少领
  1. rough-set-reduct-and-get-rules-code

    1下载:
  2. 粗糙集的约简源码以及规则获取matlab 源代码,由老师编写,值得试用-Source code as well as the rules of the rough set reduction for matlab source code, prepared by the teacher, it is worth the trial
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-01
    • 文件大小:8.49kb
    • 提供者:李佳佳
  1. 一种基于MapReduce的粗糙集并行属性约简算法

    0下载:
  2. 云计算技术是海量数据挖掘的一种高效解决方案,将MapReduce 并行计算模型与粗糙集属性约简算法相结合,提出一种基于MapReduce 的浓缩布尔矩阵并行属性约简算法。该算法提高了粗糙集属性约简算法对大数据的处理能力和效率,并能适应云计算环境。实验结果表明,所提算法具有良好的效率、加速比和可扩展性。(Cloud computing technology is a high efficient solution for massive data mining.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:503kb
    • 提供者:davidcuit
  1. 带权重条件熵的属性约简算法

    0下载:
  2. 粗糙集理论中最重要的内容之一就是属性约简问题,现有的许多属性约简算法往往是基于属性对分类的重要性,如果属性约简的结果能满足用户实际需要的信息,如成本、用户的偏好等,那么约简理论将会有更高的实用价值。基于此,从信息熵的角度定义了带权重的属性重要性,然后重新定义了基于带权重的属性重要性的熵约简算法。最后通过实际例子说明,与基于属性重要性的熵约简算法相比,考虑权重的算法更加符合用户的实际需求。(Attribute reduction is one of the most important conte
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:837kb
    • 提供者:davidcuit
搜珍网 www.dssz.com