登录
首页 » matlab » perceptron

perceptron

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

  • Project
    matlab code for erlang formula calculation.. Enjoy the code
    2010-06-05 12:42:13下载
    积分:1
  • tx_modulate
    the basic space time block code techniqes
    2010-12-22 18:05:58下载
    积分:1
  • Mat
    对MATLAB的MAT文件进行读书,用C++语言实现(read and write mat files, using C++ Language)
    2009-07-14 16:36:16下载
    积分:1
  • APIT
    无线传感器网络APIT定位算法的matlab源代码(Wireless sensor networks APIT localization algorithm matlab source code)
    2011-05-03 11:17:02下载
    积分:1
  • FEM-MATLAB
    Finite element method introduction in matlab
    2013-10-01 19:58:24下载
    积分:1
  • all
    simpson algortihm that could be fine in all fields
    2013-05-22 18:42:38下载
    积分:1
  • zikangrao
    演变过程 自抗扰控制器自PID控制器演变过来,采取了PID误差反馈控制的核心理念。传统PID控制直接引取输出于参考输入做差作为控制信号,导致出现响应快速性与超调性的矛盾出现。(In the process of evolution, ADRC evolves from PID controller and adopts the core idea of PID error feedback control. Traditional PID control directly draws the output from the reference input as a control signal, which leads to the contradiction between response speed and overshoot.)
    2019-01-25 03:38:54下载
    积分:1
  • 基于蚁群算法的三维路径规划
    说明:  用栅格模型表示工作环境,确定机器人运动起始结点和目标结点后,对工作环境进行分析,选取起始点与目标点之间连线附近的若干栅格,以被选取栅格为关键点,采用蚁群算法分别计算关键点与起始点和目标节点之间的最短路径,求取全局最短路径(With grid model to represent the working environment, robot motion after initial nodes and target, analysis of working conditions, selecting starting point and the target point near the connection between a number of grid, grid for the key points to be selected, key point and the starting point is obtained by using the ant colony algorithm respectively and the shortest path between the target node, calculate the global shortest path)
    2020-07-03 00:02:20下载
    积分:1
  • vebyk
    二维网格点的克里金插值,克里金插值是一种插值算法,广泛应用在工业中,用matlab编写(The program is designed to interpolate values on a regular two-dimensional grid using ordinary kriging. )
    2020-11-04 16:19:52下载
    积分:1
  • 1
    说明:  关于心电信号的各种滤波方法,IIR,FIR,空域相关,软硬阈值,基于IIR的自适应滤波等(the method for ECG denoising,such as IIR,FIR,spatial correlation,soft and hard threshold,based on IIR filter s adaptive filter)
    2009-05-19 07:22:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载