登录
首页 » matlab » perceptron

perceptron

于 2011-05-01 发布 文件大小:2KB
0 208
下载积分: 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 个回复

  • Code_Find
    This is a matlab code for m sequence code finding
    2010-01-09 21:37:10下载
    积分:1
  • viterbi
    viterbi译码算法,可以对卷积码进行解码。通信类的朋友知道的。。。(viterbi)
    2009-12-12 10:43:56下载
    积分:1
  • GMDH(Source-code-of-GMDH-type-Polynomial-Neural-N
    gmdh for matlab sorcse code
    2012-04-08 15:57:52下载
    积分:1
  • gaussian_convolution_filter.m
    Code source for gaussian plotting
    2012-05-12 21:15:16下载
    积分:1
  • code2goldfinal
    Gold code genration in MAtlab
    2011-08-17 22:05:53下载
    积分:1
  • bachai
    Upload test to activate my account
    2010-12-31 23:06:54下载
    积分:1
  • sensorless_MRAS
    基于MRAS无速度传感器的永磁同步电机的仿真模型,可以实现较好的仿真结果。(MRAS based speed sensorless permanent magnet synchronous motor simulation model, can achieve a better simulation results.)
    2013-08-11 12:24:07下载
    积分:1
  • synmachine
    simulation of machine synchrone
    2013-10-02 05:15:30下载
    积分:1
  • intersections
    Find intersection of two curve! enjoy it
    2013-11-09 01:21:39下载
    积分:1
  • triangle
    make a simple triangle with matlab
    2015-04-08 10:21:25下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载