登录
首页 » matlab » perceptron

perceptron

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

  • SGN2206LectureNew2
    Basic adaptive signal processing methods
    2010-09-01 16:24:45下载
    积分:1
  • Matlab
    MATLAB是矩阵实验室(Matrix Laboratory)之意。除具备卓越的数值计算能力外,它还提供了专业水平的符号计算,文字处理,可视化建模仿真和实时控制等功能。 (MATLAB is the meaning of the Matrix Laboratory (Matrix Laboratory). In addition to excellent numerical computing power, it also provides a professional level of symbolic computation, word processing, visualization, modeling and simulation, and real-time control, and other functions.)
    2013-03-19 14:30:07下载
    积分:1
  • EMD
    EMD的边际谱的算例,很实用,做这一块的快下(EMD example the marginal spectrum, it is practical to do this under a piece of the fast)
    2010-11-19 12:43:45下载
    积分:1
  • chang-video-into-image
    通过对视频的适当修改,运用matlab软件实现视频图片提取。(chang video into image with matlab)
    2011-05-01 23:35:10下载
    积分:1
  • hk1.3
    用于计算远震接收函数的程序,改程序能够计算台站下方的地壳厚度和地壳速度(receiver function code that can calculate the moho depth and the crust velocity)
    2014-08-11 18:53:27下载
    积分:1
  • IMMKF
    这是研究生毕业论文做的项目——基于粒子滤波和卡尔曼滤波的卫星定位技术。附件中包含了无线信道估计和均衡、TDOA测距、IMM-KF滤波的所有程序,希望对从事无线定位技术的开发人员有帮助。独家奉献。(This is the project graduate thesis do-- Based on satellite positioning technique of particle filter and Calman filter. Annex contains all the applications of wireless channel estimation and equalization, TDOA distance, IMM-KF filter, and they hope to help in the wireless location technology development personnel. Exclusive dedication.)
    2013-08-31 22:15:21下载
    积分:1
  • Angular-precision
    基于均匀圆阵的信号二维方向角高精度估计 (Angular precision estimates based on two-dimensional uniform circular array signal direction)
    2013-12-08 17:06:55下载
    积分:1
  • edgelinking
    This is used for applying edge linking in the images without applying any built-in functions.
    2013-11-22 01:43:30下载
    积分:1
  • findpks_MinMax
    Find peaks in signal. Look for local maxima and minima. In the window of search find the maximum maxima and the minimum minuma. Return two values which are the maximum and the minimum local maximas
    2010-06-18 00:46:33下载
    积分:1
  • MITmatlab
    说明:  麻省理工学院的MATLAB基础学习教程资料(Massachusetts Institute of Technology-based learning MATLAB Tutorial Information)
    2008-10-28 10:34:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载