搜索资源列表
双并联
- 双并联人工神经网络,具有收敛速度快,泛化能力强等特点-double parallel artificial neural network, with the convergence speed and ability to generalize the characteristics of
对偶
- 对偶传播神经网络,有监督和无监督相结合的一种神经网络-dual-propagation neural networks, supervised and unsupervised combination of a neural network
自组织
- 自组织神经网络,用于模式识别以及故障智能诊断。 -self-organizing neural networks for pattern recognition and intelligent fault diagnosis.
人工神经网络BP算法源代码与演示程序
- 人工神经网络BP算法源代码与演示系统,分三层实现BP算法-artificial neural network algorithm source code and demonstration system is divided into three layers to achieve BP algorithm
renlianshibie
- 神经网络识别人脸。包含说明文件。可对不同人的不同姿态的摄影图像进行分类。-neural network recognition face. Includes note. To be different people different posture photographic image classification.
BPinC
- 基于c语言的神经网络程序 不错的呀,夸夸下-based on the neural network programming good ah, herself under
基于C/C++环境下的模糊神经网络源程序
- 我这里有一个基于C/C++环境下的模糊神经网络源程序,用于训练神经网络并可更改样本实现你所需的功能,希望和大家一起分享-I have here on a C / C under the FNN source, used to train the neural network may vary sample implementation of the function you need, and hope to share with everyone
对sinx在区间 内采样数点作为BP神经网络训练
- (1)对sinx在区间 内采样数点作为BP神经网络训练样本,然后利用该训练好的网络输出sinx的值。 (2)将函数换成 , ,重复(1)的实验。
bp c#源码
- bp神经网络 c#源码,已通过测试
csharpmatlab.rar
- c#与matlab混合编程--神经网络--tsp,c#,matlab programing-hopfield-tsp
BP
- 这是一个用C#编程的BP人工神经网络算法的程序。-This is a C# programming with BP artificial neural network algorithm procedure.
ANN
- 人工神经网络的c++实现方法,包括BP,RBF,SOM,LVQ等网络的源程序-Artificial neural network c++ realization, including BP, RBF, SOM, LVQ and other network source
ANN_MATLAB_CODE
- 人工神经网络的BP、Hopfield模型-Artificial neural network BP, Hopfield model
neuralnetwork
- 一个人工智能的神经网络算法及演示程序。有源码和可直接运行程序。希望对你有帮助-An artificial neural network algorithm and demonstrate the procedure. There are source and can be directly run the program. I hope for your help
SimpleOCR
- C#使用神经网络实现光学字符识别(OCR)源代码-Csharp use the neural network optical character recognition (OCR) the source code
BP
- bp神经网络程序,一个简单的训练算法和样本-bp neural network program, a simple algorithm and the training samples
模糊神经网络的程序
- 模糊神经网络的程序,利用K-means法得到的模糊规则个数-Fuzzy neural network program, the use of K-means method to get the number of fuzzy rules
BPNETSerial
- 神经网络预测,训练输入数据是1620组9维数据,输出是1620组8维数据;测试输入数据为180组9维数据,输出是180组8维数据;训练后总误差为3.4%(The training input data are 1620 sets of 9 dimensional data, and the output is 1620 groups of 8 dimensional data; the test input data is 180 sets of 9 dimensional data and t
神经网络EA源码
- 该文件为神经网络EA源码,可作为研究参考,因为该EA逻辑比较简单已经不适合目前的市场,只能作为研究用,切勿用于实盘。
神经网络算法
- 神经网络算法c#版,通过accord.net实现