搜索资源列表
模拟退火源码
- 模拟退火算法 模拟退火算法(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(η).δ 其中δ
Roughset.rar
- 这是利用粗糙集理论做得最小值约简法代码,值得借鉴,This is the use of rough set theory has done the minimum code Reduction Act, it is worth drawing
Bayes_example
- Bayes分类器应用于IRIS数据集的例子-An example of Bayes Classifier applied on IRIS Data Set
roughset
- 粗糙集理论的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
roughsetCprograms
- 用c语言编的基于粗糙集理论的属性约简程序-Using c language series based on rough set theory attribute reduction procedures
RS reducta priori regression
- 基于粗糙集的知识约简算法和采用回归进行的知识约简表示-Based on Rough Set Knowledge Reduction Algorithm and the use of regression express the knowledge reduction
rosettasoftware
- 一个关于粗糙集的软件,可以直接用,从外面论坛上下的,还可以-one about rough set software,you can use without change
roughset
- 粗糙集属性约简算法,共计52页,包括代码及应用说明,有需要的欢迎下载-Rough set attribute reduction algorithm, for a total of 52, including code and application notes, there is a need to download the welcome
K-meansNB
- :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
Load-balancing-base-on-rough-se-algorithm
- 基于粗糙集的负载均衡算法研究Load balancing based on rough set algorithm-Load balancing based on rough set algorithm
High-dimensional-space-sphere-set-covering-problem
- 高维空间球集覆盖问题的改进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_
rough-set-and-neural-network-fault-diagnosis-of-ro
- 粗糙集神经网络的旋转机械故障诊断Based on rough set and neural network fault diagnosis of rotating machinery-Based on rough set and neural network fault diagnosis of rotating machinery
MATLAB-algorithm-programming-set
- matlab常用语言算法程序集,是初学者很好的学习资料-matlab algorithm programming set,good to the learner
fuzzy-set
- 介绍模糊集的基本概念,并附带matlab程序。较好的一本关于模糊集的书,可用于自学。-Introduce to Fuzzy Logic using matlab.
Rough-set
- 基于Rough集理论的研究平台,集成了包括数据补齐、离散化、属性约简、值约简等30余种算法-Rough Set Theory-based research platform that integrates more than 30 algorithms including padded data, discretization, attribute reduction, value reduction, etc.
rough-set-reduct-and-get-rules-code
- 粗糙集的约简源码以及规则获取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
Rough-Set-Reduction-
- Rough Set Reduction algorithm source code
rough-set
- 基于粗糙集的图像语义自动标注分类算法代码-Image semantic auto-tagging based on rough set classification algorithm code
level-set-for-cell-tracking
- 利用水平集跟踪细胞,上一帧的先验信息作为当前帧的初始轮廓。跟踪过程中不断对水平集进行更新。-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.
data set
- 常用的分类数据集 banana数据集 flame数据集(banana data set , flame data set)