文件名称:基于VC的神经网络开发程序包(原码)
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 413kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author's ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
annie-0.51-src
..............\bin
..............\doc
..............\...\doxyfile
..............\...\html
..............\...\Introduction.txt
..............\...\latex
..............\examples
..............\........\add.cpp
..............\........\hopfield01.cpp
..............\........\showoutputs.cpp
..............\........\tester.cpp
..............\........\tsp.cpp
..............\........\xor.cpp
..............\include
..............\.......\annie.h
..............\.......\CenterNeuron.h
..............\.......\defines.h
..............\.......\empty.h
..............\.......\Exception.h
..............\.......\File.h
..............\.......\HopfieldNetwork.h
..............\.......\InputLayer.h
..............\.......\InputNeuron.h
..............\.......\Layer.h
..............\.......\Link.h
..............\.......\Matrix.h
..............\.......\MultiLayerNetwork.h
..............\.......\Network.h
..............\.......\Neuron.h
..............\.......\RadialBasisNetwork.h
..............\.......\RecurrentNeuron.h
..............\.......\SimpleNeuron.h
..............\.......\TrainingSet.h
..............\.......\TwoLayerNetwork.h
..............\lib
..............\Makefile
..............\obj
..............\ReadMe.txt
..............\src
..............\...\bin2txt.cpp
..............\...\CenterNeuron.cpp
..............\...\empty.cpp
..............\...\Exception.cpp
..............\...\File.cpp
..............\...\HopfieldNetwork.cpp
..............\...\InputLayer.cpp
..............\...\InputNeuron.cpp
..............\...\KohonenMap.cpp
..............\...\KohonenMap1D.cpp
..............\...\KohonenMap3D.cpp
..............\...\Layer.cpp
..............\...\Link.cpp
..............\...\Matrix.cpp
..............\...\MultiLayerNetwork.cpp
..............\...\Network.cpp
..............\...\Neuron.cpp
..............\...\RadialBasisNetwork.cpp
..............\...\RecurrentNeuron.cpp
..............\...\SimpleNeuron.cpp
..............\...\TrainingSet.cpp
..............\...\trsetmerger.cpp
..............\...\TwoLayerNetwork.cpp
..............\...\txt2bin.cpp
..............\windows
..............\.......\annie.dsw
..............\.......\annie.sln
..............\.......\dsp
..............\.......\...\annie_lib.dsp
..............\.......\...\bin2txt.dsp
..............\.......\...\trsetmerger.dsp
..............\.......\...\txt2bin.dsp
..............\.......\exampleHopfield01
..............\.......\.................\exampleHopfield01.dsp
..............\.......\.................\exampleHopfield01.vcproj
..............\.......\exampleTSP
..............\.......\..........\cities.dat
..............\.......\..........\exampleTSP.vcproj
..............\.......\..........\tsp.dat
..............\.......\..........\weights.dat
..............\.......\exampleXOR
..............\.......\..........\exampleXOR.dsp
..............\.......\..........\exampleXOR.dsw
..............\.......\..........\exampleXOR.ncb
..............\.......\..........\exampleXOR.opt
..............\.......\..........\exampleXOR.vcproj
..............\.......\ReadMe-VisualStudio6.txt
..............\.......\ReadMe-VisualStudio7.txt
..............\.......\Tester
..............\.......\......\network.txt
..............\.......\......\tester.cpp
..............\.......\......\tester.dsp
..............\.......\......\Tester.vcproj
..............\.......\vcproj
..............\.......\......\annie-lib.vcproj
..............\.......\......\bin2txt.vcproj
..............\.......\......\trsetmerger.vcproj
..............\.......\......\txt2bin.vcproj
annie_0.51_doc.pdf
基于VC的神经网络开发程序包.txt
..............\bin
..............\doc
..............\...\doxyfile
..............\...\html
..............\...\Introduction.txt
..............\...\latex
..............\examples
..............\........\add.cpp
..............\........\hopfield01.cpp
..............\........\showoutputs.cpp
..............\........\tester.cpp
..............\........\tsp.cpp
..............\........\xor.cpp
..............\include
..............\.......\annie.h
..............\.......\CenterNeuron.h
..............\.......\defines.h
..............\.......\empty.h
..............\.......\Exception.h
..............\.......\File.h
..............\.......\HopfieldNetwork.h
..............\.......\InputLayer.h
..............\.......\InputNeuron.h
..............\.......\Layer.h
..............\.......\Link.h
..............\.......\Matrix.h
..............\.......\MultiLayerNetwork.h
..............\.......\Network.h
..............\.......\Neuron.h
..............\.......\RadialBasisNetwork.h
..............\.......\RecurrentNeuron.h
..............\.......\SimpleNeuron.h
..............\.......\TrainingSet.h
..............\.......\TwoLayerNetwork.h
..............\lib
..............\Makefile
..............\obj
..............\ReadMe.txt
..............\src
..............\...\bin2txt.cpp
..............\...\CenterNeuron.cpp
..............\...\empty.cpp
..............\...\Exception.cpp
..............\...\File.cpp
..............\...\HopfieldNetwork.cpp
..............\...\InputLayer.cpp
..............\...\InputNeuron.cpp
..............\...\KohonenMap.cpp
..............\...\KohonenMap1D.cpp
..............\...\KohonenMap3D.cpp
..............\...\Layer.cpp
..............\...\Link.cpp
..............\...\Matrix.cpp
..............\...\MultiLayerNetwork.cpp
..............\...\Network.cpp
..............\...\Neuron.cpp
..............\...\RadialBasisNetwork.cpp
..............\...\RecurrentNeuron.cpp
..............\...\SimpleNeuron.cpp
..............\...\TrainingSet.cpp
..............\...\trsetmerger.cpp
..............\...\TwoLayerNetwork.cpp
..............\...\txt2bin.cpp
..............\windows
..............\.......\annie.dsw
..............\.......\annie.sln
..............\.......\dsp
..............\.......\...\annie_lib.dsp
..............\.......\...\bin2txt.dsp
..............\.......\...\trsetmerger.dsp
..............\.......\...\txt2bin.dsp
..............\.......\exampleHopfield01
..............\.......\.................\exampleHopfield01.dsp
..............\.......\.................\exampleHopfield01.vcproj
..............\.......\exampleTSP
..............\.......\..........\cities.dat
..............\.......\..........\exampleTSP.vcproj
..............\.......\..........\tsp.dat
..............\.......\..........\weights.dat
..............\.......\exampleXOR
..............\.......\..........\exampleXOR.dsp
..............\.......\..........\exampleXOR.dsw
..............\.......\..........\exampleXOR.ncb
..............\.......\..........\exampleXOR.opt
..............\.......\..........\exampleXOR.vcproj
..............\.......\ReadMe-VisualStudio6.txt
..............\.......\ReadMe-VisualStudio7.txt
..............\.......\Tester
..............\.......\......\network.txt
..............\.......\......\tester.cpp
..............\.......\......\tester.dsp
..............\.......\......\Tester.vcproj
..............\.......\vcproj
..............\.......\......\annie-lib.vcproj
..............\.......\......\bin2txt.vcproj
..............\.......\......\trsetmerger.vcproj
..............\.......\......\txt2bin.vcproj
annie_0.51_doc.pdf
基于VC的神经网络开发程序包.txt