-
水木清华BBS精华区--人工智能 涉及了人工智能的多个方面问题...
水木清华BBS精华区--人工智能 涉及了人工智能的多个方面问题-Shuimu Tsinghua BBS essence District-- AI Artificial Intelligence involves a number of aspects
- 2023-03-20 20: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
-
基于ICA的信号分离程序,是一个很好的信号处理方面的程序
基于ICA的信号分离程序,是一个很好的信号处理方面的程序-based ICA signal separation procedure is a very good signal processing procedures
- 2023-04-01 21:00:04下载
- 积分:1
-
卡内基梅隆大学,采用人工神经网络方法进行人脸训练和识别的c程序源代码,程序中注释比较详细,不多说了。...
卡内基梅隆大学,采用人工神经网络方法进行人脸训练和识别的c程序源代码,程序中注释比较详细,不多说了。-Carnegie Mellon University, artificial neural network method for training and Face Recognition c source code, procedures Notes in greater detail, not much to say.
- 2022-03-30 02:08:09下载
- 积分:1
-
国外网站上的svm源码,希望对大家有帮助
国外网站上的svm源码,希望对大家有帮助-abroad on the website svm source, and I hope to be helpful
- 2022-02-26 02:37:40下载
- 积分:1
-
有关神经网络的源码
有关神经网络的源码-the neural network source
- 2022-02-13 10:29:45下载
- 积分:1
-
用双感知器神经网络来处理非
利用双层感知器神经网络处理线性不可分的分类问题-use double perceptron neural networks to handle non-linear classification
- 2022-02-03 16:32:20下载
- 积分:1
-
用matlab语言编写的,该程序名为模拟退火算法m 源程序
用matlab语言编写的,该程序名为模拟退火算法m 源程序-Matlab language used, the procedure called simulated annealing algorithm m source
- 2022-06-17 12:47:18下载
- 积分:1
-
projections Gray (No. Third Edition)
灰色预测模型称为CM模型,G为grey的第一个字母,M为model的第一个字母。GM(1,1)表示一阶的,一个变量的微分方程型预测模型。GM(1,1)是一阶单序列的线性动态模型,主要用于时间序列预测。 一、GM(1,1)建模 设有数列 共有 个观察值 对 作累加生成,得到新的数列 灰色理论与模型及在车辆拥有量预测中的应用 灰色神经网络交通事故预测比较
灰色系统(第三版)-projections Gray (No. Third Edition)
- 2022-04-20 07:03:44下载
- 积分:1
-
一个用C编写的SOM(自组织特征映射)神经网络源代码。
一个用C编写的SOM(自组织特征映射)神经网络源代码。-a C prepared by the SOM (self-organizing feature map) neural network source code.
- 2022-10-02 13:10:03下载
- 积分:1