-
一个简单的用MATLAB写的BP算法源程序。
一个简单的用MATLAB写的BP算法源程序。-a simple written in MATLAB BP algorithm source.
- 2022-02-12 06:30:05下载
- 积分:1
-
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主...
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。
-ant colony algorithm
proposed by Colorni and Dorigo. The method is simulated by ants activity
- 2022-04-09 15:02:02下载
- 积分:1
-
企业竞争力关键决定因素的直觉模糊识别模型,值得借鉴
企业竞争力关键决定因素的直觉模糊识别模型,值得借鉴-competitiveness of enterprises key determinants of intuition fuzzy recognition model, worth learning
- 2022-02-03 09:13:42下载
- 积分:1
-
仿真人工智能是指用人工的方法和技术,模仿、延伸和扩展人的智能,实现机器的智能化,人工情感指用人工的方法和技术,模仿、延伸和扩展人的情感,使机器具有识别、理解和表...
仿真人工智能是指用人工的方法和技术,模仿、延伸和扩展人的智能,实现机器的智能化,人工情感指用人工的方法和技术,模仿、延伸和扩展人的情感,使机器具有识别、理解和表达情感的能力。
- 2023-03-27 03:25: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
-
此程序用于测试神经元的库函数 // 它展示了怎样用这个库所生成的多层BP网络来求解宇称问题...
此程序用于测试神经元的库函数 // 它展示了怎样用这个库所生成的多层BP网络来求解宇称问题-this procedure for testing neuronal function of the library// it tells how to use this library generated by the multi-storey BP network to solve problems Parity
- 2022-01-24 10:08:12下载
- 积分: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
-
经典的SOM人工神经网络例子源码
经典的SOM人工神经网络例子源码-classic example ANN FOSS
- 2022-01-31 14:27:57下载
- 积分:1
-
BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值...
BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值-BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
- 2022-07-22 10:42:25下载
- 积分:1
-
svm classification svm_c source for the classification of programming with simil...
svm_c 分类源码 用于svm的分类编程同svm_nu 相近-svm classification svm_c source for the classification of programming with similar svm_nu
- 2023-06-08 23:30:02下载
- 积分:1