-
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
-
area1
multi area with single ntegral
- 2011-09-04 14:46:06下载
- 积分:1
-
matlab-Codings
matlab codings for dtf and idtf
- 2014-09-09 18:10:41下载
- 积分:1
-
NCSCIT01_086_1815459
Feature Extraction from eeg
- 2013-12-29 02:07:36下载
- 积分:1
-
KarhunenLoeve
本代码适用于随机场中的KL正交展开,可用于描述参数的空间变异。(This code is suitable for KL orthogonal expansion in random fields and can be used to describe the spatial variation of parameters.)
- 2020-08-26 11:08:14下载
- 积分:1
-
huigui
MATLAB软件的回归分析教程和MATLAB的具体程序说明(Regression Analysis MATLAB software tutorials and MATLAB description of the specific procedures)
- 2010-09-25 19:06:07下载
- 积分:1
-
fun513
MATLAB求解转子动力学方程的状态矩阵的特征值,用在航空专业领域(Rotor dynamics equation solving state eigenvalues)
- 2014-12-11 10:45:11下载
- 积分:1
-
matlab7.0_2
matlab 7.0下册,还有上册,大家一起下载吧。很有用的数学工具。(matlab 7.0 Book, but also on the list and we can work together to download it. Useful mathematical tool.)
- 2007-12-27 11:34:14下载
- 积分:1
-
Hysteresis_band_CCPWM_single_phase
hysteresis band pwm single phase inverter
- 2014-02-11 03:59:36下载
- 积分:1
-
floyd
说明: maltab 图像处理中对ed算法的增强算法(maltab image processing algorithms in the enhancement algorithm on the ed)
- 2011-04-18 15:26:41下载
- 积分:1