-
efficientLBP
Software in matlab for image segmentation
- 2014-12-12 03:06:41下载
- 积分:1
-
Matlab 多目标优化
遗传算法多目标优化matlab代码,亲测可用(Genetic algorithm matlab code for multi-objective optimization)
- 2020-06-26 16:40:02下载
- 积分:1
-
MATLAB
matlab教程,详细的介绍了matlab的使用方法,操作步骤基流程(matlab tutorial matlab detailed introduction to use, step-based process operations)
- 2014-02-12 13:11:53下载
- 积分:1
-
PROGRAMMATION-cPP-et-genie-logiciel
book to learn Visual c++ and logiciel
- 2014-02-19 12:13:40下载
- 积分:1
-
testmyadd2
应用matlab编译器mcc实现,matlab和vc联合编程的经典例子(Application matlab mcc compiler implementation, matlab and vc classic example of joint programming)
- 2010-08-20 16:10:20下载
- 积分:1
-
lorenzmodel
用matlab gui做的洛伦兹吸引子示例,演示了混沌中的洛伦兹吸引子轨迹。(Matlab gui to do with the Lorenz attractor example, in demonstration of the chaotic trajectory of the Lorenz attractor.)
- 2009-04-23 19:23:45下载
- 积分:1
-
jiaoxishu
基于matlab开发的建筑节能计算平台,可以计算角系数、热辐射换热,附带程序说明(Based on the development of building energy matlab computing platform, you can calculate the angle coefficient, thermal radiation heat transfer, with the program description)
- 2014-12-04 11:19:51下载
- 积分:1
-
fb_spec
pcm编码,基础通信编程通信原理应用,基于通信原理的matlab pcm编码应用(PCM coding, basic communication programming communication theory applications, based on communication theory matlab pcm coding applications)
- 2013-05-09 22:38:38下载
- 积分:1
-
otsu
This is matlab otsu coding
- 2010-09-16 19:40:51下载
- 积分: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