-
detection-matrix-and-check-block
detection matrix to detect lost data in image reconstruction
- 2011-07-15 06:58:43下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
adapt_filter
自适应滤波算法例程,包含LMS算法和RLS算法两种。(adaptive filter algorithm the MATLAB simulation)
- 2013-11-10 11:47:20下载
- 积分:1
-
fastica
FastICA算法,又称固定点(Fixed-Point)算法,是由芬兰赫尔辛基大学Hyvä rinen等人提出来的。是一种快速寻优迭代算法,与普通的神经网络算法不同的是这种算法采用了批处理的方式,即在每一步迭代中有大量的样本数据参与运算。(FastICA algorithm, also known as fixed-point (Fixed-Point) algorithm, University of Helsinki, Finland by Hyvä rinen et al put forward. Is a fast iterative optimization algorithm, with the ordinary neural network algorithm is different from the algorithm used in batch mode, that is, in every iteration step in a large number of samples involved in computing the data.)
- 2009-05-15 22:02:08下载
- 积分:1
-
蚁群算法的示例程序
蚁群算法的示例程序,可设定蚂蚁数和组数,可以显示分类结果。(Ant colony algorithm sample program, you can set the number of ants and the group number, you can display the classification results.)
- 2011-05-25 22:16:52下载
- 积分:1
-
cross-validation
matlab交叉验证cross Validation,把样本集分为训练集和测试集,防止网络出现过拟合,提高网络的泛化能力和预测精度(cross Validation for matlab,to estimate the test accuracy,training accuray and validation accuracy of a neural network)
- 2011-09-02 14:44:39下载
- 积分:1
-
LMSprogram
关于LMS算法的几种仿真,层层递进,加大算法复杂性以达到更好的效果,程序中包含几种算法的对比。(Simulation of several on the LMS algorithm, progressive layers, increase the complexity of the algorithm in order to achieve better results, the program contains a comparison of several algorithms.)
- 2013-03-04 14:39:48下载
- 积分:1
-
New-folder
I have get wavelet matlab coding.
- 2014-12-06 22:04:33下载
- 积分:1
-
Contour
等值线的生成,等值线的生成,等值线的生成,等值线的生成,(Contour generation, contour generation, contour generation, contour generation,)
- 2011-05-04 18:50:40下载
- 积分:1
-
EEMD处理
EMD的扩展算法,集合经验模态分解(EEMD), 程序完整可运行(Extension algorithm of EMD, ensemble empirical mode decomposition (EEMD), complete and runnable program)
- 2020-06-19 14:40:01下载
- 积分:1