搜索资源列表

  1. Perception

    0下载:
  2. 模式识别中的感知机算法实现,在matlab下实现
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:14.86kb
    • 提供者:gx
  1. 感知机算法

    0下载:
  2. 所属分类:WEB源码

  1. BPAlgoritim

    0下载:
  2. 感知机程序c语言编写,用于分类的算法,比较典型的神经网络算法-Perceptron c written procedures for the classification algorithm, the typical neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:3kb
    • 提供者:于大雷
  1. gzj

    0下载:
  2. 在VC++上实现感知机的神经网络算法,可自动设置神经元个数。-in VC achieve perceptron neural network algorithm that can automatically set neuron number.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:180kb
    • 提供者:WW
  1. perceptron_test

    0下载:
  2. 神经网络中的感知机的学习算法的c语言程序源代码-neural network of Perceptron learning algorithm in C language source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:kangkai
  1. PerceptionCLassify

    0下载:
  2. 感知机分类算法用于文献分类,基于BP神经网络的基本算法-Perceptron classification algorithm for Literature Classification, based on BP neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:183kb
    • 提供者:
  1. Perception

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

    • 发布日期:2024-11-29
    • 文件大小:15kb
    • 提供者:gx
  1. incrementpercetron

    0下载:
  2. 快速度训练感知机算法,针对线性不可分情况,加快了其收敛速度。-Fast-degree training perceptron algorithm for linear indivisible and speed up its convergence speed.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:刘二多
  1. perceptron

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

    • 发布日期:2024-11-29
    • 文件大小:3kb
    • 提供者:kongkang
  1. nural-network

    0下载:
  2. 神经网络感知机算法 利用c语言描述的感知机分类算法-Perceptron neural network algorithm for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:
  1. GanZhiJi2

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

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:whnmyt
  1. perceptron

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

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:韩倩倩
  1. svm-mmse-ls

    0下载:
  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例程

    • 发布日期:2024-11-29
    • 文件大小:84kb
    • 提供者:刘淇
  1. zonghe

    0下载:
  2. 线性分类器设计:包括感知机算法,最小二乘法,线性SVM算法(模式识别作业)-Linear classifier design: including perceptron algorithm, least squares, linear SVM algorithm( pattern recognition task)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-11-29
    • 文件大小:3kb
    • 提供者:lian
  1. fenleisuanfa

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

    • 发布日期:2024-11-29
    • 文件大小:76kb
    • 提供者:龚煜
  1. perceptron-algorithms

    0下载:
  2. 这是模式识别课的感知机算法作业中的一种感知机算法-this is perceptron algorithms for pattern recognition homework.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:8kb
    • 提供者:jefferson
  1. perceptron

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

    • 发布日期:2024-11-29
    • 文件大小:15kb
    • 提供者:
  1. 简单MATLAB感知机算法

    0下载:
  2. 用C语言写的一个简单的感知机算法,适合初学者学习,希望能帮到大家(i wish this algorithm can help everybody)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:12kb
    • 提供者:笑似心酸
  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
  3. 所属分类:数值算法/人工智能

  1. 感知器算法

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

« 12 3 »

源码中国 www.ymcn.org