搜索资源列表
-
0下载:
* Lightweight backpropagation neural network.
* This a lightweight library implementating a neural network for use
* in C and C++ programs. It is intended for use in applications that
* just happen to need a simply neural network and do not
-
-
0下载:
Lightweight Neural Network
This a lightweight implementation of a backpropagation neural network
routine in C. It doesn t do anything fancy: no millions of different
types of neural networks, no graphical user interface, just the routines
-
-
0下载:
a matlab code for training a backpropagation neural network
-
-
0下载:
this is a backpropagation neural network training and testing design for two types of islamic caligraphy pattern recognition as a school project
-
-
0下载:
使用BP神经网络来识别彩色图像的类. 自己取采样样本-apply the backpropagation neural network to classify a color image you choose. You need to determine the number of classes and select the
training samples by yourself.
-
-
0下载:
fortran的神经网络训练程序。
Phil Brierley提供
更多信息见 www.philbrierley.com
-Neural Network in Fortran90
!! Multilayer Perceptron trained with
!! the backpropagation learning algorithm
!! coded in Fortran90 by Phil Brierley
!! www.philbrierley.com
!
-
-
1下载:
这是一个四个不同的S函数实现集合的递归模糊神经网络(RFNN)。该网络采用了4组可调参数,这使得它非常适合在线学习/操作,从而可应用到系统识别等方面。-This is a collection of four different S-function implementations of the recurrent fuzzy neural network (RFNN) described in detail in [1]. It is a four-layer, neuro-fuzzy net
-