搜索资源列表
广义异或集成神经网络算法
- 本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,可克服初始权值的影响,对神经网络分类器来说:假设有N个独立的子网,采用绝对多数投票法,再假设每个子网以1-p的概率给出正确结果,且网络之间的错误不相关,则表决系统发生错误的概率为 Perr = ( ) pk(1-p)N-k 当p<1/2时 Perr 随N增大而单调递减. 在工程化设计中,先设计并训练数目较多的子网,然后从中选取少量最佳子网形成表决系统,可以达到任意高的泛化能力。 -this pro
BP神经网络的C语言实现
- BP神经网络的C语言实现-Neural Network C Language
C-ANN-sourceCode
- C语言神经网络源码 数种神经网络的C语言实现,要阅读该文章,您首先得熟悉ANN的学习算法,,否则您是读不懂这些代码的。本代码仅供学习研究之用,不得用于任何商业目的!谢谢! -neural network C language source code in several neural network in C language, to read the article, you must first be familiar with ANN learning algorithm, oth
c++BPxor
- 用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
BP-NN-in-C
- BP神经网络的C语言实现,具有2隐层,1输出1输入层。程序较严密,内详。
SRC010_networks_bp_c3
- bp神经网络的C实现源码。用C语言实现神经网络设计,适用于多输入节点情况,神经网络的册数根据需求可以设置。
BP神经网络的C程序语言实现
- BP神经网络的C程序语言实现,非常实用的一个代码-Neural Network C Programming Language, in a very practical code
7
- 神经网络BP算法的C语言实现--三层神经元网络,人工神经网络的BP基本算法的C语言实现-BP neural network algorithm for C-language implementation- three-layer neural networks, artificial neural networks, BP algorithm is the basic C-language implementation
BPalgorithm
- bp神经网络算法,是用c语言实现的,比较简单,供初学者练手-bp neural network algorithm
c-implementof-BP-neutral-network
- BP神经网络的C语言实现,对理解神经网络很有帮助。-BP neural network to achieve the C language, very helpful in understanding the neural network.
BP
- c语言实现的BP神经网络,能够以任意精度拟合一个函数-c language to achieve the BP neural network, able to fit a function of arbitrary precision
neural_network_c_language
- 使用C语言实现神经网络算法,针对BP神经网络的特点进行设计和开发,具有比较好的性能-use c language to develop neural network,good to use.
pso_nn_exe
- 粒子群优化算法与神经网络算法结合的一种混合算法,采用c语言实现-Particle swarm optimization algorithm and neural network algorithms for a hybrid algorithm, using c language implementation
Cbp
- 用C 语言实现神经网络BP算法。思路比较清晰,大家可以作为参考-Using C language neural network BP algorithm. Ideas clearer, we can serve as a reference
bp-neural-network-c
- 用c语言实现神经网络,可以进行训练,任意输入,任意输出,可以参考一下-use C language realize neural network,it can be trained
C-neural-network111
- C语言实现神经网络,用最基本简单的BP神经网络-neural network c
BP neural network is programmed with C++
- 神经网络的C语言实现,适合初学者学习使用,也可以进一步开发(BP neural network is programmed with C)
BP神经网络算法的C语言实现代码
- 用C语言编程,进行bp神经网络算法程序实现(BP neural network algorithm, program implementation)
neuron
- 本程序用C语言实现神经网络算法,供大家学习,交流使用。(This program uses C language to achieve neural network algorithm, for everyone to learn, exchange use.)
神经网络C源码
- 基于C语言实现基于LM等多种神经网络,神经网络VC代码 包括BP LM QN算法(A variety of neural networks based on LM and so on based on C language)