搜索资源列表
bp_fortran1
- BP神经网络FORTRAN源代码。 BP算法由两部分组成:信息的正向传递与误差的反向传播。在正向传播过程中,输入信息从输入经隐含层逐层计算传向输出层,每一层神经元的状态只影响下一层神经元的状态。如果在输出层没有得到期望的输出,则计算输出层的误差变化值,然后转向反向传播,通过网络将误差信号沿原来的连接通路反传过来修改各层神经元的权值直至达到期望目标。 -BP neural network FORTRAN source code. BP algorithm consists of two p
NN_project_1
- 這是一個類神經網路中倒傳遞類神經網路,應用於圖形識別上,可以把兩個不同分類的點,藉由BP找出他的分割線進行區分-This is a type of neural network back-propagation neural network applied to pattern recognition, it can be classified into two different points, by BP to find his distinction between partition l
Untitled8
- 一个自己编写的三层BP神经网络,通过测试,初学者可以参考一下-I have written a three-layer BP neural network, testing and reference for beginners
BpNet
- 人工神经网络BP算法 运用了Matcom4.5的矩阵运算库 -Neural Network
bp
- bp 神经网络的算法实现 c++的源程序-bp neural network algorithm to achieve c++ source program
bp
- bp神经网络的编程,主要是完成了对神经网络整体流程的编程-bp neural network programming
BP-basic
- 汇编语言下的人工神经网络初步实现,配合一些高级算法-Initial realization of artificial neural network assembly language, with some advanced algorithms
bp
- 基于神经网络的变压器故障检测matlab实现-Transformer fault detection based on neural network matlab achieve
neural-network
- 基于BP神经网络的非线性分类,及运用其解决异或问题,并对Iris数据进行分类-Nonlinear classification based on BP neural network and the xor problem, and its appplication on the data of Iris.
BP-suanfa
- 神经网络代码 关于BP算法以及神经网络的建立及仿真-Building and Simulation of neural network code on the BP algorithm and neural network
bp-neural-network-
- bp神经网络 提取音频程序,对神经网络理解学习很有帮助-The bp neural network to extract audio program, and is of great help to understanding neural network learning
bp
- matlab的神经网络,可以用来预测,分类-matlab neural network can be used to predict classification
BP-matlab
- BP神经网络源代码,我小论文的代码,绝密资料-BP neural network source code, my little paper code, top-secret information
BP
- BP神经网络程序,能对相关数据进行参数寻优,进而优化系统性能-Application of BP neural network, can to parameter optimization of relevant data, and then optimize the system performance
BP
- BP神经网络模糊控制,达到预测的目的,集训练和预测于一身-Purpose, set BP neural network training and prediction fuzzy control, to achieve the predicted in-one
BP
- 本文结合遗传算法对BP算法进行优化,建立了改进的BP神经网络模型。最后,充分利用MATLAB语言的各自优势,进行编程-In this paper, the genetic algorithm to optimize BP algorithm, establish an improved BP neural network model. Finally, make full use of their respective advantages MATLAB language programming
BP
- 神经网络的基础源程序,初学者可以下载用用,便于理解,本人运行过的,能用-Neural network of the basic source of the program, beginners can download for use, easy to understand, I run, can use
BP
- 人工神经网络BP,非线性处理数据,内附例子说明,简单明了-BP artificial neural network, nonlinear data processing, with examples, simple and clear
bp
- 这是一份有关于神经网络的程序,里面有详细的注释说明(This is a program with a neural network with detailed explanatory notes.)
ACO-BP预测
- 一种基于蚁群算法优化的BP神经网络,请大家参考指正(Ant Colony Optimization BP Neural Network)