登录
首页 » matlab » perceptron

perceptron

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

  • lorenz
    洛伦兹吸引子的函数程序以及动态图形,matlab程序(Lorenz attractor function procedures and dynamic graphics, matlab program)
    2012-05-24 16:40:55下载
    积分:1
  • pcass
    This is an efficient implementation of PCA, which use smaller dimension of the data matrix to compute the eigenvectors
    2010-10-11 07:09:45下载
    积分:1
  • DBSCAN
    BIRCH (balanced iterative reducing and clustering using hierarchies) is an unsupervised data mining algorithm used to perform hierarchical clustering over particularly large data-sets. An advantage of Birch is its ability to incrementally and dynamically cluster incoming, multi-dimensional metric data points in an attempt to produce the best quality clustering for a given set of resources (memory and time constraints). In most cases, Birch only requires a single scan of the database. In addition, Birch is recognized[1] as the, "first clustering algorithm proposed in the database area to handle noise (data points that are not part of the underlying pattern) effectively".
    2011-04-20 15:56:43下载
    积分:1
  • bloodvesselfilter
    可以实现血管增强滤波,首先运行初始化文件,然后运行主函数文件(论文参考:Three Dimensional Curvilinear Structure Detection Using Optimally Oriented Flux)(Vascular enhancement filtering can be achieved, first run the initialization file, and then run the main function file)
    2013-12-13 15:55:55下载
    积分:1
  • work
    matlab 灰度图像处理去噪程序 可有效解决图像边缘化问题(matlab grey processing)
    2015-03-23 18:51:26下载
    积分:1
  • toolsgenetic
    说明:  遗传算法工具箱,很实用的!请大家下载。一定感到很好!!!!(GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. )
    2011-02-18 22:20:08下载
    积分:1
  • assignments6
    此程序用来产生不同n条件下的固有频率并画出振型图(The program used to generate the N under different natural frequency and vibration mode diagram drawn )
    2015-03-29 09:59:51下载
    积分:1
  • SF_Romberg
    基于matlab的龙贝格算法程序(Matlab-based algorithm of Romberg procedure)
    2007-12-05 18:24:57下载
    积分:1
  • Solar
    This model is to determine the number of solar panels needed and the minimum battery capacity needed(in amps)and also for the required backup time
    2013-10-29 19:15:19下载
    积分:1
  • APFC
    有源功率因素校正APFC电路,采用电压外环+电流内环控制策略。经验证可很好实现功能(Active Power Factor Correction APFC circuit voltage outer the+ current inner loop control strategy. Proven good functions)
    2012-11-26 11:47:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载