搜索资源列表
wuxuexishenjing
- 无学习神经网络程序及例子 效果良好 运用于实际中方便简捷
youxuexishenjiwangluo
- 有学习神经网络程序及例子 应用效果良好 实际操作简单 用于多方面研究
CBPnet
- C语言写的 神经网络源程序,对学习研究结果预测有重要作用!
bpmatlab
- bp神经网络用于预测的matlab程序用于预测各种数据
matlab
- MATLAB神经网络0-9数字识别 该程序利用神经网络对数字0-9...遗传算法优化小波神经网络源程序 基于C语言实现的人脸识别
gskmadechar.rar
- 基于人工神经网络的手写英文字母、数字图像识别的源程序代码。,Based on Artificial Neural Network handwritten letters of the alphabet, the digital image to identify the source code.
bp_fortran1
- BP神经网络FORTRAN源代码。 BP算法由两部分组成:信息的正向传递与误差的反向传播。在正向传播过程中,输入信息从输入经隐含层逐层计算传向输出层,每一层神经元的状态只影响下一层神经元的状态。如果在输出层没有得到期望的输出,则计算输出层的误差变化值,然后转向反向传播,通过网络将误差信号沿原来的连接通路反传过来修改各层神经元的权值直至达到期望目标。 -BP neural network FORTRAN source code. BP algorithm consists of two p
matlab30
- matlab 神经网络模型 程序源代码 没有密码 可以自行下载-matlab web model precess code
BP
- C语言编写的BP神经网络,对了解和建立神经网络的过程有帮助。-C language of BP neural networks, on the understanding and the establishment of neural networks to help the process.
bp
- 这是一个bp神经网络,用于信号的预测并与理想信号比较。-bp
Untitled8
- 一个自己编写的三层BP神经网络,通过测试,初学者可以参考一下-I have written a three-layer BP neural network, testing and reference for beginners
WNN
- wnn小波神经网络,具体分析了一些小波函数,用于预测模型的输出!-The wnn wavelet neural network, the concrete study some wavelet function, has used in the forecast model the output!
BpNet
- 人工神经网络BP算法 运用了Matcom4.5的矩阵运算库 -Neural Network
C
- 用C++实现的BP神经网络算法程序, 用于预测数据及模数识别-C++ BP
bp
- bp 神经网络的算法实现 c++的源程序-bp neural network algorithm to achieve c++ source program
RBF
- rbf神经网络代码,用于电力系统短期负荷预测的matlab代码-rbf neural network code rbf neural network code rbf neural network code rbf neural network code
BPmatlab
- 神经网络预测代码,对事件的前期预测等前期准备很有帮助。-The neural network prediction code, the early prediction of events preparatory helpful.
bayes和神经网络的手写体数字识别程序(matlab)
- bayes和神经网络的手写体数字识别程序(matlab)(bayes and neural network handwritten numeral recognition program (matlab))
GA_ANN
- 利用遗传算法,对神经网络中的参数进行迭代优化,进而使神经网络更加强大(Using the genetic algorithm, the parameters in the neural network are iteratively optimized to make the neural network more powerful.)
C++实现神经网络算法
- BP神经网络 c++完整实现代码,加了非常详细的注释,代码可以直接运行