-
Fuzzy logic controller that uses mamdani logic.
Fuzzy logic controller that uses mamdani logic.
- 2023-08-23 07:10:02下载
- 积分:1
-
一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码
一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码-one of HMM (HMM) with the C library. Yes Visual C digital image pattern recognition technology and engineering practice supporting source code
- 2022-05-20 10:03:02下载
- 积分:1
-
科罗拉多大学开发的人脸识别系统,要在UNIX下运行.
科罗拉多大学开发的人脸识别系统,要在UNIX下运行.-developed at the University of Colorado, the face recognition system to run under UNIX.
- 2022-05-19 10:23:36下载
- 积分:1
-
A* algorithm, has detailed description of the process, in which the mystery of t...
一个*算法,有详细的描述过程,其中的奥秘自己看。
- 2022-12-17 08:55:03下载
- 积分: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
-
《游戏编程中的人工智能技术》一书中6,7章源代码
《游戏编程中的人工智能技术》一书中6,7章源代码- Game programming in artificial intelligence technology, one source book, Chapter 6,7
- 2022-03-23 21:48:39下载
- 积分:1
-
用C撰写遗传基因法
用C撰写遗传基因法-C genes written law
- 2022-07-17 16:11:58下载
- 积分:1
-
利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习...
利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
- 2022-07-26 10:14:51下载
- 积分:1
-
On support vector machine for training an improved genetic algorithm.
对支持向量机进行训练的一种改进的遗传算法。-On support vector machine for training an improved genetic algorithm.
- 2022-02-14 21:03:36下载
- 积分:1
-
自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值...
自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值- BP neural network training anaysis, realized by using error feed back, gradient descent applied updating of synaptic weights
- 2022-02-20 23:47:47下载
- 积分:1