-
利用c语言实现人工智能神经元网络的hopfield算法
利用c语言实现人工智能神经元网络的hopfield算法-Use c language to achieve artificial intelligence neural network algorithm hopfield
- 2022-03-03 18:18:41下载
- 积分:1
-
模拟退火算法工具箱的研究,非常有用的东西
模拟退火算法工具箱介绍 研究sa很有用的东西-simulated annealing algorithm toolbox the study sa very useful things
- 2023-07-26 00:00:04下载
- 积分:1
-
4. "Evolutionary process
4。《演化程序――遗传算法和数据编码的结合》,[英]米凯利维兹着 科学出版社 2000年第一版
本书分三个部分共16章分别介绍了:1.遗传算法的概念、数学原理及方法步骤 2.遗传算法和数据编码联系起来所构成的演化程序 3.演化程序面向一些实际问题的应用。
本书语言生动,结构合理,较少使用专业性术语和深涩词汇,适合面临优化问题的研究生、程序员、设计师、工程师及科研工作人员参考。-4. "Evolutionary process-- genetic coding algorithm and data integration," [E] Mikhail Liweici a 520-531 2000 version of the first book in three parts a total of 16 chapters were introduced : 1. Genetic Algorithm concept mathematical principles and methods of Step 2. genetic algorithms and data coding linked posed by the evolution of procedures 3. Evolution-oriented procedures some of the practical problems of application. The book vivid language, reasonable structure, and less use of professional terminology and vocabulary deep acerbic suitable for optimization problems facing graduate students, programmers, designers, engineers and research personnel.
- 2022-03-21 23:18:24下载
- 积分:1
-
贝叶斯分类代码,实现分类
贝叶斯分类代码,实现分类-Bayesian classification code, realize Classification
- 2022-05-21 23:32:05下载
- 积分:1
-
治疗基于代表点的聚类算法,一个数据挖掘算法…
数据挖掘算法之一,基于代表点的CURE聚类算法,该算法先把每个数据点看成一类,然后合并距离最近的类,直至类个数为所要求的个数为止。-CURE cluster algorithm based on representive point,one of data mining algorithms,classifies each data as a category firstly, then unifies categories with the nearest distance into one until the number of class is coincidence with the classes demanded.
- 2022-10-15 17:40:02下载
- 积分:1
-
一个简单的遗传算法C++类
一个简单的遗传算法C++类-a simple genetic algorithm C
- 2022-02-01 13:32:22下载
- 积分:1
-
人工神经网络的操作,包括网络学习,训练…
我的人工神经网络作业,包括BP网络的学习,训练和回想,初学人工神经网络的可以-My artificial neural network operation, including the BP network learning, training and recall, learning artificial neural network can
- 2022-02-05 10:20:02下载
- 积分:1
-
This is a simple genetic algorithm and the algorithm is tested by a test problem...
一个简单遗传算法,用一个测试问题测试,到到得结果比较好-This is a simple genetic algorithm and the algorithm is tested by a test problem, and the result is not bad
- 2022-05-15 06:59:20下载
- 积分:1
-
用matlab语言编写的,该程序名为模拟退火算法m 源程序
用matlab语言编写的,该程序名为模拟退火算法m 源程序-Matlab language used, the procedure called simulated annealing algorithm m source
- 2022-06-17 12:47:18下载
- 积分: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