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

搜索资源列表

  1. perceptron

    0下载:
  2. 这是有关神经网络算法中的PERCEPTRON算法的代码实现和有关介绍文章。共大家参考。是本人自己做的程序。虽然是比较旧的算法。但对新学神经网络的朋友会有所帮助。-This is the algorithm of the SOM neural network algorithm code and the introduction article. Of reference. Is my own program. Although the older algorithm. But the new s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:303979
    • 提供者:ANMINGSHOU
  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
    • 文件大小:7224
    • 提供者:安默尔
  1. perceptron

    0下载:
  2. perceptron and LMS learning demos
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:11623
    • 提供者:saravanan
  1. perceptron

    0下载:
  2. 感知器算法的分类器,学模式识别的可以看看,可以实现2维向量的线性分类-Perceptron classifier algorithm, learning pattern recognition can see, you can achieve 2-dimensional vector of linear classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:51769
    • 提供者:李伟
  1. perceptron

    0下载:
  2. perceptron neural network with an example
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:629
    • 提供者:hamideh
  1. Perceptron

    0下载:
  2. 线性分类器之感知器算法,将两种类型的二维数据实现线性分类-The linear classifier perceptron algorithm, the two types of 2 d data realize linear classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:1935
    • 提供者:张剑锋
  1. perceptron-algorithm

    0下载:
  2. 固定增量单样本感知器算法实现(样本服从正态分布)-Fixed increment single sample perceptron algorithm (sample is normal distribution)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:268619
    • 提供者:苏佳伟
  1. Perceptron

    0下载:
  2. shabake asabi\Perceptron.m
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:637
    • 提供者:hoda
  1. perceptron

    0下载:
  2. matlab 实现 一个简单的神经元感知机,2个输入,1个输出-A simpled perceptron of neuron is realized by matlab,which consist of two inputs and one output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:806
    • 提供者:
  1. perceptron

    1下载:
  2. perceptron code for matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1689
    • 提供者:Laila Nafisatun
  1. perceptron

    0下载:
  2. perceptron network (jst)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:589
    • 提供者:kipur
  1. neuron-perceptron

    0下载:
  2. 设计单一及多个神经元的感知器、BP神经网络。文件a1.m是一个神经元,a2.m是两个神经元,test36.m是bp神经网络。 -Design of single and multiple neuron perceptron, BP neural network. The file a1.m a neurons a2.m, two neurons the test36.m bp neural networks.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:2683
    • 提供者:吴唯
  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

    0下载:
  2. 基于VC++实现感知器模式识别,并用OPENGL显示分类结果-The perceptron Pattern Recognition based VC++ OPENGL classification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:311035
    • 提供者:liu
  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. perceptron

    0下载:
  2. m file for perceptron
  3. 所属分类:Compiler program

    • 发布日期:2017-11-24
    • 文件大小:2548
    • 提供者:felli_ni
  1. Fisher-and-Perceptron

    0下载:
  2. Matlab实现Fisher线性分类器和Perceptron线性分类器,包含2D图形生成,实验数据采用井字棋数据-Fisher and Perceptron Linear Discriminant Analysis Matlab implementation using Tic-tac-toe data
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:5573
    • 提供者:
  1. perceptron

    0下载:
  2. 4. 试将感知机学习算法用C语言编成程序,并做下述的 维随机矢量 的二值分类的模拟实验: (1) 用程序产生M个均值为0,方差为1的正态随机矢量(取维数 ,即 , ;每个 为服从N(0,1) 分布的随机变量)。要求产生三组矢量(分别取M=10,20,30), 分别用每组矢量训练一个感知机模型。对于每个训练矢量 ,给定其理想输出为 。在每组训练收敛后,再产生30个新矢量,用来检验所得到的感知机的分类性能。对每一组结果要给出收敛时所用的迭代次数 ,收敛时的权矢量值 ,和检验时所达到的正确分类率
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:1174
    • 提供者:小辛
  1. perceptron

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

    • 发布日期:2017-12-07
    • 文件大小:971
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 31 »
搜珍网 www.dssz.com