登录
首页 » matlab » perceptron

perceptron

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

  • randExMut
    MATLAB遗传算法randExMutr变换的源代码(MATLAB Genetic Algorithm randExMutr transform source code)
    2008-05-09 10:11:13下载
    积分:1
  • 22
    说明:  免疫算法详细编程,有中文介绍,很好的资源。。。(Immune algorithm detailed programming, a Chinese introduction, a good resource. . .)
    2009-12-16 16:52:45下载
    积分:1
  • hamming_decoder
    Hamning encoder/decoder with systematic generator and parity check matrix.
    2009-07-14 14:25:07下载
    积分:1
  • cankao
    基于MUSIC算法的DOA估计,以均匀线阵为例,生成仿真图(DOA estimation based on MUSIC algorithm to uniform linear array, for example, generate simulation diagram)
    2011-05-19 10:43:40下载
    积分:1
  • pinbixiaoneng
    用来计算电磁兼容屏蔽效能的程序,matlab程序(used to calculate EMC shielding effectiveness of procedures, procedures Matlab)
    2007-04-21 07:28:26下载
    积分:1
  • Desktop
    对于matlab plot 画图时出现图像纵坐标比较接近时颜色分辨不出来,使图像颜色更丰富。(For matlab plot occurs when the image drawing closer to the vertical axis can not be seen when the color to make the image more colorful.)
    2013-08-27 15:31:31下载
    积分:1
  • MATLAB
    matlab 常用命令流,让您的开发变得更加轻松( matlab Commonly used command flow, let your development become more relaxed)
    2012-06-22 22:14:52下载
    积分:1
  • Fuzzy-Cmean
    Fuzzy C-means clustering for image sementation
    2013-03-21 17:09:54下载
    积分:1
  • Matlab-program-manual
    Matlab编程必备手册,包含编程格式规范,程序控制结构和实例,适用于初学者。(Matlab programming required manual contains programming format specification, program control structure and examples for beginners.)
    2013-11-08 09:41:53下载
    积分:1
  • PPT
    关于数字图像处理的PPT,里面包含一些C++,MATLAB实现等等,对于学习数字图像处理非常有帮助(On the digital image processing PPT, contains some c++. MATLAB, and so on, to learn the digital image processing is very helpful )
    2011-12-13 21:28:15下载
    积分:1
  • 696518资源总数
  • 104881会员总数
  • 38今日下载