登录
首页 » matlab » perceptron

perceptron

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

  • NPC_PWM
    NPC inverter with pwm
    2013-08-03 20:55:17下载
    积分:1
  • Excelente_CPUUsage_Y_MemUsage_x64
    Get cpu memory disk usage by console application windows x64
    2014-10-10 12:38:50下载
    积分:1
  • DC_PID
    The PID controller is the most widely used controller in industrial systems. However, appropriately tuning a PID controller is not an easy task although it has only three parameters at most. This submission provides a tool for beginners to learn PID tuning.
    2015-02-14 21:51:39下载
    积分:1
  • ii
    说明:  声音频率的转换声音频率的转换声音频率的转换(Sound frequency conversion)
    2012-02-13 10:27:24下载
    积分:1
  • chengxu
    说明:  合成矩阵,将各列最大元素提出来,记录原来位置,形成新矩阵(Synthesis of matrix, the largest element of the proposed column, record the original position to form a new matrix)
    2011-04-03 14:00:22下载
    积分:1
  • 20060716203929133
    matalab的书吧 我也没月仔细看 好东西啊(matalab the Shuba I have not had months of very good things ah)
    2007-03-19 23:08:55下载
    积分:1
  • PMA-Matlab
    说明:  人口迁移算法,此程序实现人口迁移算法,用于求解无约束连续函数最小化问题,仅供学习参考。(Migration algorithm, this process of population migration algorithm for solving unconstrained continuous function minimization problem, study reference purposes only.)
    2011-03-07 09:45:25下载
    积分:1
  • globalequalized
    This code applies global histogram equalization on an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The output is definitely a better contrast image as compared to the input
    2010-12-29 06:03:38下载
    积分:1
  • PSO
    粒子群算法,用于函数优化问题,也可以求得最短路等问题。(Particle Swarm Optimization)
    2011-08-21 23:09:33下载
    积分:1
  • RST
    POLYNOMIAL RST CONTROL OF DFIG
    2014-11-22 06:55:02下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载