CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 感知器算法

搜索资源列表

  1. sensing

    0下载:
  2. 这是模式识别的一个感知器算法,用matlab编的程序。-This is a pattern recognition algorithm Perceptron, with matlab compiled program.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:谢飞
  1. ganzhiqisuanfa

    0下载:
  2. 模式识别中的感知器算法在MATLAB中的实现案例-Pattern Recognition Perceptron algorithm in MATLAB to achieve Case
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:58564
    • 提供者:君妍
  1. PA

    0下载:
  2. 感知器算法的完整程序,包括程序解释,最后效果不错,误差小,鲁棒性好。-Perception complete program machine algorithms, including data generated, the corresponding code interpreter
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1732
    • 提供者:李诗诗
  1. LMSEPPerceptron-Approach

    0下载:
  2. 使用C和Matlab编程实现感知器算法和最小平方误差算法,并且区分给定的10000个样本-C and Matlab programming Perceptron algorithm and least square error algorithm, and to distinguish between a given sample 10000
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2103114
    • 提供者:lifei
  1. Perceptron-algorithm

    0下载:
  2. 感知器算法。可自由输入步长,最终得到输出判别函数-Perception algorithm. You can enter free step to finally obtain the discriminant function output
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:825
    • 提供者:
  1. kinds-of-perceptron-algorithm

    0下载:
  2. 多类感知器算法。其中一个程序是产生随机权矢量,另外一个程序是可以自由设置权矢量,最后得到输出判别函数值。-Multi-class perception algorithm. One of the program is to generate random vector right, another program is free to set the right vector, and finally get the output discriminant function values.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1990
    • 提供者:
  1. LMS

    0下载:
  2. 感知器和自适应线性元件在历史上几乎是同时提出的,并且两者在对权值的调整的算法非常相似。它们都是基于纠错学习规则的学习算法。感知器算法存在如下问题:不能推广到一般的前向网络中;函数不是线性可分时,得不出任何结果。而由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的LMS算法,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。-Least mean square error algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2179
    • 提供者:simon
  1. emial-spam

    0下载:
  2. 基于感知器算法的垃圾邮件识别,先通过训练集训练出分类器,然后通过测试集验证-Perceptron based spam detection algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:江玮玮
  1. 131848141

    2下载:
  2. 模式识别线性判别算法,包括感知器算法,最小方差准则分类算法和Widrow-Hoff算法-Pattern recognition linear discriminant algorithms, including perception algorithm, minimum variance criterion classification algorithm and Widrow-Hoff algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:ray
  1. ganzhiqi

    0下载:
  2. 模式识别中的感知器算法,可绘制两个类别点的判决直线-In pattern recognition, the perceptron algorithm can draw a straight line of two categories
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:8325
    • 提供者:晓晨
  1. pocket-PLA

    0下载:
  2. 贪婪感知器算法。R语言实现版本,每次会把最优的分类抓在手上-pocket perceptron learning of algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1036
    • 提供者:chou
  1. preception

    0下载:
  2. 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写-One of the classic pattern recognition algorithm, perception algorithm, used to classify patterns using matlab prepared
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:JH
  1. The-homework-of-Pattern-Recognition

    0下载:
  2. 模式识别大作业,包括k均值算法,感知器算法等介绍及其MATLAB程序-The homework of Pattern Recognition, including the k-means algorithm, Perceptron algorithm introduces its MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:336475
    • 提供者:王鹏飞
  1. Perceptron

    1下载:
  2. 本实验的目的是学习和掌握两种感知器算法:批处理感知器算法和批处理裕量松弛 算法。感知器算法是通过学习两类已标记的样本,建立一个线性分类器。学习的过程就是求解感知器权系数的过程,人们通过建立一个准则函数J(a),将求解感知器权系数的问题简化为一个标量函数J(a)的极小化问题,即当a为解向量时,J(a)最小。而极小化问题常用梯度下降法来解决。本实验给出了基于梯度下降法的两种感知器算法,介绍了原理并编程实现,最后对两种算法的特点加以比较分析。-The purpose of this study i
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:Jam_Jack
  1. perceptron

    0下载:
  2. 自己编写的用感知器算法分类UCI数据集中的iris数据集-UCI classification by perception algorithm dataset iris data set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2061
    • 提供者:乔伊
  1. perceptron-algorithm-

    0下载:
  2. 通过感知器算法分类鸢尾花(三类分类),由于感知器算法是二类分类器,所以三类分类需要两两对比。-Classification of iris by perceptron algorithm (three classifications)Since the perceptron algorithm is a class 2 classifier, three classifications require a pairwise comparison.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2163
    • 提供者:黄瑾
  1. Pattern

    0下载:
  2. 模式识别的一些基本的算法,有最大最小距离分类法,简单的感知器算法,LMSE算法,以及Parzen窗函数。-Pattern recognition of some basic algorithms, have the largest minimum distance classification, simple perceptron algorithm, LMSE algorithm, as well as the Parzen window function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3557
    • 提供者:唐裕亮
  1. Perceptron-algorithm

    0下载:
  2. 用感知器算法对训练样本求解判别函数,并绘出判别界面图形。-The discriminant function is used to solve the training sample, and the discriminant interface graph is drawn.
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:110728
    • 提供者:缪顾敏
  1. homework2_2

    0下载:
  2. 实现批处理感知器算法的程序,用于分类训练集,同时记下收敛时的步数(Program to realize batch perceptron algorithm for classification of training set, and steps to write down the convergence)
  3. 所属分类:数值算法/人工智能

  1. Desktop

    0下载:
  2. 实现批处理算法,模式识别课程作业第3次第1题(batch perception pattern recognition)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:544768
    • 提供者:Lapidary
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com