-
详细介绍了局部奇异值分解
详细介绍了局部奇异值分解-details of local SVD
- 2022-07-15 11:47:59下载
- 积分:1
-
这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题...
这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题-This program is breadth-first search, depth-first search, A algorithm and A algorithm and many other algorithms to solve the problem of digital 8
- 2022-12-31 07:30:10下载
- 积分:1
-
一个bp神经元网络的c++实现,优化了算法,有可执行界面
一个bp神经元网络的c++实现,优化了算法,有可执行界面-A bp neural network c++ to achieve and optimize the algorithm, there is an executable interface
- 2022-08-10 21:13:14下载
- 积分:1
-
介绍了神经网络模式识别的基本知识,适合于模式识别领域的人员...
介绍了神经网络模式识别的基本知识,适合于模式识别领域的人员-it introduces the ABC of the pattern recognation of NN, it is for the people of pattern recognation
- 2022-01-26 05:30:24下载
- 积分: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
-
This is an image processing pattern recognition on the source code, including C...
这是图象处理模式识别一书的源代码,包括C++和MATLAB的程序,对于做这方面的研究人员来说,会很有帮助的。-This is an image processing pattern recognition on the source code, including C and Matlab procedures for doing this kind of research personnel, will be very helpful.
- 2022-10-17 07:15:03下载
- 积分:1
-
On the Particle Swarm Optimization Algorithm. Using java language.
关于粒子群优化算法的实现.使用java语言实现。-On the Particle Swarm Optimization Algorithm. Using java language.
- 2022-07-08 23:50:45下载
- 积分:1
-
bp神经网络识别数字,可识别0
bp神经网络识别数字,可识别0-9的十个数字-the number of bp neural network can identify the ten figures 0-9
- 2022-03-05 00:08:57下载
- 积分:1
-
HMM Toolbox using sample documents can be widely applied in areas such as identi...
隐马尔科夫模型工具箱使用样本文件,可以广泛应用于识别等领域-HMM Toolbox using sample documents can be widely applied in areas such as identification
- 2022-03-19 13:49:29下载
- 积分:1
-
PSO
PSO--粒子群优化算法程序在vc++.net 2003下可实现的-PSO Particle Swarm Optimization procedures vc++. Net 2003 can be achieved
- 2022-02-05 12:06:32下载
- 积分:1