资源列表
yichuansuanfa1
- 使用遗传算法计算y=x2+y2+z2在【-5.12,5.12】的极大值,使用赌轮盘-Using genetic algorithm y = x2+ y2+ z2】 in 【-5.12,5.12 great value, the use of gambling roulette
dct_pnn
- 结合DCT和概率神经网络进行人脸识别。先利用DCT提取特征,然后利用PNN分类,在ORL人脸库上测试效果不错。-The combination of DCT and probabilistic neural network for face recognition. First DCT Feature Extraction, and then use a PNN classification, good test results on the ORL face database.
ksw_ga
- 遗传算法的matlab代码,已调试可直接运行。-Genetic algorithm matlab code, debugging can be run directly.
BP
- 自己写的BP神经网络程序,可用于语音识别-Write your own BP neural network program, can be used for voice recognition
ResSVD
- 给出了如何使用伪逆滤波器的matlab代码-give a matlab code of pseudo-inverse filter
nntrain
- 通过对数据进行归一化处理,进行神经网络的训练,并最终的到满意的结果-Normalized by the data processing, the neural network training, and the final results to the satisfaction
RBF_Gradient
- 该程序组是基于梯度下降算法的RBF网络实现过程,包含了RBF隐含层神经元等参数的具体确定步骤。-this is the RBF network with gradient method
NLS
- 脉冲星相位估计的最小二乘法,读取轮廓数据,生成光子到达时间TOAs,最小二乘求解相位。-NLS,phase estimation of pulsar navigation systems,read pulsar profiles.generation TOAs
bp
- 用matlab编的BP算法--函数拟合,用来逼近一个SIN函数-Part of the BP algorithm using matlab- function approximation is used to approximate a SIN function
1
- 遗传算法编程很有用的,可以用来借鉴参考,希望对大家有帮助!-Genetic algorithm programming useful, can be used to draw reference to all of us want to help!
backperceptrons.cpp.tar
- 简单的BP训练算法,更改X,Y实现含一个隐层的神经网络的训练。-BP training algorithm
SVM
- SVM(support vector machine )是支持向量机,是一种可以训练的机器学习方法