-
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
-
PCA_2
Matlab Coce for PCA 2
- 2012-05-08 21:04:29下载
- 积分:1
-
project
Time Invariant Time Varying Systems and circular convolution
- 2014-10-04 14:32:50下载
- 积分:1
-
kpc_mm
Kpca,matlab编写代码,程序,特征提取好方法,值得一看。(Kpca, matlab code, and procedures, good feature extraction method, worth a look.
)
- 2014-10-29 06:53:55下载
- 积分:1
-
Fzcx2
10kv配电网单相接地故障仿真模型,可实现直配线路及带分支线路的仿真,还可以直接观察到故障后电压电流信息的模分量(10kV single phase to earth fault of distribution network simulation model)
- 2015-03-31 16:44:39下载
- 积分:1
-
connect_VB_and_MATLAB
vb連結matlab
在vb裡面可以使用加減、或sin波(vb connect matlab)
- 2009-10-28 09:44:07下载
- 积分:1
-
Example3-Off-plane-propagation
用平面波展开法计算的二维光子晶体结构例程三,matlab程序源代码(With the plane wave expansion method to calculate the three-dimensional photonic crystal structure routines, matlab source code)
- 2013-10-24 15:31:00下载
- 积分:1
-
blast_mimo_zf
,仿真四种(ZF,ZF-SIC,MMSE,MMSE-SIC) Vblast接收机的检测性能,绘制误比特率~信噪比曲线。(Simulation of four (ZF, ZF-SIC, MMSE, MMSE-SIC) vblast receiver detection performance, drawing the bit error rate to the signal-to-noise ratio curve.)
- 2021-03-20 11:39:18下载
- 积分:1
-
lgdt3305
Support for LG Electronics LGDT3304 and LGDT3305 - VSB QAM.
- 2015-03-13 10:13:16下载
- 积分:1
-
改进MFO算法2
改进MFO算法火焰更新方式,加快其收敛速度(The flame updating method of MFO algorithm is improved to accelerate its convergence speed)
- 2020-06-23 13:40:02下载
- 积分:1