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

搜索资源列表

  1. BP_Hidden

    0下载:
  2. 用BP神经网络对已经处理好的语音数据进行分类(Classification of processed voice data with BP neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:49152
    • 提供者:qqliuzihan
  1. chapter3

    0下载:
  2. 基于遗传算法的bp神经网络的研究与应用(Research and application of BP neural network based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:昵称?
  1. ACOBP

    2下载:
  2. 用蚁群算法优化BP神经网络,然后用于预测,非常实用,适合初学者。(This is the aco-bp code in matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:jgyy
  1. 07 神经网络与深度学习

    1下载:
  2. 人工神经网络(Artificial Neural Networks,ANN)系统是 20 世纪 40 年代后出现的。它是由众多的神经元可调的连接权值连接而成,具有大规模并行处理、分布式信 息存储、良好的自组织自学习能力等特点。BP(Back Propagation)算法又称为误差 反向传播算法,是人工神经网络中的一种监督式的学习算法。BP 神经网络算法在理 论上可以逼近任意函数,基本的结构由非线性变化单元组成,具有很强的非线性映射能力。(The Artificial Neural Network
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:4776960
    • 提供者:songguo2021
  1. 神经网络

    0下载:
  2. 神经网络基础代码rbf,bp神经网络,svm代码,hopfiled代码。可以对初学者有很好的用处(This code is suitable for primary stage learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:6076416
    • 提供者:龙洞洞主
  1. BP

    0下载:
  2. bp神经网络,包含输入层,隐含层,输出层(BP neural network, including the input layer, the hidden layer, the output layer)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:52224
    • 提供者:guo_zhiyun
  1. C#实现

    0下载:
  2. 利用C#编程的BP神经网络,无解释,可用,仅供参考(C# programming BP neural network, no explanation, available, for reference only)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:112640
    • 提供者:Liu司令
  1. BP神经网络

    0下载:
  2. prediction of digital
  3. 所属分类:文章/文档

    • 发布日期:2018-01-09
    • 文件大小:713728
    • 提供者:Miss Liu
  1. BP网络c++

    1下载:
  2. 神经网络可移植头文件程序,不用修改可直接使用,网络大小可通过参数任意调节(Neural network portable head file program, without modification, can be used directly, network size can be adjusted arbitrarily by parameter)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:
  1. feed

    0下载:
  2. 结合模糊评价和bp神经网络将网路权值转换成个因素的权重 Combining fuzzy evaluation and BP neural network to transform the weights of network weights into factors(Combining fuzzy evaluation and BP neural network to transform the weights of network weights into factors)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:727186630
  1. BP

    0下载:
  2. bp神经网络实现预测,已经在鸢尾花数据集中验证过,拟合能力不错(Prediction of BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:47104
    • 提供者:哼哼1214
  1. bpnn

    2下载:
  2. 用Python3实现BP神经网络对MNIST数字手写体识别,下载就能用(Using Python3 to implement BP neural network for MNIST digital handwriting recognition, download can be used)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:6428672
    • 提供者:史老四
  1. BP分类

    0下载:
  2. 利用BP算法进行分类的MATLAB 程序(MATLAB program classified by BP algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:逍遥之人
  1. BP

    0下载:
  2. 这个算法是基于BP神经网络开发的,用于音识别的一个新型算法,可以扩展用于其他领域的模式识别问题。(It is an algorithm for speech recognition based on BP neural network.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:374784
    • 提供者:向日葵csu
  1. BP

    0下载:
  2. BP神经网络的主程序,已经调试成功。其中传递函数可以自己随意选用,sigmoid,pureline等函数。训练函数也可以自己设置,trainlm,trainbr等等(Back propagation neural network.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:李宁227
  1. CODE

    0下载:
  2. 此代码为遗传算法优化BP神经网络的编码程序部分。(this file is the code program in the genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:李宁227
  1. main

    0下载:
  2. 这个文件包含了遗传算法优化的BP神经网络主程序gabpmain,以及function函数,还有test函数。(there are three files which are gabpmain ,function and test.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:李宁227
  1. 基于BP网络的个人信贷信用评估

    1下载:
  2. 基于BP网络的个人信贷信用评估,使用MATLAB来实现(Credit evaluation of personal credit based on BP network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:30720
    • 提供者:Yin℃
  1. MATLAB神经网络30个案例分析源程序

    0下载:
  2. 此段代码是关于matlab神经网络中,bp型神经网络的参考代码(This section of code is the reference code for the MATLAB neural network, BP neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:5535744
    • 提供者:liuchen1997
  1. PSO-bp

    0下载:
  2. POS优化BP神经网络。利用POS的优化性能(POS optimization of BP neural network)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:266240
    • 提供者:wangbiaofzgg
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com