-
Prediction_RBF
混沌时间序列 基于人工神经网络的一步或多步预测(Chaotic time series based on artificial neural network or multi-step prediction step)
- 2010-12-25 20:45:39下载
- 积分:1
-
PKMgongzuokongjian
并联机构工作空间图形可视化,matlab编制的代码,请交流(Parallel Workspace graphical visualization, matlab code is compiled, please exchange)
- 2015-05-08 11:52:06下载
- 积分: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
-
power
从时域和频域上计算一个时间序列的能量,从而研究时间序列的能量(From the time domain and frequency domain calculation of the energy of a time series, time series in order to study the energy)
- 2011-10-15 16:08:34下载
- 积分:1
-
code-GPR
matlab code simulation GPR
- 2013-04-24 10:10:49下载
- 积分:1
-
adaptive-filter
自适应滤波算法与实现,有些matlab的实现方法,一本不错的书(A book for adaptive digital filter and implement, and this book is very good)
- 2013-12-03 00:28:36下载
- 积分:1
-
Critical-spindle-speed
主轴有限元分析临界转速及刚度、阻尼与模态振型。(Finite Element Analysis Critical spindle speed and stiffness, damping and mode shapes.)
- 2014-03-09 10:48:11下载
- 积分:1
-
inverter_svpwm_threelevel_Add_BusBalance
说明: 三电平逆变器的建模,可以用于二极管钳位型三电平主电路的设计,采用的是SVPWM算法(Modeling of three level inverter)
- 2021-04-06 00:25:18下载
- 积分:1
-
torque
Torque equation for human motion
- 2014-12-04 13:33:38下载
- 积分:1
-
srm
code for statistical region merging algorithm
- 2015-03-07 16:41:45下载
- 积分:1