搜索资源列表
bp c#源码
- bp神经网络 c#源码,已通过测试
BP神经网络的C程序语言实现
- BP神经网络的C程序语言实现,非常实用的一个代码-Neural Network C Programming Language, in a very practical code
bp模型
- BP神经网络对字母进行识别, 值得收藏-BP neural networks to identify letters, copies
bp-matlab
- BP神经网络算法的matlab代码,本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。希望有用-BP neural network algorithm Matlab code, the procedures under the trained network file ANN.mat anticipating new data files, be mean square error,
BP-vcSourceCode
- BP神经网络算法的VC+源码,前几天在网上找到,觉得很有用,和大家分享。-BP neural network algorithm VC+ source code, in the days before the Internet, feel useful, and share with you all.
BP-nn
- BP神经网络分类器 程序有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令符下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开Weight.dat、Sample.dat、classfyme.dat、
BP神经网络算法代码
- BP神经网络算法代码的C++源代码,亲试可用(BP neural network algorithm code C++ source code, pro test available)
BP神经网络逼近(matlab程序)
- Bp神经网络MATLAB小程序,相当实用,推荐实用(Neurofuzzy design and model construction of nonlinear dynamical processes from data)
BP神经网络
- BP神经网络 matlab实例讲解PDF编程材料,练习习题(SOME EXAMPLES for BP.IF you need it ,download please)
BP神经网络的非线性系统建模_非线性函数拟合
- BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear
BP神经网络+最小距离分类器
- BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
BP神经网络预测算法MATLAB源程序
- BP神经网络预测算法MATLAB源程序,用于混沌时间序列预测。(BP neural network prediction algorithm MATLAB source code for chaotic time series prediction.)
用matlab编BP神经网络预测程序
- 用matlab编BP神经网络预测程序,MATLAB程序代码-- 人工神经网络及其工程应用(BP neural network prediction program using MATLAB)
BP神经网络
- BP神经网络实例解析 非常好,希望大家多多支持(BP is a very good example,Hope you can learn more about BP)
PSO优化BP神经网络 MATLAB版本2016a
- PSO优化BP神经网络 MATLAB版本2016a PSO优化BP神经网络的权值和阈值 有详尽的注释 并结合2016a的新版本函数特性,优化了算法(PSO optimization BP neural network MATLAB version 2016a PSO optimization BP neural network weights and thresholds Detailed comments and combined w
BP神经网络-鸢尾花分类代码+文档
- BP神经网络-鸢尾花分类代码+文档,可以直接运行(BP neural network - iris code + document, can run directly)
bp神经网络分类附带性细讲解
- bp神经网络分类附带详细讲解 1、本人对其中涉及到的函数进行了详细说明。 2、此程序中部分函数的使用方式是高版本Matlab中不推荐的,文中给出了当前高版本Matlab中的使用方式,并给出了相关博客地址(BP neural network classification with detailed explanation 1, I give a detailed descr iption of the functions inv
BP神经网络与多项式拟合曲线
- BP神经网络与多项式拟合曲线,数据统计描述,神经网络模型,概率统计建模的理论和方法。(BP neural network and polynomial fitting curve, data statistical descr iption, neural network model, probability and statistics modeling theory and method.)
BP神经网络预测
- BP神经网络是目前较为简单的预测算法,但是需要要有足够的样本,本例使用神经网络算法,两步预测(BP neural network is a relatively simple prediction algorithm at present, but it needs enough samples. This example uses neural network algorithm and two-step prediction.)
遗传算法优化BP神经网络
- GA算法优化BP神经网络的初始权值和阈值,提高神经网络的鲁棒性(GA algorithm optimizes the initial weights and thresholds of BP neural network to improve the robustness of neural network)