资源列表
FFT_2
- 使用C语言详细实现了两种不同的快速傅立叶变换算法,可以清楚地理解算法原理。-use of C language in detail to achieve two different fast Fourier transform algorithm, we can clearly understand algorithm principle.
BP_ANN
- 一个用于数值预测的单层BP人工神经网络的c++源程序,可以直接使用,没有使用任何第三方库,开发环境为VS2015专业版。-a simple bp ann with c++,it s a source file you can add it in your project without do other thing,IDE is VS2015PRO.
PSO_Java
- 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域,基于Java语言实现。-Compared with the genetic algorithm, PSO has the advantage is simple and easy and there is no need to adjust many parameters. Has been widely applied to function o
1
- 基于k中心的有实体障碍约束的聚类算法例程。-K centers are based on physical barriers constrained clustering routines.
Elmanrecurrentnetwork
- 训练Elman recurrent network
antD
- 旅行商问题:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Traveling salesman problem: a number of sales going to the city to sell goods, known distance between cities (or passage). He selected one from a resident, goes throug
nn
- 对于三输入三输出系统,利用PID神经元网络解耦控制,最终实现了多变量的解构控制-For a three input and three output system, the use of PID neural network decoupling control, and ultimately deconstruct multivariable control
PSO
- 标准PSO算法实现,精度可以带到10的负40次方左右。-Standard PSO algorithm, the accuracy can be brought to about 10 to the minus 40 power.
Puzzle
- A*算法的一种简单描述,人工智能领域最为通用和重要的算法-A* most important and general algorithm in machine and here it is a kind of easy descr iption
lda
- 一个基于人耳模式识别的lda算法,可实现对高维矩阵的降维。-A pattern recognition based on human ear lda algorithm can realize high-dimensional matrix of dimension reduction.
LPP
- 局部保持投影(LPP),用于人脸的模式识别,亦可以用来分类,大家讨论讨论,不足的地方改进!-Local projection (LPP), pattern recognition for face, also can be used in the classification, we discuss, insufficient place improvement!
BPNT
- 本资料是BP神经网络的c语言实现。经过调试可运行成功的.C文件。-This material is about the reality of BP natural network.And it is full.