matlab中perceptron,perceptron

matlab中perceptron,perceptronperceptron 所属分类 matlab 例程开发工具 matlab 文件大小 2KB 下载次数 43 上传日期 2011 05 0118 19 52 上传者 zoujijin 说明 感知器感知器算法训练二元线性分类器 结构体数据使用感知器学习规则找到给定的二分类标签数据超平面 PERCEPTRONPe

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 [1×1]… 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 [1×1] … bias of hyperplane.

.t [1×1] (optional) … iteration number.

Input:

data [struct] Labeled (binary) training data.

.X [dim x num)

文件列表:[举报垃圾]

perceptron.m,4235,2004-06-22

近期下载者:

相关文件:

收藏者:

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/202252.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月20日 上午7:33
下一篇 2026年3月20日 上午7:33


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号