搜索资源列表
BPprog
- BP算法最新C源程序, #include\"stdarg.h\" #include\"stdio.h\" #include\"stdlib.h\" #include\"math.h\" #include\"graphics.h\" #include\"conio.h\" #define IN 4 /*输入层的神经元个数*/ #define HID 13 /*隐含层的神经元个数*/ #define MOD 594 /*学习样本个数*/ #define OUT
bp_source_c
- bp算法的c实现,程序已经通过调试,希望对大家有用-bp c algorithm achieved through debugging procedures, we hope to useful
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.
BP
- 利用C++实现BP算法,共同学习(转载)
C++BP
- 基于C++的BP算法源程序(包括训练和仿真)我想对大家是有用的请看看
BPshibie
- c++的bp算法实现,是模式识别的很有用代码
BP
- 这个C语言的程序是bp算法实现,可以运行得出结果-The C language program is bp algorithm, the results can run
C
- 用C++实现的BP神经网络算法程序, 用于预测数据及模数识别-C++ BP
bp
- bp 神经网络的算法实现 c++的源程序-bp neural network algorithm to achieve c++ source program
bp
- 基于c++ 的bp 神经网络算法,可以进行模式识别-very good de chengxu
1
- 神经网络BP算法(C程序),方便大家学习神经网络的时候用-BP neural network algorithm (C program) to facilitate learning neural network at the same time
C++实现神经网络算法
- BP神经网络 c++完整实现代码,加了非常详细的注释,代码可以直接运行