-
libneural神经网络C库函数源代码,版本1.0.3.
libneural神经网络C库函数源代码,版本1.0.3.-libneural neural network C library functions source code, version 1.0.3.
- 2022-01-25 23:43:52下载
- 积分:1
-
书
书籍“Regularization tools for training large feed-forward neural networks using Automatic Differentiation”的源码文件-Books
- 2022-07-21 16:33:17下载
- 积分: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
-
支持向量机多参数自动选择优化程序!机器学习,数据挖掘工具!matlab版!...
支持向量机多参数自动选择优化程序!机器学习,数据挖掘工具!matlab版!-Support vector machine multi-parameter optimization procedure automatically selects! Machine learning, data mining tool! matlab version!
- 2022-04-16 12:16:13下载
- 积分:1
-
真正可以用的匈牙利算法
我校赛的时候用过
很不错
不过写的不够简洁...
真正可以用的匈牙利算法
我校赛的时候用过
很不错
不过写的不够简洁-Really can use the Hungarian algorithm school tournament when I used is pretty good but not enough to write a concise
- 2023-03-07 09:25:02下载
- 积分:1
-
BP算法的运算矩阵,很有用。
BP算法的运算矩阵,很有用。-BP algorithm computing matrix, very useful.
- 2022-08-18 12:26:40下载
- 积分:1
-
人工鱼群算法(AFSA)是2002年李晓磊提出的基于鱼群行为的寻求全局最优
的新型搜索策略,该算法具有较优的全局收敛能力及较快的寻优速度。本文首次将
人...
人工鱼群算法(AFSA)是2002年李晓磊提出的基于鱼群行为的寻求全局最优
的新型搜索策略,该算法具有较优的全局收敛能力及较快的寻优速度。本文首次将
人工鱼群算法应用于人工神经网络的学习,形成了人工鱼群神经网络模型,通过与
BP算法、模拟退化算法、进化算法训练的人工神经网络进行比较,验证了人工鱼群
神经网络在全局寻优能力上的优势,进而利用人工鱼群神经网络进行电力系统短期
负荷预测,建立了人工鱼群神经网络预测模型。为了进一步提高算法的稳定性,以
及求得全局最优值的能力,文中给出了改进的人工鱼群算法。当人工鱼种群的最优
值在多代未变的情况下,加入了“跳跃”行为,改变人工鱼个体的参数,避免陷入
局部最优并提高了寻求全局最优解的能力。然后建立了新的预测模型,实际编程表
明,改进后的模型具有更好的全局最优化能力及稳定性。-err
- 2022-03-14 14:14:11下载
- 积分:1
-
BP算法与人工只能的结合。
BP算法与人工只能的结合。-BP algorithm and the only artificial light.
- 2022-06-14 06:31:23下载
- 积分:1
-
TSP双种群蚁群算法。还包括了“30城市TSP问题数据与最优解.mat”,“75城市TSP问题数据.mat”,和“442TSP问题数据与算法对比.mat”...
TSP双种群蚁群算法。还包括了“30城市TSP问题数据与最优解.mat”,“75城市TSP问题数据.mat”,和“442TSP问题数据与算法对比.mat”-TSP-Stocks ant colony algorithm. Also include "30 cities TSP data and the optimal solution. Mat, " "75 cities TSP data. mat, " and "442TSP problem with the algorithm for data comparison. mat "
- 2023-01-21 12:45:04下载
- 积分:1
-
使用神经网络的K算法来对数据进行分类,有具体的实验要求和图...
使用神经网络的K算法来对数据进行分类,有具体的实验要求和图-K using the neural network algorithm to classify the data, there is a specific test requirements and plans
- 2022-12-20 10:40:03下载
- 积分:1