搜索资源列表
BP神经网络代码
- Bp神经网络算法(VC++实现),包含main函数和BpNet类的控制台程序,带有详细的注释。
BP神经网络非线性系统建模
- 基于BP神经网络的非线性系统函数拟合算法,分为BP神经网络构建,BP神经网络训练和BP神经网络预测.
BPnetBP神经网络算法.zip
- bp神经网络算法,bp nerve network algorithm
BP-neural-network
- BP神经网络算法程序 双输入单输出 有详细程序注解 便于读者阅读-BP neural network algorithm for two-input single-output process are detailed procedures to facilitate reader comments
bp神经网络算法及其改进
- bp神经网络算法及其改进,改进方法基于动量法和可变步长.-bp net algorithm and its improvement based on moment and variable step-size
bp
- Bp神经网络算法的VC++实现,包括特征提取,学习,训练等。-Codes of Bp Algorithm, writed by VC++, include the character distill, study, train etc.
bp
- bp神经网络算法及相关文章,有一定的使用价值,用过就知道-bp neural network algorithm and related articles, a certain degree of value, used to know
BP~
- BP神经网络算法,可以调节隐层,输入输出等-BP neural network algorithm, can be adjusted hidden layer, input and output, etc.
BP
- BP神经网络算法,C源代码,在这里和大家分享,也是搜来的资料。-BP neural network algorithm, C source code here to share, but also to the data search.
bp
- bp神经网络 算法 这是网上找的 肯定漏洞很多 本人希望能和有做过bp神经网络算法的朋友交流下 -bp neural network algorithm
ANN-BP
- BP神经网络算法,原数据与结果均已给出,望可以提供帮助-BP neural network algorithm, the original data and the results have been given, hope can help
BP人工神经网络算法程序
- BP人工神经网络算法程序 公路客运量 公路货运量
遗传算法优化BP神经网络
- 遗传算法优化BP神经网络,一种优化全的 比bp神经网络算法。基于MATab编写
遗传算法优化BP神经网络-非线性函数拟合
- 进行非线性函数拟合且用遗传算法对BP神经网络进行优化(The nonlinear function is fitted and the BP neural network is optimized by genetic algorithm)
BP神经网络算法代码
- BP神经网络算法代码的C++源代码,亲试可用(BP neural network algorithm code C++ source code, pro test available)
BP神经网络+最小距离分类器
- BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
BP神经网络MATLAB中的实现
- 在MATLAB中实现BP神经网络算法计算代码(Implementation of BP neural network algorithm in MATLAB)
案例1 BP神经网络的数据分类-语音特征信号分类
- 前馈循环神经网络,用于处理语音识别,里面是matlab源代码,以及实例。学习神经网络算法很有帮助。(Feed forward recurrent neural network for speech recognition, which is the matlab source code, and an example. Learning neural network algorithms is very helpful.)
BP神经网络 GUI
- 针对BP神经网络算法,使用MATLAB软件进行了编译,并给出了BPGUI的模型例子(An example of the GUI interface of BP neural network algorithm)
Bp神经网络。
- 本资源是有关深度学习的Bp神经网络算法的实现。