-
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
-
leidafangzhen
关于雷达的同学们仿真用的 这里有我的一些新的代码分享(About radar classmates simulation used here are some of my new code share)
- 2013-01-07 15:06:22下载
- 积分:1
-
QPSO
量子理论和离子群优化算法结合,构建的量子粒子群优化算法,获得较的效果!(Quantum theory and particle swarm optimization algorithm combining quantum behaved particle swarm optimization algorithm to construct, acquire more effect!
)
- 2014-11-30 08:52:14下载
- 积分:1
-
gangbang
实现了图像的灰度化并进一步用于视频监视控,利用matlab GUI实现的串口编程例子,分析了该信号的时域、频域、倒谱,循环谱等。( Achieve a grayscale image and further control for video surveillance, Use serial programming examples matlab GUI implementation, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc.)
- 2016-06-15 14:12:02下载
- 积分:1
-
esprit2
波束形成DOA估计中的ESPRIT算法matlab程序(ESPRIT)
- 2009-05-14 17:17:21下载
- 积分:1
-
decimal-and-binary
matlab 十进制与二进制的转换
包括二进制转换为十进制;也包括十进制转换为二进制(decimal to binary
binary to decimal)
- 2011-05-19 09:52:55下载
- 积分:1
-
chapter27
matlab智能算法案例之一,无导师学习神经网络(The regression and classification of Extreme Learning Machine. matlab intelligent algorithm case)
- 2012-08-29 11:01:53下载
- 积分:1
-
sinfapm
该函数sinfap.m评估频率,振幅,相位和平均均匀采样谐波信号值。(The function sinfap.m evaluates frequency, amplitude, phase and mean value of a uniformly sampled harmonic signal)
- 2010-08-15 09:56:15下载
- 积分:1
-
roughset
粗糙集matlab算法,有属性约简,值约简,规则生成等多种算法。(Neighborhood rough set based feature evaluation and reduction)
- 2010-11-09 21:04:53下载
- 积分:1
-
adaptivefilter
using adaptive filter for denoising
- 2009-07-13 18:14:26下载
- 积分:1