-
C++,Fortran和Matlab分别实现的bp算法程序
方便初学者学习和调用...
C++,Fortran和Matlab分别实现的bp算法程序
方便初学者学习和调用-C++, Fortran and Matlab algorithm bp, respectively, procedures realize the convenience of beginners to learn and call
- 2022-05-17 21:55:56下载
- 积分:1
-
基于VC++的小波提升程序,包含小波提升的详细算法。对初学者有很大帮助...
基于VC++的小波提升程序,包含小波提升的详细算法。对初学者有很大帮助-Based on VC++ The Wavelet Lifting procedures, including detailed algorithm Wavelet Lifting. Have a great help for beginners
- 2022-02-02 23:53:56下载
- 积分:1
-
Neural network applications, which achieve a certain degree of value, have a str...
神经网络的应用程序,里面实现有一定的价值,有较强的参考价值和利用价值-Neural network applications, which achieve a certain degree of value, have a stronger reference to the value and use value
- 2022-08-23 14:03:52下载
- 积分:1
-
计算一个给定的粒子群优化算法的图像平滑…
用粒子群优化算法计算给定图像的平滑度。
- 2023-03-30 03:40:03下载
- 积分:1
-
模拟退火算法的源代码
可以执行
其中提供了指导说明
模拟退火算法的源代码
可以执行
其中提供了指导说明-Simulated annealing algorithm can be implemented in the source code which provides guidance notes
- 2022-10-20 12:15:03下载
- 积分:1
-
采用贝叶斯正则化算法提高 BP 网络的推广能力。我们采用两种训练方法,即 L...
采用贝叶斯正则化算法提高 BP 网络的推广能力。我们采用两种训练方法,即 L-M 优化算法(trainlm)-?捎??
- 2022-03-19 18:00:02下载
- 积分:1
-
机器人编程方法,主要是讲c的, 期刊论文
机器人编程方法,主要是讲c的, 期刊论文-Robot programming method, mainly stresses c and Journal Papers
- 2022-02-21 21:13:21下载
- 积分:1
-
bp神经网络,反向传播神经网络!感觉还不错的
bp神经网络,反向传播神经网络!感觉还不错的-bp neural networks, back-propagation neural network! Feeling pretty good
- 2022-02-01 08:03:07下载
- 积分:1
-
数字图形图形处理中的一个很有用的算法,好不容易搞到的
数字图形图形处理中的一个很有用的算法,好不容易搞到的-Digital graphics graphics processing in a useful algorithm, finally got the
- 2022-05-07 09:24:29下载
- 积分:1
-
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
- 2022-08-26 01:32:21下载
- 积分:1