-
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
-
petrizj
matlab知识聚集,方便快捷的学习知识,一款非常实用的软件(Matlab knowledge aggregation, convenient and quick learning knowledge, a very practical software)
- 2012-04-24 21:47:08下载
- 积分:1
-
synchronous-identification-algorithm
synchronous identification algorithm
- 2013-01-15 05:36:33下载
- 积分:1
-
ABAQUS
结构分析软件 abaqus 钢与混凝土本构模型 子程序(Structural analysis software abaqus steel and concrete constitutive model subroutine)
- 2013-11-11 13:37:18下载
- 积分:1
-
BeatingWord
跳得字,透過輸入文字,下方會出現文字跳動(Jump word, through the input text, the text will appear below beating)
- 2015-04-10 00:46:00下载
- 积分:1
-
DCLAB
PULSE CODE MODULATION
- 2010-10-25 23:32:55下载
- 积分:1
-
UCI-dataset
uci数据集 第一列为类标,其他列为特征(This is UCI dataset.The first column is label.The other columns are features.)
- 2012-03-31 17:10:59下载
- 积分:1
-
norm
Normalizes data between 0 and 1 (norm_RS1) or between -1 and +1 (norm_RS2)
- 2014-09-09 22:18:30下载
- 积分:1
-
CancerCellPanINDataBinned
we developed a toolkit called PriVar, a systematic prioritization
pipeline that takes into consideration calling quality of the
variants, their predicted functional impact, known connection of
the gene to the disease and the number of mutations in a gene, and
inference from linkage analysis.
- 2013-03-15 09:56:38下载
- 积分:1
-
SMC-controller-master
关于滑模控制的自主车辆轨迹规划,挺详细的,可以学习下,加油!(Trajectory Planning for Autonomous Vehicles using Sliding Mode
Control)
- 2020-11-07 14:29:49下载
- 积分:1