资源列表
HS
- 和声搜索算法,一种智能优化算法,国外学者编写的源码,可以运行,附带有测试函数和简要的算法介绍,供大家学习参考。-Harmony search algorithm, a kind of intelligent optimization algorithm, foreign scholars write the source code, It can run smoothly with test function and algorithm is introduced briefly, consul
libsvm-3.1
- SVM实现代码,利用c语言进行实现,是有台湾的一名教授实现的-the svm realizes
GA
- 在matlab 环境下用遗传算法求解TSP问题。包含源代码和说明文档
Numerical Methods
- Numerical Methods
neuralNet
- simple neural net project based on vs2008
模拟退火算法
- 模拟退火算法来源于固体退火原理,是一种基于概率的算法,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(The simulated annealing algorithm derived from the principle of solid annealing, is a kind of algorithm based on probability, the solid h
Work
- 改进型人工鱼群算法,相关论文发表于核心期刊-Improved AFSA, relevant papers published in core journals
NewAntProject
- 段海滨 蚁群算法 已经编译通过,希望大家学习下载-Ant colony
FCM-used-for-image-segmention
- 基于FCM的图像分割算法,先对图像平滑,然后利用FCM对像素聚类,实现对图像的分割。-A methord based on FCM for image segmenting,firstly,using filter to smooth the image and the use the rule of FCM clustering pix finshing image segmention
Locality-constrained Linear Coding for Image Classification
- Locality-constrained Linear Coding (LLC) in place of the VQ coding in traditional SPM. LLC utilizes the locality constraints to project each descr iptor into its local-coordinate system, and the projected coordinates are integrated by max pooling to
cmean
- 这个算法的基础是误差平方和准则,为了要得到最优结果,首先要对样本集进行划分,一般的做法是先选择一些代表性的点作为聚类的核心,然后把其余的点按照某种方法分到各类中去。-This algorithm is based on error sum of squares criterion, in order to get the optimal results, first of all to sample set division, the general practice is to choose
shenjingwangluo
- 神经网络是由大量简单的基本元件—神经元相互连接而成的自适应非线性动态系统。每个神经元的结构和功能比较简单,而大量神经元组合产生的系统行为却非常复杂。-Neural network is a large number of simple basic components- made of neurons interconnected adaptive nonlinear dynamic systems. Each neuron structure and function of relativel