登录
首页 » matlab » perceptron

perceptron

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

  • Main
    this is the code which I ve tested, but it didn t work..
    2010-02-05 00:43:52下载
    积分:1
  • Desktop
    快速FFT的算法,在做数字信号处理时,需要做频谱分析时需要用到的快速傅里叶变换的算法。(Fast FFT algorithm)
    2014-01-04 19:32:02下载
    积分:1
  • 用来提取特定的SSVEP脑电信号 Data_analysis
    用来提取特定的SSVEP脑电信号,用于分析各电极的分类准确率(Used to extract specific SSVEP EEG signals for analyzing the classification accuracy of each electrode)
    2020-06-27 02:40:01下载
    积分:1
  • zy_dsp
    计算两个信号的自相关和互相关函数,并作图表示(Calculation of two signal autocorrelation and cross correlation function, and mapping that)
    2010-06-07 14:59:54下载
    积分:1
  • jpeg2im
    图像处理MATLAB源代码,这个是读入JPEG文件(JPEG READ)
    2009-03-24 12:15:38下载
    积分:1
  • matlabshili
    说明:  matlab实例源程序100例,快速掌握MATLAB的利器!(matlab examples of source 100 cases, quick to master MATLAB weapon!)
    2010-03-25 20:08:49下载
    积分:1
  • ProyectoOCRmejorado
    OCR system with neural network
    2010-07-09 01:54:06下载
    积分:1
  • signalsandsystems
    说明:  《信号与系统》奥本海姆著,信号分析处理的经典教材,学小波分析必看的基础书(&quot Signals and Systems&quot Oppenheim a, signal analysis and processing of the classic textbooks, school books based on wavelet analysis a must-see)
    2010-04-28 02:04:11下载
    积分:1
  • Beamform
    该程序是基于时间延迟求和的波束成形算法的实现,根据是结果来看有很好的效果(The program is based on the sum of the time delay beamforming algorithm, based on results, there is a good effect)
    2021-01-21 01:18:46下载
    积分:1
  • lms_and_rls
    LMS 和 RLS算法matlab程序,该算法用于数字信号处理(LMS and RLS algorithm matlab program, the algorithms used in digital signal processing)
    2012-08-27 16:36:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载