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

搜索资源列表

  1. 自适应(Adaptive)神经网络源程序

    1下载:
  2. 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:200530
    • 提供者:周志连
  1. Adaptive

    0下载:
  2. The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of neural networks: 1) A
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:198792
    • 提供者:叶建槐
  1. lightweightbackpropagationneuralnetwork

    0下载:
  2. * Lightweight backpropagation neural network. * This a lightweight library implementating a neural network for use * in C and C++ programs. It is intended for use in applications that * just happen to need a simply neural network and do not
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:30014
    • 提供者:正熹
  1. The-adaptive-Neural-Network-

    0下载:
  2. 基本上实现这些类型的神经网络: 自适应线性网络(ADALINE) 多层多层感知器网络 广义径向基函数网络 动态细胞结构(DCS)网络与高斯或圆锥形的基础功能-There are blocks that implement basically these kinds of neural networks: Adaptive Linear Networks (ADALINE) Multilayer Layer Perceptron Networks Generalized
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:137202
    • 提供者:Lei Wang
  1. perceptronClustering

    0下载:
  2. fisher线性分类,多层感知器非线性分类,K-Means聚类-Fisher linear classification, multilayer perceptron linear classifiers, K-Means Clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:李阳
  1. perweptron-MATLAB

    0下载:
  2. 一个用MATLAB实现的多层感知器 MATLAB multilayer perceptron-A multilayer perceptron MATLAB MATLAB multilayer perceptron
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:66560
    • 提供者:immadiate
  1. matlab-multi-layer-perceptron

    0下载:
  2. MLP multilayer neural network
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1581056
    • 提供者:eddi
  1. 分类器识别

    2下载:
  2. 基于halcon,运用多层感知的分类器字符识别,和颜色识别、(Based on Halcon, multilayer perceptron classifier is used for character recognition and color recognition,)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:Eroic
  1. lultinayer

    0下载:
  2. 一个用MATLAB实现的多层感知器 MATLAB multilayer perceptron(A multilayer perceptron MATLAB MATLAB multilayer perceptron)
  3. 所属分类:系统编程

    • 发布日期:2017-12-26
    • 文件大小:65536
    • 提供者:yickqmq
  1. RMLP

    0下载:
  2. Recurrent Multilayer perceptron
  3. 所属分类:Java编程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:james1231
  1. H-ELM

    0下载:
  2. Extreme Learning Machine for Multilayer Perceptron
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:5120
    • 提供者:mr_huihui
  1. [MATLAB神经网络30个案例分析](已阅)

    0下载:
  2. 人工神经网络 /多层感知器 归一化 神经网络的30个案例(artificial neural network/Multilayer perceptron normalization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:35829760
    • 提供者:
  1. 深度学习(中英文双版)

    0下载:
  2. 深度学习的概念源于人工神经网络的研究。含多隐层的多层感知器就是一种深度学习结构。深度学习通过组合低层特征形成更加抽象的高层表示属性类别或特征,以发现数据的分布式特征表示。(The concept of deep learning stems from the study of artificial neural networks. A multilayer perceptron with a hidden layer is a depth learning structure. Depth le
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:31890432
    • 提供者:Sectem
  1. BPmatlab

    0下载:
  2. BP神经网络算法实现例子,多层感知机,对非线性函数逼近(neural network and Multilayer perceptron)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:斑驳流年
  1. DeepLearnToolbox-master

    0下载:
  2. 深度学习的概念源于人工神经网络的研究。含多隐层的多层感知器就是一种深度学习结构。深度学习通过组合低层特征形成更加抽象的高层表示属性类别或特征,以发现数据的分布式特征表示(The concept of deep learning stems from the study of artificial neural networks. A multilayer perceptron with a hidden layer is a depth learning structure.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. p_or

    0下载:
  2. 这个例子是感知器人工神经网络的异或门实现,这是多层感知器神经网络的一个典型例子。(This example is the XOR gate implementation of perceptron artificial neural network, that is a classic example of a multilayer perceptron neural network.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:237568
    • 提供者:anytao
  1. 2485296PSO-bp-MATLAB

    1下载:
  2. 多层感知机能够学习并预测神经网络结构等,对故障程度进行预测(The multilayer perceptron can learn and predict the neural network structure and so on, to predict the degree of failure.)
  3. 所属分类:matlab例程

  1. network1

    0下载:
  2. 应用人工神经网络的建模方法,采用多层感知器的模型结构,利用自适应学习速率的BP学习算法(The application of artificial neural network algorithm and the model structure of multilayer perceptron)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:169984
    • 提供者:liuhuadaren
« 1 2 3 4»
搜珍网 www.dssz.com