登录
首页 » matlab » perceptron

perceptron

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

  • A_Pretreatment_Method_of_Biometrics_Based_on_Color
    说明:  生物特征识别技术作为一种身份鉴别手段具有独特的优势。在生物特征识别系统中, 采集数据的预处 理是不可或缺的环节。以人脸识别为例, 介绍了一种在复杂背景的彩色图像中, 基于颜色和知识的生物特征预处理 方法。首先利用颜色信息从图像中分割出类肤色区域, 然后运用人脸几何特征和眼睛的提取定位人脸。仿真实验表 明, 该算法能较为准确地定位彩色图像中的正面或小角度偏转的人脸, 具有较快的运算速度。(Biometrics as an identification tool has a unique advantage. In biometric systems, collect data preprocessing is an indispensable link. To face recognition, for example, presents a complex background in color images based on color and knowledge of the biological characteristics of pretreatment. The first to use color information to separate out the classes from the image color region, and then use face extraction of geometrical features and eye positioning face. Simulation results show that the algorithm can be more accurately locate color images in a positive or small-angle deflection of the face, with a faster computational speed.)
    2010-03-19 12:47:03下载
    积分:1
  • 2
    说明:  关于matlab的学习内容 matlab学习及其应用(Matlab matlab learning content on the learning and its application)
    2011-05-29 00:14:59下载
    积分:1
  • outage
    outage in cognitive radio
    2014-10-26 05:22:33下载
    积分:1
  • Nakagami_m-SCMRC
    nakagami 衰落信道上几种数字调制方式的误码率仿真(the fading channels several digital modulation in nakagami BER simulation)
    2020-11-23 09:59:35下载
    积分:1
  • clusters
    matlab code code for clustering
    2010-01-11 18:27:29下载
    积分:1
  • lifted_ILC
    How to implement Itreativ Learning Control(ILC) on a refrigerator.
    2013-03-25 18:45:50下载
    积分:1
  • OFDMsimulationprogram
    本程序描述了ofdm的程序,并对程序进行了仿真,并对仿真结果进行了分析(This procedure describes the procedures for ofdm, and process simulation, and simulation results are analyzed)
    2010-08-30 09:48:27下载
    积分:1
  • simulink-coder
    Simulink Coder™ (formerly Real-Time Workshop® ) generates and executes C and C++ code from Simulink® diagrams, Stateflow® charts, and MATLAB® functions. The generated source code can be used for real-time and nonreal-time applications, including simulation acceleration, rapid prototyping, and hardware-in-the-loop testing. You can tune and monitor the generated code using Simulink or run and interact with the code outside MATLAB and Simulink.
    2013-08-09 23:10:40下载
    积分:1
  • ADRC_Matlab_Simulation
    非线性自抗扰控制器,仿真通过,可以用来学习和改进(The nonlinear ADRC controller can be used to learn and improve by simulation.)
    2018-06-06 20:25:42下载
    积分:1
  • nlfm
    说明:  它能够产生S形nlfm信号,可以直接运行放心使用(It can generate S-shaped nlfm signal)
    2021-01-17 20:38:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载