搜索资源列表
一个简单的感知器网络
- 完整的c++代码,可以实现单层感知器网络。是神经网络入门者的一个参照
人工神经网络实用教程
- 本书系统地介绍了人工神经网络典型模型的原理、算法,并对遗传算法的基本原理也作了简单介绍。全 书共分九章,内容包括:概述、人工神经网络基本模型、BP网络(误差反向传播算法)、Hopfield网络模型、Boltz-mann机、自组织神经网络模型、联想记忆模型、CMAC模型、遗传算法原理。为了方便读者在运用神经网络方法求解实际问题时的需要,在书中的附录中分别给出了:人工神经网络研究中的一些常用数学方法、用C语 言编写的一些神经
神经网络遗传算法代码
- 神经网络遗传算法的一个简单例子代码,开发神经网络遗传算法的第一步-neural network genetic algorithm code a simple example, the development of neural network genetic algorithm first step
粒子群优化算法C
- 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it ha
简单的字符识别
- 一个简单的字符识别程序,根据字体的结构识别,而不是通常所用的模式匹配,神经网络识别,开辟了新的思路,希望对图像识别感兴趣的有所帮助。VC++开发-a simple character identification procedures, according to the font structure identification, but not usually used in pattern matching, neural netw
elsfangkuai
- 使用VC++编写的一个简单的俄罗斯方块小游戏.-use Visual C++ to prepare a simple little game Tetris.
c_HOPFIELD
- 一个简单的HOPFIELD神经网络C语言源代码,其中RELESDE为可执行文件-a simple Hopfield neural network C language source code, which RELESDE executable
NeuralNetworksatyouFingertips
- 各种神经网络的算法,包括bp,hp,som等 用c编的,程序简单易懂,适合大家学习-various neural network algorithm, including bp hp, som c, and so on with the series, procedures are simple, suitable for everyone learning
Ocrtest
- 将BP神经网络应用于汽车车牌的自动识别,提出了一种简单实用的方法,具有很好的应用价值-BP neural network will be used in automatic recognition of car license plate, a simple and practical method has good application value
94-100
- C语言精彩百例第93-100例 第四篇 综合应用篇 实例94 用C语言实现遗传算法 实例95 人工神经网络的C语言实现 实例96 K_均值算法 实例97 ISODATA算法 实例98 快速傅立叶变换 实例99 求解野人与传教士问题 实例100 简单专家系统 -C language section 93-100 100 cases of patients with excellent fourth e
C++BP
- bp算法(神经网络) 简单实现 可帮助初学者理解算法的基本思路-bp algorithm (neural network) can help realize a simple algorithm for beginners to understand the basic ideas
BP_XOR
- 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
BPalgorithm
- bp神经网络算法,是用c语言实现的,比较简单,供初学者练手-bp neural network algorithm
requierbt
- 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过,require.h是thingking in c++中的一个很有用的头文件,asser的升级版-Artificial intelligence, this is a simple neural networks algorithm for sin (x) of the fitting, vc compiled by, require.h is thingk
BP(C-write)
- 非常简单实用的神经网络代码,用C编写,实用语言基础一般的同志,特此推荐-Very simple neural network code, written in C, the comrades of the basis of pragmatic language, and hereby recommend
c++ BP 神经网络
- 简单的BP代码,初学者可以从中学习写简单的神经网络代码。(Include subscribe ,initial,login in function.espeacailly has a methord of commnucation between base class and UI class)
neutral
- 简单的神经网络,识别C,I,T,改进sigmoid函数(Simple neural network, identify C, I, T, improve the sigmoid function)
神经网络BP算法源代码(C )
- 神经网络BP算法源代码,c编写,有需要的可以简单学习一下(The source code of the neural network BP algorithm, C)
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 se
神经网络编程_源代码
- 采用C#实现简单的神经网络转至在这里感谢作者(苍梧)分享(A simple neural network is realized. Here I thank the author Cangwu for sharing)