-
consensus
本程序时使用小世界模型对多个智能体寻优结果的仿真(This procedure used in small-world model of multiple-agent simulation optimization results)
- 2008-07-02 20:23:28下载
- 积分:1
-
nni
this is for stepresponse m file
- 2011-08-26 16:04:30下载
- 积分:1
-
GPS
MATLAB 所有函数介绍。。。。。。。。。。。。。。。。。(MATLAB Functions. . . . . . . . . . . . . . . . .)
- 2013-04-20 12:14:32下载
- 积分:1
-
BESO
双向渐进结构拓扑优化原始代码,采用软杀伤法的BESO( the source code of Bidirectional evolutionary structural topology optimization with the soft kill law BESO)
- 2021-02-17 10:39:46下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
fjqz
采用小波对信号分解和去噪。分解层数和使用的小波可以自己定义然后阈值去噪(Wavelet is used to decompose and denoise signals. The decomposition level and the use of wavelet can be defined by itself and then threshold denoising)
- 2019-04-15 11:02:23下载
- 积分:1
-
OPTIMAL.C.tar
optimal page replacement algorithm
- 2014-09-09 13:57:26下载
- 积分:1
-
dt
说明: 选择性读入并筛选数据,然后已ASCII码输出。Matlab程序。(Matlab program on loading and export database.)
- 2009-03-08 14:14:29下载
- 积分:1
-
uppaal-4.0.13-aca
Uppal is a prototype verification tool to maodel and verify prototype
- 2013-11-18 16:33:06下载
- 积分:1
-
2
地震数据通常含有噪音,通过该方法可以去除地震数据中的噪音,更好的反演结果(Seismic data usually contains noise, the method can remove the noise in the seismic data, better inversion results)
- 2013-12-25 08:41:36下载
- 积分:1