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

搜索资源列表

  1. genetic-algrithom-BP-

    0下载:
  2. BP神经网络和遗传算法的结合,根据输入和输出的value,不断对参数进行修正,确定拟合关系-BP neural network and genetic algorithm combination of value, according to the input and output, continuous parameter correction to determine the fitting relationship
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6499
    • 提供者:Ding
  1. PPSO-bp-MATLAS

    0下载:
  2. 利用PSO训练BP神经网络的的MATLAB源码可直接使用。 -MATLAB source PSO training BP neural network can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6601
    • 提供者:奉献
  1. bp

    0下载:
  2. bp神经网络的编程,主要是完成了对神经网络整体流程的编程-bp neural network programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:157503
    • 提供者:刘风
  1. BP

    0下载:
  2. c语言编的bp神经网络,用于解决与神经网络相关的问题 运行平台为任一可运行c语言的平台。c语言编的bp神经网络,用于解决与神经网络相关的问题 运行平台为任一可运行c语言的平台。-c language compile bp neural network is used to solve the problems related to the neural network operating platform to platform can run any of the c language. c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-06
    • 文件大小:1870
    • 提供者:魔灵昼
  1. yannart-Scala-Neural-Network-7ace167

    0下载:
  2. 基于scala实现的BP多层神经网络源程序,带有测试用例-n implementation in Scala written by Yann Nicolas This Scala implementation of a neural network, allows the execution and the training of a multi-layer perceptron.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:7105
    • 提供者:hwzhao
  1. BP-face-recognization

    0下载:
  2. 基于BP神经网络的人脸识别算法的MALAB实现。采用了抽样-全样训练的方式。-BP neural network-based face recognition algorithm MALAB. Using a sample- the whole kind of training methods.
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8530467
    • 提供者:刘娇月
  1. BP-re

    1下载:
  2. 基于BP网络的手写大写字母识别,能较好识别大写字母-Handwritten letter recognition based on BP neural network, to better identify the capital letters
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:171628
    • 提供者:叶辉
  1. BP

    0下载:
  2. 用遗传算法优化BP神经网络 希望帮助到大家 -Genetic algorithm to optimize BP neural network to help you Thank you
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:王光
  1. neural-network-modeling-30-source

    0下载:
  2. matlab的神经网络建模30个源程序,包括常用的BP,Hopfield,RBF网络的回归-非线性函数回归的实现等-matlab neural network modeling 30 source, including used BP Hopfield RBF network regression- the realization of the nonlinear function regression
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7135110
    • 提供者:杨晓峰
  1. BP-function

    1下载:
  2. 采用C语言编写的BP网络神经算法,本程序将用BP神经网络拟合函数-The BP neural network fitting function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1834
    • 提供者:海韦希
  1. BP

    0下载:
  2. BP神经网络完整版,注释详细,测试时节点数默认即可,改编时注意文件的操作-BP neural network full version, detailed notes, can test season points default, adaptation and attention to the operation of the file
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:3749303
    • 提供者:王猛
  1. BP

    0下载:
  2. BP神经网络C语言算法,对了解神经网络原理非常有帮助。-BP neural network algorithm in C language, and very helpful to understand the neural network theory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:7880
    • 提供者:李大大
  1. BP

    0下载:
  2. BP神经网络m文件,调试后可用,且该m文件使用简单-BP neural network m files, debugging available, and the m files using the simple
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1565
    • 提供者:sss
  1. BP

    0下载:
  2. 神经网络的BP算法,使用matlab来实现的。-BP neural network algorithm using matlab to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1811
    • 提供者:ljj
  1. Ipso

    1下载:
  2. 本文将 改进的PSO优化算法与 BP网络算法相结合, 完全 基于BP网络算法的基本思想, 是在基本 BP算法的误 差反向传播调整权值的基础上, 再引入 PSO 算法进行 权值修正, 是严格意义上的基于 PSO的 BP网络算法.-pso programming for improved bp neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2399
    • 提供者:李淋淋
  1. myga-bp

    1下载:
  2. 修改过的用c语言编写的遗传算法优化BP神经网络初始阈值的程序,效果还行。可根据实际情况加一些归一化。-Modified genetic algorithm to optimize BP neural network initial threshold c language program, the effect is okay. Actual situation according to add some normalization.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:392110
    • 提供者:刘阳
  1. GA-BP

    0下载:
  2. 这是一个GA-BP神经网络,可以对人口等数据进行预测。-This is a GA-BP neural network to predict population data.
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:940
    • 提供者:Yuan
  1. bp

    0下载:
  2. 这是一个matlab的BP神经网络源代码,可以对相关数据进行预测。-This is a BP neural network matlab source code, and related data to predict.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:7209
    • 提供者:Yuan
  1. GE-BP

    0下载:
  2. 本程序用于根据遗传算法设定BP神经网络初值,在此基础上进行BP神经网络训练,需要安装goat工具箱-Genetic algorithm, the program for setting the initial value of the BP neural network, based on BP neural network training, the need to install the goat Toolbox
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:2189
    • 提供者:李飞
  1. Artificial-neural-network-BP

    0下载:
  2. 人工神经网络BP算法源码,讲解的很详细,希望对你们有用-Artificial neural network BP algorithm source code
  3. 所属分类:Development Research

    • 发布日期:2017-11-13
    • 文件大小:1886
    • 提供者:烦渴
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com