搜索资源列表
matlabDynaicProgrammingAlgorithm
- 基于Matlab的动态规划算法的实现,不同的例子主程序一样,不过其他诸如决策函数等是不一样的-Dynamic Programming Algorithm
patternRecognition
- 这系列课件系统地讲述了模式识别的基本理论和基本方法。内容涵盖了贝叶斯决策、概率密度函数的估计、线性判别函数、邻近法则、特征的选择和提取、非监督学习、神经网络、模糊模式识别等。-This series of courseware on a pattern recognition system to the basic theory and basic methods. Covers the Bayesian decision-making, the estimated probability de
Dependency
- 基于粗糙集的条件属性对决策属性的依赖度计算函数,简单易用。-Condition attributes based on rough set dependency of decision attribute calculation functions, easy to use.
NRS_FW_FS
- 新加入条件属性对决策属性的依赖度计算函数。基于粗糙集。-The new conditions for accession to the decision attribute attribute dependency calculation functions. Based on rough sets.
Pattern_recognition4
- 张学工老师模式识别第四次作业,分别用C均值方法,分层聚类方法和非监督参数下正态分布函数估计的贝叶斯决策对身高体重二维数据进行分类。-Zhang engineering teacher fourth pattern recognition operations, respectively C-means, hierarchical clustering methods, and non-normal distribution function under the supervision of th
Genetic-Programming
- 本书包括绪论、GP机理研究及算法性能改进技术、GP自定义函数共同进化方法研究、GP适应度函数光滑拟合与调整参数方法研究、基于GP的多目标决策函数建模及稳定性分析等-The book includes an introduction, GP mechanism and algorithm performance improvement techniques, GP custom function study co-evolution method, GP fitness function smoo
svm-toolbox
- matlab 支持向量机工具箱可以实现输入数据并对数据按指定的寻优方式和核函数计算出数据分类决策函数。-matlab SVM toolbox for data classification
FullBNT-1.0.4
- 创建你的第一个贝叶斯网络 手工创建一个模型 从一个文件加载一个模型 使用 GUI 创建一个模型 推断 处理边缘分布 处理联合分布 虚拟证据 最或然率解释 条件概率分布 列表(多项式)节点 Noisy-or 节点 其它(噪音)确定性节点 Softmax(多项式 分对数)节点 神经网络节点 根节点 高斯节点 广义线性模型节点 分类 / 回归树节点 其它连续分布 CPD 类型摘要 模型举例 高斯混合模型 PCA、ICA等 专家系统的混合 专家系统的分等级混合 QMR 条件高斯模型 其它混合模型 参数学
decision
- DSmT理论中的决策规则函数源码,对于信息融合的应用有一定的参考价值,尤其对应于冲突性数据。(DSmT theory of decision rule function source code, for the application of information fusion has some reference value, especially in conflict with data.)
IDL-decision_tree
- IDL中没有能调用决策树的函数,本程序可以调用决策树工具(d)
decision_tree
- 自己用matlab实现的决策树仿真的代码,决策树代码包含ID3算法和C4.5算法,算法原理可以参照统计学习(李航著),具体代码编写部分参照网上博客。实现结果用matlab的treelayout实现,模拟树形实现最大程度图形化还原,可以为学习相关算法的朋友提供参考。代码包含相应的主函数和两个决策树函数,具体可参考文字示意。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, th
决策树
- 决策树id3算法matlab代码,已调试,根据需要改写main函数,实现数据分类功能(code for decision tree)
dca函数
- decision curve analysis,决策曲线(DCA),用于模型间的评价,领域包括医学临床决策等。(This is a software package, there is a code in the R language environment, the code is a function, function called decision curve, commonly used in statistical modeling, evaluation between the m
zy7
- 用于进行系统聚类分析的MATLAB代码,因为激活要上传代码所以随便弄了一个,基本没什么用,真的要进行系统聚类也不要用我的这个代码,打成函数比较好。(This code is used for clustering analysis. I upload this to active my account, and this file is almost useless. If you really have to do clustering analysis, achieving the meth
MATLAB自编程序(仅函数程序)
- matlab定量决策五大类问题:资源配置问题;作业安排问题;库存订货问题;路径选择问题;经济金融问题。有详细的源代码及注释。(There are five major problems in MATLAB quantitative decision making: resource allocation problem; job arrangement problem; inventory order problem; path selection problem; economic and f
jiqixuexi
- 编写代码计算信息增益,splitDataSet函数是用来选择各个特征的子集的,比如选择年龄(第0个特征)的青年(用0代表)的自己,我们可以调用splitDataSet(dataSet,0,0)这样返回的子集就是年龄为青年的5个数据集。chooseBestFeatureToSplit是选择选择最优特征的函数。(Write code to calculate the information gain.SplitDataSet function is used to select the featur
DCT
- 机器学习的决策树,通过调用sklearn中的函数完成,同时可以对txt文件中的数据集进行分类(Decision Tree,machine learning,separate the dataset in txt files.)
Dectree
- 决策树分类小程序,分类一个酒的类别数据集,数据集里有三类酒,利用matlab自带的决策树函数,根据数据集进行建模,预测。决策树小程序Demo(Decision tree classification program, classification of a wine category data set, there are three types of wine in the data set, using the decision tree function of matlab, accord
多目标测试函数集
- 多目标测试函数集DTLZ1-7,无约束的7个多目标优化问题。 输入:种群、目标函数数量、决策变量数量、函数序号 输出:对应的函数值
MDP相关函数
- 基于图的马尔可夫决策过程(GMDP)相关的函数,该框架允许表示和近似地解决Markov决策过程(MDP)