资源列表
mdft
- 对DFT的改进算法,可以更精确的计算信号频谱-the reformed arigrom of DFT
fmap2
- 此程序解决人工神经网络的筛选,能精确地选出合适的变量-This resolves the artificial neural network screening, can accurately select the appropriate variable
instar
- Back propogation A-Back propogation ANN
QUEEN
- C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
BP
- 利用BP网络实现函数逼近,本程序以cos(k*pi*p)为例进行逼近-Function approximation using BP network, the procedures to cos (k* pi* p) as an example approximation
example8_1
- 数学建模中常用的神经网络程序,共有三部分,这是第一部分,是参加校赛是编写的-Mathematical modeling of neural network used in the procedure, a total of three parts, this is the first part of the tournament to participate in the preparation of school
face-detection
- Face Detection using Gabor feature extraction and neural network
yichansuanfa-
- C代码遗传算法求函数最大值f(x)=x^2 x 从0到30 !-C code function genetic algorithm for the maximum value f (x) = x ^ 2 x from 0 to 30!
PCA
- PCA算法,高维数据向低维投影。本源码采用直接向最大特征值的两个principle components投影,结果为二维。-PCA algorithm
fenyu
- 递归解决飞鱼问题。假设5个人合伙捕了x条鱼,则“A第一个醒来,他将鱼平分为5份,把多余的一条扔回河中,然后拿着自己的一份回家去了”之后,还剩下4(x-1)/5条鱼。-deal with fly fish
PID
- 实现过程仍然是分为定义变量、初始化变量、实现控制算法函数、算法测试四个部分-Implementation process is still divided into the definition of variables and initialize variables to achieve the control algorithm functions, algorithms, test four parts
kNN
- 用matlab实现K近邻算法,用于数据挖掘的分类-K-nearest neighbor algorithm for the classification of data mining using matlab