搜索资源列表
BP神经网络代码
- Bp神经网络算法(VC++实现),包含main函数和BpNet类的控制台程序,带有详细的注释。
NNDemo2.0
- 神经网络matlab代码。有GUI界面实现和讲解,很强大-Neural network matlab code. There are GUI interfaces to achieve and explain the very strong
BPNet
- 关于BP神经网络的代码,是用c++实现的,希望对大家有帮助-Neutral Net of BP,which is completed by C++.I hope it is useful to everyone.
All
- bp神经网络matlab代码实现,利用bp神经网络预测的好方法。-bp neural network matlab code to achieve, use a good bp neural network forecasting method.
BP
- BP神经网络的matlab实现,代码很简单,可是有学习意义哦!-BP neural network Matlab, the code is very simple, but learning.
The-BP-neural-network-
- BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程,此代码能实现BP神经网络的数据分类-语音特征信号分类-BP network can learn and store a lot of input and output model mapping relations, without prior reveals describe the mapping relation mathematical equations, the code can realiz
BP
- 一个简单的神经网络实现二分类问题,里面包含代码,以及训练集和测试集的数据,可以直接用的,对初学者是不错的资源-A simple neural network to achieve the two-class problem, which contains the code, as well as training and testing data sets can be directly used, is a good resource for beginners
bp
- BP神经网络-C语言实现 C语言来实现一个简单的单隐藏层的BP神经网络,,因此对于其他C类语言(C#、JAVA等)只需对本文中的代码稍作修改即可移植。-BP neural network-C language C language to implement a simple single hidden layer BP neural network, so for the other C-like language (C#, Java, etc.) only need to make som
bpNNbijinERYUANhanshuSANWEITU
- BP神经网络实现二元函数的逼近源程序代码-BP neural network source code binary function approximation
BP-neural-network-code
- 这是BP神经网络C语言实现代码,代码不是我写的,是从一本书里找到的,如果想要查看书籍,可以联系我又给你-This is BP neural network C language code, the code is not what I wrote, is found a book, if you want to see books, you can contact me gave you
BP-liziqun
- 基于粒子群优化算法的BP人工神经网络算法代码,使用matlab实现-Particle swarm optimization based on BP artificial neural network algorithm code, using matlab implementation
bpNeuralNetwork
- BP神经网络C++代码简单实现,包括测试集-BP neural network C++ code is simple to achieve
BP预测程序
- bp神经网络实现功率预测,含归一化和反归一化操作,属于通用代码(Power prediction based on BP neural network)
Iris数据集BP神经网络实例代码
- Iris数据集BP神经网络实例代码,该例子程序提供AForge.NET实现和matlab实现两种途径(Iris data set, BP neural network example code)
BP神经网络预测
- 神经网络工具箱,能够用来预测交通流量,代码中显示了实现的步骤(neural network toolbox)
神经网络理论与Matlab R2007实现(程序代码)
- BP神经网络, 虽然很简单,但是很好用的哦!!!(BP neural network, It is very nice)
NN1.m
- BP神经网络在matlab上已有可以使用的工具箱,本程序探讨如何实现简单的多层BP网络,并提供可执行的代码和例程供参考。(BP neural network has been available on the Matlab toolbox, this program discusses how to achieve a simple multi-layer BP network, and provide executable code and routines for reference.)
神经网络C源码
- 基于C语言实现基于LM等多种神经网络,神经网络VC代码 包括BP LM QN算法(A variety of neural networks based on LM and so on based on C language)
案例1
- BP神经网络实现识别,用BP实现分类代码(Recognition of BP neural network)
BP神经网络python简单实现
- 去掉神经元类,把功能合并入NetLayer类中,使用矩阵计算加快速度 调整代码实现批量训练方法。 优化程序中numpy库运算顺序,避免产生中间变量(Remove neuron classes, merge functions into NetLayer classes, and use matrix to calculate speed.)