matlab中perceptron,perceptron

perceptron

所属分类:matlab例程

开发工具:matlab

文件大小:2KB

下载次数:43

上传日期:2011-05-01 18:19:52

上 传 者:zoujijin

说明:  感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则

找到给定的二分类标签数据超平面。

(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)

文件列表:[举报垃圾]

perceptron.m,4235,2004-06-22

近期下载者:

相关文件:

收藏者:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值