搜索资源列表
NeuralNetworksatyouFingertips
- 各种神经网络的算法,包括bp,hp,som等 用c编的,程序简单易懂,适合大家学习-various neural network algorithm, including bp hp, som c, and so on with the series, procedures are simple, suitable for everyone learning
sbp
- 用于手写体字符识别的BP神经网络算法,用C语言编写,需要用一定数据的进行训练,然后用三层网络进行识别,可以试一试.-for Handwritten Character Recognition BP neural network algorithm, using C language, need certain data for training, and then use the three-tier network identification, may try.
BPC++
- 改进的BP神经网络的C++源代码,可用于图象识别
bp2
- 提供的是BP网络C程序,用来做分类处理
BPC++
- 基于BP网络面向对象的模拟退火编程技术C++程序
rbf
- 有关于bp神经网络隐层如何采用RBF的隐层自学习方法的C语言程序-Bp neural network on how the use of RBF hidden layer the hidden layer of self-learning method of C Programming Language
BP
- C语言编写的BP神经网络,对了解和建立神经网络的过程有帮助。-C language of BP neural networks, on the understanding and the establishment of neural networks to help the process.
C
- 用C++实现的BP神经网络算法程序, 用于预测数据及模数识别-C++ BP
bp
- bp 神经网络的算法实现 c++的源程序-bp neural network algorithm to achieve c++ source program
bp
- 基于c++ 的bp 神经网络算法,可以进行模式识别-very good de chengxu
bpnet
- c语言实现BP神经网络解决异或问题,详细请见附件,源代码。-c language XOR BP neural network to solve the problem in detail, see Annex, the source code.
1
- 神经网络BP算法(C程序),方便大家学习神经网络的时候用-BP neural network algorithm (C program) to facilitate learning neural network at the same time
ys
- C++语言编写的BP神经网络训练程序,可以运行成功。-C++ language BP neural network training program, you can run successfully.
C++实现神经网络算法
- BP神经网络 c++完整实现代码,加了非常详细的注释,代码可以直接运行