搜索资源列表
广义异或bp算法
- 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achi
BP神经网络的C语言实现
- BP神经网络的C语言实现-Neural Network C Language
BP-NN-in-C
- BP神经网络的C语言实现,具有2隐层,1输出1输入层。程序较严密,内详。
C++BilderBp
- C++实现BP神经网络,实现模拟函数
BP神经网络C程序
- 比较实用的一个BP神经网络实现的C++程序,希望对大家有用处-a more practical BP neural network in C procedures, we hope to be useful
BP神经网络C++实现
- BP神经网络C++实现
BP
- 内含基本BP算法C语言程序,让你快速入门BP神经网络的实现原理-Containing the basic BP algorithm C language programming, allows you to Quick Start BP neural network to achieve the principle of
BP
- 常用的BP神经网络算法,用c++实现的,相信对大家有用-Commonly used BP neural network algorithm, using c++ Achieved, I believe all of us useful
BP
- c语言实现的BP神经网络,能够以任意精度拟合一个函数-c language to achieve the BP neural network, able to fit a function of arbitrary precision
bpneuralnetworksandthestudyofcurve
- 网上的大部分BP实现曲线拟合都使用MATLAB库函数,这不利于读者理解BP神经网络的算法。本文用C源码实现MATLAB库函数.-BP to achieve most of the Internet curve fitting using MATLAB library function, this does not help readers understand the BP neural network algorithm. In this paper, the realization of C
bp3
- bp神经网络c实现(有点错误,转自网络,与大家分享)-bp neural network c implementation (bit error, switched network, to share with you)
BP2
- visual c++实现BP神经网络,可以绘出误差曲线,逼近曲线-visual c++ to achieve BP neural network, can draw the error curve, approximation curve
bp
- BP神经网络-C语言实现 C语言来实现一个简单的单隐藏层的BP神经网络,,因此对于其他C类语言(C#、JAVA等)只需对本文中的代码稍作修改即可移植。-BP neural network-C language C language to implement a simple single hidden layer BP neural network, so for the other C-like language (C#, Java, etc.) only need to make som
BP-net-sourceCode-C-language
- 原始的BP神经网络,c语言实现,代码简单,而且能够在训练完后,直接进行使用测试-The original BP neural network, c language, the code is simple, and can be finished in training, direct use test
BP-neural-network-code
- 这是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
BP-neural-network-algorithm
- BP神经网络c#语言实现,有比较详尽的注释说明,方便基本了解算法结构。-BP neural network c# language, there are more detailed explanatory notes to facilitate a basic understanding of the algorithm structure.
bpNetWork
- BP神经网络C++实现,异或学习为例。层数及每层节点数可设定。(BP neural network C++ implementation, XOR learning as an example. The number of layers and the number of nodes per layer can be set.)
BP neural network is programmed with C++
- 神经网络的C语言实现,适合初学者学习使用,也可以进一步开发(BP neural network is programmed with C)
bpC++
- 本文档是用c实现的 基于bp神经网络的 可以实现计算a+b和的程序(This document is a program for computing a+b and a+b based on BP neural networks implemented in C)
神经网络C源码
- 基于C语言实现基于LM等多种神经网络,神经网络VC代码 包括BP LM QN算法(A variety of neural networks based on LM and so on based on C language)