资源列表
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。
BuildEnergyPredictionUsedBP
- 建筑能耗预测的matlab编写的m文件,利用环境信息进行预测-the m file of build energy prediction
改进的差分进化算法
- 改进的差分进化算法,内附有测试函数,优化效果好。
DTW.RAR
- 关于动态时间规整(DTW)的一维,二维的程序,以及还有规整路径图-About Dynamic Time Warping (DTW) one-dimensional, two-dimensional program, and there are regular road map
RBF
- 径向基神经网络的基础代码,可供基础学习适用。-Basic code of radial basis neural network, which can be used for basic learning.