资源列表
Machine-learning-demos-
- 所有机器学习方法的集合,功能很全面,效果很赞-All machine learning methods set features a very comprehensive, the effect is praise
GMM
- 聚类算法之高斯混合模型,GMM 和 k-means 很像,不过 GMM 是学习出一些概率密度函数来(所以 GMM 除了用在 clustering 上之外,还经常被用于 density estimation )。-Gaussian mixture model of clustering algorithm, GMM and k-means like, but GMM is learning some probability density function (so GMM except on cl
K-mean
- 聚类算法中的k-means算法,和k-medoids 肯定是非常相似的。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-means 中,我们将中心点取为当前 cluster 中所有数据点的平均值。-Clustering algorithm k-means algorithm, and k-medoids certainly very similar. k-medoids and k-means not the same place that the center o
ICA
- 独立主成分分析程序的源码,其中包含程序和一份PDF格式的程序详细说明文档。希望对大家有帮助。-Fast Independent Component. This program Analysis estimates the independent components given multidimensional signals.
ext_custom_transport
- 非常好用的程序,用于跟踪目标物,并且计算距离-Very easy to use program for tracking the object, and calculates the distance
read_pointcloud
- 可以读取wrl文件中的点云,输出为点云的三维坐标,用matlab编写。
DE
- 这是我本科时借鉴国外一个朋友的源码优化的差分进化算法程序,能求多维最优值问题,并给出了优化模拟动画程序,使用方法见文件夹里的说明文档。-An algorithm program called Differential Evolution that can solve optimizing problems.
BP
- y=sinx函数用BP神经网络自己写的程序预测,没有用神经网络工具箱里的函数-y = sinx function to write their own programs for prediction BP neural network, no neural network toolbox function is used
binary_networks
- 目前社区发现算法中验证算法性能的LFR生成程序,其是Windows平台下无向无权重人工网络的生成程序。-LFR benchmark network!
ABC-Alogorithm
- 人工蜂群算法MapBasic源代码,结构完整,具有一定拓展性。-Source code of artificial bee colony written with MapBasic, this algorithm is of full framework with expansivenes
3
- 本文详细介绍了利用果蝇算法计算函数的最大值最小值问题的matlab程序代码。-This paper describes the use of Drosophila algorithm function MAX MIN problem matlab code.
2
- 人工蜂群算法是一种较优秀的群体智能算法.尽管产生时间较晚,算法的很多方面(如引导信息素、信息素扩散机制、最优种群大小等)尚需进一步研究,但其性能仍可与现有许多群体智能算法相媲美,如蚁群算法、粒子群算法等.人工蜂群算法现已成为人工智能领域的一个研究热点问题.随着各项研究的不断深入,人工蜂群算法一定能够更多的解决更多实际问题.-Artificial bee colony algorithm Matlab procedures to achieve
