资源列表
Machine-Learning
- Machine Learning: A Probabilistic Perspective.2012年才出的一本机器学习好书-Machine Learning: A Probabilistic Perspective.A good book just published in 2012.
probability-estimation
- 给定若干三维数据,建立训练概率模型,并对新数据进行估计。包括高斯模型、Parzen窗和K近邻密度估计-Given a number of three-dimensional data, the establishment of training probability model, and the new data is estimated. Including the Gaussian model, Parzen windows and K nearest neighbor density e
SGALAB1003beta5008_agriculture
- 带有模糊逻辑控制的多目标遗传算法,包括19个m文件和9个说明文档-Multi-objective genetic algorithm with fuzzy logic control,which include nineteen .m documents and nine guiding documents
FapTurbo52
- 著名的EA,测试结果良好 有兴趣的朋友可以测试交流下
FWA-C-Codes
- 烟花算法的C语言实现,在Devc++环境中开发,通俗易懂。-The C code of the fireworks algorithm
FastSLAMgai
- 对fastslam的修改程序,能运行,不用改动。-FastSLAM modification procedures, can run, without change.
ID3AlgorithmforWeatherJudge
- 讲ID3算法应用于天气决策。给定一组数据集,构建ID3判定树,对某一天气状况进行判断。使用Python脚本编写,C语言版本可参考百度文库(http://wenku.baidu.com/link?url=B3ltO-rUB7K927wLNaGaSInD0hoXRzjVtxFhwcvCdKqewIOu4BZ3SzpC9kRER4qOdBW2_19j-TdYd0H13LJhXZWApI1udXK3wIKBYwso37e),未验证。-Speak ID3 algorithm is applied to w
GA-k-means
- 遗传算法用在聚类方式时,其中的一个重要应用就是k-means算法,本文给出了源代码。-When the genetic algorithm used in the clustering mode, which is an important application of k-means algorithm, this paper presents the source code.
CORE-VECTOR-MACHINE
- 核心向量机对于训练样本的训练时间比支持向量机更少,而且训练效果更好。-core vector machine
cluster
- 基于节点间依赖度的社团结构划分方法,自己修改的人一种社团发现算法,C++原代码。-Detecting community structure based on the dependence between nodes
Cao
- Cao方法求嵌入维数,代入数据即可运行,只是速度有点慢。-Cao method of embedding dimension seeking, on behalf of the data to run, but a bit slow
Modularity
- 复习网络社团划分检测的模块度Q的实现。注意根据代码设计社团的数据结构。-Modularity Q。