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

搜索资源列表

  1. K-means-and-Perceptron

    1下载:
  2. 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2956
    • 提供者:阿书
  1. perceptron-Cpp

    0下载:
  2. 单层感知器算法,用于实现线性分类的重要算法-Single-layer perceptron algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:105563
    • 提供者:Gordon Chan
  1. Perceptron_Function

    0下载:
  2. 感知器算法,利用C语言实现。利用梯度下降法进行迭代求解。-Perception algorithm, using C language, that is, we usually write operations, to share with you. . . .
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:9263
    • 提供者:Edward
  1. Perceptron-Approach-with-matlab-

    0下载:
  2. 用matlab软件编写感知器算法,实现对样本的分类,样本点为X1(0,0),X2(0,-1),X3(-1,0),X4(-1,-1) -Perceptron Approach with matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:35992
    • 提供者:刁海峰
  1. classifer

    0下载:
  2. 二分类问题采用包括逻辑回归、最小二乘法、感知器算法(按下space不断迭代)、svm线性分类,另外还有高斯分线性分类(待完善),针对平面上两类点进行分类-Second classification using logistic regression, the method of least squares, perception algorithm (Press space iteratively) svm linear classification, in addition to the Ga
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:4304
    • 提供者:袁文
  1. C

    0下载:
  2. 模式识别中的感知器算法,是基于三维的。算法简单易懂。-Perception algorithm in pattern recognition, which is based on three-dimensional.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:1072
    • 提供者:郭瑞敏
  1. Perceptron-Algorithm

    0下载:
  2. 模式识别是对样本进行聚类,感知器算法是通过迭代计算修正权向量,使样本满足条件,从而实现分类。本程序对感知器算法进行了改进,当权向量不满足时,立即退出此轮计算,进入下一轮迭代,从而减少了计算次数。程序对代码有详细注释,对样本的个数和维数自动判别。-Pattern recognition, clustering samples, perception algorithm is iterative correction weight vector samples meet the conditions
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:1563
    • 提供者:Mali Ang
  1. gzq

    0下载:
  2. 感知器算法,可以实现线性分类,中间步骤很详细,明确表示算法过程-Perception algorithm can achieve linear classification, an intermediate step in great detail, expressly algorithm process
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:38313
    • 提供者:宋芳
  1. perception_two

    0下载:
  2. 对两类的问题采用感知器算法进行分类,该方法能够有效的计算出代价函数-Two types of problems with the perception algorithm for classification, this method can effectively calculate the cost function.
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:28671
    • 提供者:chenfen
  1. pattern-recognizer

    0下载:
  2. 用matlab软件编写感知器算法,实现对样本的分类,样本点为X1(0,0),X2(0,-1),X3(-1,0),X4(-1,-1) X1,X2属于第一类,X3、X4属于第二类;(编程) X1、X4属于第一类,X2,X3属于第二类;(计算)-Perceptron Algorithm matlab software, to achieve the classification of samples, sample points X1 (0,0), X2 (0,-1), X3 (-1,0
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:23552
    • 提供者:蒙小倩
  1. perceptron

    0下载:
  2. 模式识别-梯度下降法特例的感知器算法的Matlab实现,实现两类线性分类。-Pattern-Recognition,The perceptron algorithm based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:971
    • 提供者:
  1. perception-algorithm

    0下载:
  2. 模式识别中的经典算法,感知器算法在matlab中的编程实现-The classic pattern recognition algorithms, perception algorithm in matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:2650
    • 提供者:肖帅
  1. ganzhiqi

    0下载:
  2. 测试智能信息处理课程实验,感知器算法,用matlab实现,-Experimental tests of intelligent information processing course,Perceptron algorithm, matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:12715
    • 提供者:duyinqinglei
  1. Linear-classification

    0下载:
  2. 基于感知器算法的线性分类实例,对鸢尾花Iris数据进行两两分类-Linear classification based on perceptron algorithm to the data of Iris
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:2553
    • 提供者:raimose
  1. ganzhiqi

    0下载:
  2. 感知器算法的基本思想是,对初始的或迭代中的增广权矢量 ,用已知的训练模式检验它的合理性,当不合理时,对其进行校正,校正方法实际上是最优化技术中的梯度下降法,上传的是用matlab解决感知器问题。-The Perceptron Algorithm The basic idea augmented weight vector of the initial iteration, the known training mode to test it reasonable, unreasonable, i
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1523
    • 提供者:刘金
  1. matlab

    0下载:
  2. 本代码是针对于感知器算法应用于肾炎诊断上面的小程序,可以对患者身体内的元素进行判断,进而确定患病患者编号。-This code is targeted at Perceptron algorithm is applied to the above applet nephritis diagnosis, the patient can determine the elements within the body, and to determine the prevalence of patient
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:671
    • 提供者:wangxiaochao
  1. Perceptron-Approach

    0下载:
  2. 已知两类训练样本为 设 ,用感知器算法求解判别函数,并绘出判别界面。-Known types of training samples set, with the Perceptron Algorithm discriminant function, and draw the discriminant interface.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:818
    • 提供者:xuan
  1. Pattern-recognition

    0下载:
  2. 模式识别中两个重要的算法:感知器算法和最大最小距离算法的实现-Two important algorithms in pattern recognition: the realization of the perceptron algorithm and maximum minimum distance algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-05-01
    • 文件大小:571789
    • 提供者:Google
  1. ganzhiqisuanfa

    0下载:
  2. 介绍感知器学习算法及其变种,给出各种感知器算法的伪代码,指出各种算法的优点。给出感知器算法在线性可分和线性不可分 情况下的误差界定理,讨论各种感知器学习算法的误差界理论,给出各种算法的误差界。介绍感知器学习算法在在线优化场景、强化学习 场景和赌博机算法中的应用,并对未解决的问题进行讨论。-The perceptron learning algorithm and its variants, pseudo code is given a variety of perceptron algo
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:1153584
    • 提供者:罗安飞
  1. stu_release_test

    0下载:
  2. matlab实现的线性分类器,采用了感知器算法,和聚类算法。-matlab achieve linear classifiers using the perception algorithm, and clustering algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:380408
    • 提供者:huyaoge
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com