CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - perceptron code

搜索资源列表

  1. perceptron_test

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

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:kangkai
  1. perceptron.rar

    2下载:
  2. 人工神经网络,多层感知器,C++源代码,可在文本中读写数据。,Artificial neural network, multilayer perceptron, C++ source code, can read and write data in the text.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-03
    • 文件大小:6677
    • 提供者:KKK
  1. NND3PC

    0下载:
  2. matlab下的神经网络感知机实验代码,提供给有需要的人-matlab neural network under the experimental code Perceptron
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:5101
    • 提供者:Shelly Chen
  1. bp_algorithm_matlab

    0下载:
  2. 基于MATLAB的多层感知器神经网络BP算法的源程序-MATLAB-based multilayer perceptron neural network algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:555
    • 提供者:kk
  1. nnp

    0下载:
  2. 一个神经网络原型代码,针对的例子为《Perceptron Learning》 (Russell & Norvig, 第742页)-A neural network prototype code, for example for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3500
    • 提供者:Terry
  1. GAP-RBF

    1下载:
  2. 模糊神经网络逼近与分类,模糊规则提取,快速增长与删减网络。-Fuzzy neural network approximation and classification, fuzzy rule extraction, with the deletion of the rapid growth of the network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3746
    • 提供者:王宁
  1. NeuralNetwork_20911007

    1下载:
  2. 用C++编写的实现神经网络中单层感知器的代码,希望和大家分享!-The code is written by C++ which is about the single perceptron in the neural net,i hope to share with everybody!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:330372
    • 提供者:andy
  1. ganzhiqi_matlab

    0下载:
  2. 基于matlab的简单感知器网络的模拟,源代码全是matlab的.m文件-Based on the simple perceptron network matlab simulation, source code matlab of all. M file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3839
    • 提供者:成龙
  1. neural_networks_f90

    0下载:
  2. fortran的神经网络训练程序。 Phil Brierley提供 更多信息见 www.philbrierley.com -Neural Network in Fortran90 !! Multilayer Perceptron trained with !! the backpropagation learning algorithm !! coded in Fortran90 by Phil Brierley !! www.philbrierley.com !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-15
    • 文件大小:743424
    • 提供者:shengli
  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. SLLUP

    0下载:
  2. 单层感知器Matlab代码,共有11个例子。-A single layer perceptron Matlab code, a total of 11 examples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6879
    • 提供者:李富青
  1. Perceptron-algorithm

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

    • 发布日期:2017-04-25
    • 文件大小:15085
    • 提供者:
  1. learningWithBackpropagation

    0下载:
  2. sample code for simulating a neural network with multi-layer perceptron algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:91609
    • 提供者:Livaan
  1. basicperceptron

    0下载:
  2. 基本的感知器程序,说明了一个感知器应有的结构,对初学者学习很有帮助。-basic perceptron code, good for learning.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:John Yang
  1. SingleSensor

    0下载:
  2. matlab实现的单层感知器代码,用于实现逻辑“与”和逻辑“或”-matlab implementation of a single layer perceptron code for implementing the logical " AND" and the logical " or"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-14
    • 文件大小:2048
    • 提供者:黎明
  1. 感知机

    0下载:
  2. 本代码用基本方式实现了感知机,还采用对偶的方式生成感知机模型~(This code uses the basic way to realize the perception machine, and also uses the dual way to generate the perceptron model ~)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:Aphrodite
  1. 单层感知器

    0下载:
  2. 基于深度学习实现单层感知器的python代码,用单层感知器处理非线性分类问题,观察结果。(The Python code of single layer perceptron is realized based on depth learning, and the nonlinear classification problem is processed with a single layer perceptron, and the results are observed.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:7168
    • 提供者:zzllyy
  1. code

    0下载:
  2. 单层感知器(Single Layer Perceptron)是最简单的神经网络。它包含输入层和输出层,而输入层和输出层是直接相连的。(The single layer perceptron is the simplest neural network. It contains the input layer and the output layer, and the input layer and the output layer are directly connected.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. MATLAB神经网络原理与实例精解

    1下载:
  2. MATLAB神经网络实例教程配套程序,包括感知器、BP神经网络等基本代码。(MATLAB neural network example tutorial matching program, including perceptron, BP neural network and other basic code.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:570368
    • 提供者:WG_JNU
« 12 »
搜珍网 www.dssz.com