-
zuidapipei
使用匈牙利算法实现二部图最大匹配,最终找到二部图的最大匹配(achieve the max matching in bipartite graph useing the method of Hungarian algorithm)
- 2012-06-10 20:08:41下载
- 积分:1
-
qam_ofdm
ofdm using qam modulation
- 2014-09-20 14:13:45下载
- 积分:1
-
Matlab_OFDM-and-figure
matlab 中具体OFDM过程,包含各种QAM调制方式,以及信道,编码,还有大量仿真图(OFDM matlab specific process, including various QAM modulation and channel coding, as well as a large number of simulation map)
- 2014-10-07 15:38:09下载
- 积分:1
-
moments
Hu矩及其改进Hu矩的文章以及Matlab的实现(Hu moments and its improved Hu moments of the article, as well as the realization of Matlab)
- 2012-10-15 16:44:02下载
- 积分:1
-
Numerical-Solution-PDE-
偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法(introduces the most widely elliptic, hyperbolic, parabolic partial differential equations numerical solution, but also the details of each programming a variety of common numerical solution of equations. Attachments using the MATLAB program to implement these algorithms)
- 2011-04-19 17:59:18下载
- 积分:1
-
P4-1
matlab遗传算法 matlab遗传算法matlab遗传算法matlab遗传算法matlab遗传算法(matlab genetic algorithm
)
- 2013-08-04 11:37:59下载
- 积分:1
-
CFDTD3d
说明: 一个三维共形时域有限差分方法,很实用,对于处理三维FDTD算法问题,很有实际价值。(A three-dimensional conformal finite-difference time domain method is very practical.It has practical value to deal with the problem of 3D fdtd algorithm.)
- 2019-04-24 09:58:39下载
- 积分:1
-
ColorDetectionByHue
implementing color detection by using the hue technique
- 2011-01-12 02:39:02下载
- 积分:1
-
exceling-in-matlab6.5
matlab编程的指导教程,其中配有大量M文件的例程,对matlab的初学者很有用(matlab programming tutorial, which Peiyoutailiang M-file routines, useful for beginners matlab)
- 2011-11-08 11:35:18下载
- 积分:1
-
pso-bp
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。
BP(Back Propagation)神经网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hidden layer)和输出层(output layer)。(Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years (Evolutionary Algorithm- EA). Kind, and simulated annealing algorithm PSO algorithm is similar evolutionary algorithms, it is also starting a random solution, through an iterative search for the optimal solution, which is also used to uate the quality through fitness solution, but it is simpler than genetic algorithm rules It has no genetic algorithm " crossover" (Crossover) and " variant" (Mutation) operation, which by following the current search to find the optimal value to the global optimum. This algorithm is its easy implementation, high accuracy, fast convergence, etc. attracted academic attention and show its superiority in solving practical problems. PSO algorithm is a parallel algorithm. BP (Back Propagation) neural network is a 1986 team of scientists headed by Rumelhart and McC)
- 2020-10-29 22:19:56下载
- 积分:1