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

搜索资源列表

  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53.91kb
    • 提供者:qianyg
  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. Bayes_example

    0下载:
  2. Bayes分类器应用于IRIS数据集的例子-An example of Bayes Classifier applied on IRIS Data Set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:43.88kb
    • 提供者:LikeTheBird
  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. rosettasoftware

    0下载:
  2. 一个关于粗糙集的软件,可以直接用,从外面论坛上下的,还可以-one about rough set software,you can use without change
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3.11mb
    • 提供者:yushichuan
  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. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:168.85kb
    • 提供者:李浩
  1. Load-balancing-base-on-rough-se-algorithm

    0下载:
  2. 基于粗糙集的负载均衡算法研究Load balancing based on rough set algorithm-Load balancing based on rough set algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:126.26kb
    • 提供者:tec1234
  1. High-dimensional-space-sphere-set-covering-problem

    0下载:
  2. 高维空间球集覆盖问题的改进1_近似算法High dimensional space sphere set covering problem approximation algorithm to improve 1_-High dimensional space sphere set covering problem approximation algorithm to improve 1_
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:297.67kb
    • 提供者:hao5208
  1. rough-set-and-neural-network-fault-diagnosis-of-ro

    0下载:
  2. 粗糙集神经网络的旋转机械故障诊断Based on rough set and neural network fault diagnosis of rotating machinery-Based on rough set and neural network fault diagnosis of rotating machinery
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:228.44kb
    • 提供者:huay163
  1. MATLAB-algorithm-programming-set

    0下载:
  2. matlab常用语言算法程序集,是初学者很好的学习资料-matlab algorithm programming set,good to the learner
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:137.51kb
    • 提供者:zhangxia
  1. fuzzy-set

    0下载:
  2. 介绍模糊集的基本概念,并附带matlab程序。较好的一本关于模糊集的书,可用于自学。-Introduce to Fuzzy Logic using matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:8.81mb
    • 提供者:louis
  1. Rough-set

    1下载:
  2. 基于Rough集理论的研究平台,集成了包括数据补齐、离散化、属性约简、值约简等30余种算法-Rough Set Theory-based research platform that integrates more than 30 algorithms including padded data, discretization, attribute reduction, value reduction, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-14
    • 文件大小:7.31mb
    • 提供者:蔡峡
  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. Rough-Set-Reduction-

    0下载:
  2. Rough Set Reduction algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:8.5kb
    • 提供者:chen
  1. rough-set

    1下载:
  2. 基于粗糙集的图像语义自动标注分类算法代码-Image semantic auto-tagging based on rough set classification algorithm code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-09
    • 文件大小:16.05mb
    • 提供者:赵鹏坤
  1. level-set-for-cell-tracking

    0下载:
  2. 利用水平集跟踪细胞,上一帧的先验信息作为当前帧的初始轮廓。跟踪过程中不断对水平集进行更新。-Tracking cell level set on a frame prior information as an initial outline of the current frame. Tracking process level set to be updated continuously.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:25.61kb
    • 提供者:蒋冬梅
  1. data set

    0下载:
  2. 常用的分类数据集 banana数据集 flame数据集(banana data set , flame data set)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:12kb
    • 提供者:频捷LI
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com