-
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
-
MAS_OND2
programme de simulation MAS onduleur
- 2011-07-16 19:47:36下载
- 积分:1
-
Lesson-3
matlab examples. plotting the spectrum of signals, and using Fast Fourier Transform.
- 2011-09-03 21:20:40下载
- 积分:1
-
som
使用自组织网络som根据动物特征进行分类的示例代码(Using self-organizing network based on animal characteristics to classify som sample code)
- 2011-11-21 17:02:27下载
- 积分:1
-
juanjima
关于MATLAB语言的卷积码的编码与维特比译码(About convolution coding MATLAB language code and Viterbi decoding)
- 2015-01-14 14:26:31下载
- 积分:1
-
doppler-compensation
雷达信号的多普勒补偿问题,对雷达整个的工作过程进行了仿真,多普勒进行了估计和补偿(Doppler radar signal compensation, work on the radar the whole process was simulated Doppler estimation and compensation were)
- 2014-02-27 15:31:10下载
- 积分:1
-
lloydmax_sig
Lloyd max algorithm using the signal itself
- 2009-06-03 19:18:06下载
- 积分:1
-
sound2
GUI de matlab para sonido
- 2010-05-23 00:36:21下载
- 积分:1
-
4PSK
对学好matlab很有用 ,对理解通信原理的一些很有用(Matlab to learn useful principle in understanding the communication of some very useful)
- 2009-05-20 14:43:44下载
- 积分:1
-
1
说明: 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值(-Recently, the field of bilinear interpolation and interpolation matlab source, comparing the effects of two algorithms.)
- 2012-05-01 13:52:55下载
- 积分:1