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

搜索资源列表

  1. BP-neural-network-code

    0下载:
  2. 这是BP神经网络C语言实现代码,代码不是我写的,是从一本书里找到的,如果想要查看书籍,可以联系我又给你-This is BP neural network C language code, the code is not what I wrote, is found a book, if you want to see books, you can contact me gave you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3734
    • 提供者:朱建华
  1. BP-CPP

    0下载:
  2. 用c++实现神经网络BP算法,代码有文字说明注释-Using c++ to achieve BP neural network algorithm, code text descr iption Comment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:8610
    • 提供者:张正
  1. BP-neural-network

    0下载:
  2. BP神经网络的C++算法实现及讨论。通过C++构造一个5层神经网络,成功实现样本函数的功能。-C++ BP neural network algorithm to achieve and discussion. By C++ construct a five-layer neural network, the successful implementation of functional sample function.
  3. 所属分类:Development Research

    • 发布日期:2017-04-25
    • 文件大小:170873
    • 提供者:柳费洋
  1. BP-neural-network-algorithm

    0下载:
  2. BP神经网络c#语言实现,有比较详尽的注释说明,方便基本了解算法结构。-BP neural network c# language, there are more detailed explanatory notes to facilitate a basic understanding of the algorithm structure.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2657
    • 提供者:朱孔明
  1. BP

    0下载:
  2. BP神经网络C程序,在该题的程序设计中采用了文件相关的操作,记录了相关学习和测试信息数据。-BP neural network C program, use the file related operations in the program design of the subject, record related learning and testing information data.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-16
    • 文件大小:10847
    • 提供者:德静
  1. bp

    0下载:
  2. 用C++程序实现BP神经网络,简洁有效,欢迎大家下载-C++ procedures to achieve with BP neural network, simple and effective, welcome to download
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1846
    • 提供者:戚桂洪
  1. bp

    0下载:
  2. 将三位二进制数转为一位十进制数,标准c++实现-The three bit binary number to a decimal number
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:fierydragonor
  1. BP

    0下载:
  2. 现有一种合金由A,B,C三种元素及杂质组成 测试5次 A百分含量 [7.1 7.0 6.9 6.8 7.2] B百分含量 [3.2 3.4 3.6 3.8 4.0] C百分含量 [2.5 2.9 3.1 2.6 2.2] 硬度[78 65 78 69 72] 用BP神经网络进行拟合BP神经网络进行拟合-The BP neural network to carry on the fitting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:9502
    • 提供者:陈晗
  1. C++代码实现了BP网络

    0下载:
  2. 以下C++代码实现了BP网络,通过8个3位二进制样本对应一个期望输出,训练BP网络,最后训练好的网络可以将输入的三位二进制数对应输出一位十进制数。-The following C++ code to achieve the BP network, by eight 3-bit binary sample corresponds to a desired output, BP network training, the last three binary input trained network
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-04
    • 文件大小:2488
    • 提供者:员娇娇
  1. include

    1下载:
  2. 神经网络BPC语言代码用以给大家学习BP神经网络使用-Neural Network BP C language code for everyone to learn the use of BP neural network
  3. 所属分类:software engineering

    • 发布日期:2015-11-06
    • 文件大小:5120
    • 提供者:maojiba
  1. bp

    0下载:
  2. bp算法的c语言实现,运用了自适应—动量因子方法,仅供参考。-bp algorithm c language, the use of adaptive- momentum factor method for reference purposes only.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6928
    • 提供者:段星
  1. BP

    0下载:
  2. bp网络的测试代码,使用C++编程,已测试通过,希望对大家有用,多多提意见。-Bp network test code, using c++ programming, has the tests pass, hope useful for everyone, a lot of advice.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-13
    • 文件大小:2572037
    • 提供者:wang
  1. BP

    0下载:
  2. bp算法,该算法适合用于3层的c语言的代码。调试成功。-bp algrim
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:24661
    • 提供者:邱正
  1. bp

    0下载:
  2. 神经网络中的最基本的BP算法,代码用C语言完成,更改代码中的绝对路径为自己的路径或者改成相对路径就可直接运行-Neural Networks and Learning Machines , the basic Back-Propagation Algorithm,developped by C Language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3695
    • 提供者:shixfu
  1. BP

    0下载:
  2. 用C语言编写的BP神经网络算法,能够实现6输入3输出的神经网络-BP neural network algorithm written in C, it is possible to achieve 3 6 input output neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2873
    • 提供者:石伟
  1. BP-C

    0下载:
  2. : 针对常规 PID 控制器不能在线修正参数以及模糊规则和率属函数对专家经验的依赖 性,提出了神经网络模糊自适应 PID 控制器,-Research on Fuzzy Adaptive PID Control Based on Neural Netowork
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2267
    • 提供者:张震
  1. BP

    0下载:
  2. BP神经网络程序,包含一个C语言的原始程序,看到BP的算法流程,还有两个改进的BP程序,包括自适应动量下降法和梯度下降法-BP neural network program, the original program that contains a C language, see BP algorithm process, there are two improved BP procedures, including adaptive momentum descent and gradient
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:16101
    • 提供者:sason
  1. BP

    0下载:
  2. BP神经网络,用C#实现反向神经网络识别iris花数据集,准确率95 以上-BP neural network, using C# implementation iris flower reverse neural network dataset, the accuracy rate above 95
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:417549
    • 提供者:邵双
  1. BP

    0下载:
  2. C#人工神经网络编程,实现神经网络的训练,测试和泛化-C# artificial neural network programming, neural network training, testing and generalization
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:292615
    • 提供者:汤凤娜
  1. C-neural-network111

    0下载:
  2. C语言实现神经网络,用最基本简单的BP神经网络-neural network c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:22819
    • 提供者:星晴
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 33 »
搜珍网 www.dssz.com