搜索资源列表
C++神经网络开发包ANNIE源程序(最新版)
- C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序-C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environ
BP_Algorithm
- 用VC++实现的BP(反向传播负反馈)神经网络算法-with VC BP (BP negative feedback) neural network algorithm
BOLTZMAN
- BOLTZMAN(vc++编写的程序神经网络程序)
SOM
- VC++实现神经网络SOM(自组织特征映射网)-VC++ Realization of neural network SOM (self-organizing feature map network)
BP_neural_network_source_code
- BP神经网络源程序(程序是在VC++6.0环境下编译的,在低版本编译可能会出现错误!) 程序文件说明: 1、界面程序:wuzhou11.* 2、BP神经网络训练程序:LearnDlg.* 3、BP神经网络预报程序:ForecastDlg.* 4、BP神经网络说明程序:text.txt 5、测试范例:ldlqw11.* .nna 训练样本文件 .nnb 测试文件 .par 训练控制参数 .nnr 训练误差文件 .out 测试结果文件 .wgt 网络
XOR
- VC++实现BP前向神经网络异或算法,(非常好)-VC++ to achieve BP XOR forward neural network algorithm (very good)
ART1
- 用VC++作为开发平台,ART神经网络的实现(C语言编程)-With VC++ as a development platform, ART neural network implementation (C programming)
Neural-Networks
- 工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过 -Aspects of artificial intelligence, this is a simple neural network algorithm for sin (x) fitting, vc compiled by