-
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
-
edgedetection
进行边缘检测,效果比较好,和其他几种进行比较之后显示出优势(process edgedetection)
- 2011-10-08 15:09:01下载
- 积分:1
-
LinearKalmanFilter
卡尔曼滤波的实质是由量测值重构系统的状态向量。(Essence of the Kalman filter is measured by the value of reconfigurable system state vector.)
- 2014-10-15 16:32:08下载
- 积分:1
-
Tikhonov_regularization_toolbox
Tikhonov正则化工具箱,可实现病态方程组的正则化,以及采用L曲线法、岭估计法、GCV法等确定正则化参数,内含使用方法,亲测有效。(Tikhonov regularization toolbox, which can realize regularization in morbid equations, and using the L curve method, ridge estimation, GCV method to determine the regularization parameter, embedded application method, effective measurement.)
- 2021-03-29 16:39:10下载
- 积分:1
-
random-number
matlab中各种随机数的产生,包括各种例子和说明。(kinds of ways for random numbers generation of matlab)
- 2011-05-25 12:52:29下载
- 积分:1
-
two
MATLAB Code for MIMO Receiver design
- 2013-11-29 15:14:40下载
- 积分:1
-
detectingI
并网时检查电网频率和幅值的探测的简单程序(Simple program to check the grid frequency and amplitude detection grid)
- 2012-11-07 14:43:09下载
- 积分:1
-
fastdist.m
Fast calculation of squared Euclidean distance
- 2015-03-29 06:12:15下载
- 积分:1
-
IPMSM_PI_speed
interior permanent magnet synchronous machine speed control using pi controller
- 2009-11-17 08:42:40下载
- 积分:1
-
MR8fast
makae mr8fast filter in matlab
- 2009-11-28 16:26:25下载
- 积分:1