CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 感知机算法

搜索资源列表

  1. Perception

    0下载:
  2. 模式识别中的感知机算法实现,在matlab下实现
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14.86kb
    • 提供者:gx
  1. incrementpercetron

    0下载:
  2. 快速度训练感知机算法,针对线性不可分情况,加快了其收敛速度。-Fast-degree training perceptron algorithm for linear indivisible and speed up its convergence speed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:968byte
    • 提供者:刘二多
  1. perceptron

    0下载:
  2. 感知机算法演示程序,批处理。用于模式识别课程作业-perceptron demo,batch type.typically useful to Pattern Recognition homework
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2.95kb
    • 提供者:kongkang
  1. nural-network

    0下载:
  2. 神经网络感知机算法 利用c语言描述的感知机分类算法-Perceptron neural network algorithm for
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:629byte
    • 提供者:
  1. GanZhiJi2

    0下载:
  2. 感知机算法,已经调试通过,通过输入详细的数据,导出图片-Perceptron algorithm, has been debugged, by entering detailed data, export the image
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1.81kb
    • 提供者:whnmyt
  1. perceptron

    0下载:
  2. 线性分类器设计-感知机算法,对一组数据进行分类,分析w不同时的影响-Linear classifier design- Perceptron Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1.76kb
    • 提供者:韩倩倩
  1. svm-mmse-ls

    1下载:
  2. 模式识别中常用的算法,有感知机算法,支撑矢量机算法和LS算法,并附有实验报告,源程序!-Commonly used pattern recognition algorithms, has perceptron algorithm, support vector machine algorithm and the LS algorithm, along with lab reports, source code!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:84.16kb
    • 提供者:刘淇
  1. fenleisuanfa

    1下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-Perceptron algorithm were used, the least square error algorithm, linear SVM classifier algorithm, respectively, making face paint, and compare performance.
  3. 所属分类:matlab

    • 发布日期:2015-10-07
    • 文件大小:76kb
    • 提供者:龚煜
  1. perceptron-algorithms

    0下载:
  2. 这是模式识别课的感知机算法作业中的一种感知机算法-this is perceptron algorithms for pattern recognition homework.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8.48kb
    • 提供者:jefferson
  1. perceptron

    1下载:
  2. 线性感知机算法,并已给出数据和结果,代码有注释哈-Linear perceptron algorithm, and has presented data and results, code annotated Kazakhstan
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:15.14kb
    • 提供者:
  1. ganzhiji

    0下载:
  2. 感知机算法:神经网络感知机学习算法C++语言编程代码-algorithm of Perceptron :neural network of Perceptron learning algorithm in C++ language source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:7.05kb
    • 提供者:安默尔
  1. ganzhiji

    0下载:
  2. 感知机算法实现数据分类,内带实验数据,直接运行出结果-Perceptron algorithm for data classification with the experimental data,Run directly to results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.98kb
    • 提供者:袁园
  1. Perceptron

    0下载:
  2. 感知机算法(内含测试数据tic-tac-toe(三连棋游戏-Perceptron algorithm (containing test data tic-tac-toe (three with chess games))
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.96kb
    • 提供者:mager
  1. ganzhiji

    0下载:
  2. 应用于模式识别的感知机算法的MATLAB代码实现-The perceptron algorithm is the classic method of Pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:789byte
    • 提供者:
  1. Perceptron-algorithm

    0下载:
  2. 采用c语言实现神经网络中的感知机算法的源代码-Using c language Perceptron neural network algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:14.73kb
    • 提供者:
  1. perceptron_dual

    0下载:
  2. 感知机算法的对偶形式,数据已经在文件中集成,数据是二维线性可分数据,运行产生超平面分类-Perceptron algorithm dual form, the data has been integrated in the file, the data is linearly separable two-dimensional data, run generating hyperplane classification
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 使用matlab编写的感知机算法,并提供测试数据集,方便测试-Using matlab prepared Perceptron algorithms and provide test data sets, to facilitate testing
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:9.74kb
    • 提供者:dsfasdf
  1. PLA_initial

    0下载:
  2. 感知机算法基础实现 带Accuracy、Recall、Precision、F1 的计算-Perceptron algorithm underlying implementation with Accuracy, Recall, Precision, calculation of F1
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.5kb
    • 提供者:caimj3
  1. precrptron

    0下载:
  2. 这是自己参照统计学习书(李航著)中感知机算法编写的MATLAB仿真代码,代码包含数据输入和实现过程以及实现结果,可为学习感知机算法的相关人员提供参考。(This is according to his statistical learning book (Li Hang) MATLAB simulation code prepared by the perceptron algorithm, the code contains data input and process and the res
  3. 所属分类:数值算法/人工智能

  1. 感知器算法

    0下载:
  2. 感知器算法是一种神经网络的模型,是20世纪50年代中期到60年代初人们对模拟人脑学习能力的一种分类学习机模型的称呼。当时的研究者认为它是一种学习的强有力模型,但以当时的技术无法实现非线性分类,许多实验室都放弃了感知器的研究。但其中的思想很经典,对后来的模式识别模型有很大的影响。当然,随着时代的进步,已经有很多学者提出了许多非线性的感知器改进算法,并取得良好效果,此程序主要基于Matlab来具体实现传统的感知器算法。(This program is based on Matlab to speci
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com