登录
首页 » matlab » perceptron

perceptron

于 2011-05-01 发布 文件大小:2KB
0 227
下载积分: 1 下载次数: 40

代码说明:

  感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则 找到给定的二分类标签数据超平面。 (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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • powerflow
    用MATLAB写的五节点潮流程序,包括PQ、牛拉、高斯以及保留非线性算法。(Using MATLAB to write five-node flow program, including PQ, trekking, Gaussian and nonlinear algorithm reserved.)
    2016-03-15 12:20:30下载
    积分:1
  • copula
    利用matlab计算copula函数的代码及程序,希望可以给大家带来帮助(Copula function calculated using matlab code and procedure, hoping to give us help)
    2011-05-02 17:00:42下载
    积分:1
  • fang
    MATLAB的模糊控制器,利用模糊这一块来实现仿真(fuzzy)
    2010-06-03 11:27:09下载
    积分:1
  • jsonlab-1.0
    matlab code for JSONlab a toolbox to encodedecode JSON files in MATLABOctave
    2015-02-03 15:02:57下载
    积分:1
  • circularHough
    Circular Hough transform using OpenCV: C++ version of the popular (best accurate I think) Matlab function CircularHough_Grd.m of Tao-Peng. Note: the user should know how to use OpenCV first.
    2010-08-13 17:57:26下载
    积分:1
  • my_Trellis_decode
    3/4Trellis编码的matlab解码(3/4Trellis encoding decoding matlab)
    2008-01-15 12:00:34下载
    积分:1
  • ellipsefit
    实现椭圆拟合的matlab程序,很不错,我的觉得比较有用(Matlab fitting procedure quite well, and I think that the more useful.)
    2006-12-30 16:42:22下载
    积分:1
  • ka-e-man-lv-bo
    应用matlab编程实现基于卡尔曼滤波的目标运动 小球的实时轨迹跟踪(using matlab : using kalman to track the target running ball in time)
    2013-09-03 16:40:26下载
    积分:1
  • A13encodeanddecode
    按照A13律编码对一个离散序列对信号进行编码,通信原理(encode by A13-law)
    2010-11-15 17:14:14下载
    积分:1
  • MATLAB
    matlab与通信仿真,希望对大家有帮助(matlab simulation and communication, in the hope that everyone has to help)
    2008-05-07 14:53:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载