登录
首页 » matlab » perceptron

perceptron

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

  • matlab
    回归分析matlab 源代码不是的法律上的空间撒大家三大啊收到了奥丝蓝黛(matlab stepwise)
    2010-09-10 19:12:32下载
    积分:1
  • 156121-test_polar
    这可是我两年前用matlab写的第一个函数,算是处女作。 这个例子涉及三角函数的系数变换及其极坐标系绘图,以及界面和控件的颜色修改。(But I used it two years ago to write the first matlab function can be regarded as a debut. This example involves the coefficient of trigonometric function transform and its polar coordinates drawings, as well as the interface and control color modify.)
    2008-05-27 12:44:58下载
    积分:1
  • One-dimensional-parity-check
    说明:  数据通信中误码检测机制的研究,使用MATLAB对奇偶校验码进行测试(Error Detection Techniques in Data Communications, One-dimensional parity check is simulated by MATLAB)
    2011-03-31 09:33:38下载
    积分:1
  • ofdm2
    在qpsk调制下实现ofdm的仿真 信道是高斯信道(qpsk ofdm awgn)
    2011-05-05 16:00:09下载
    积分:1
  • duffing-stochastic-resonance
    用于计算混沌过程中的程序,能很好的解决非线性动力学问题(duffing stochastic resonance)
    2014-10-30 09:36:20下载
    积分:1
  • ipeak5
    Keypress operated interactive peak detector function.
    2014-02-06 17:58:57下载
    积分:1
  • sugxrhmi
    通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 qZHBpQ 特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及 ixDqskB值 4、降序排列特征值,编译通过达到很高的性能。(PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eigenvectors qZHBpQ 3, calculate the covariance matrix of eigenvalues greater than the number of threshold values, and only 4 ixDqskB, in descending order eigenvalues, compiled by achieving high performance.)
    2016-01-21 21:42:53下载
    积分:1
  • combat-network-model
    该程序实现了一个军事网络演化模型的生成以及计算网络的拓扑参数(The program implements a military network evolution model generation and calculating network topology parameters)
    2013-09-22 08:29:21下载
    积分:1
  • Part-two-figure-to-determine
    MATLAB写的,从基本原理出发,判定给定图是不是二部图,文件中有两个例子可以验证算法。(Written by MATLAB, starting from the basic principle, determine a given graph is figure, can validate algorithm file, there are two examples. )
    2013-11-01 10:42:01下载
    积分:1
  • clock_use
    matlab中的clock函数与进度条联合使用例子(matlab in clock function in combination with the progress bar examples)
    2013-07-31 15:21:58下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 32今日下载