Description: Several C++ examples of neural models and algorithms, there are BP neural network, BP neural network to solve XOR problem, HMM of the C language, vector quantization, such as the C language.
File list (Check if you may need any files):
常用的神经模型和算法介绍
........................\BP神经网络的C语言实现
........................\.....................\backprop.cpp
........................\.....................\backprop.h
........................\BP神经网络解决异或问题
........................\......................\BPNet.001
........................\......................\BPNet.dsp
........................\......................\BPNet.dsw
........................\......................\bpnet.h
........................\......................\BPNet.ncb
........................\......................\BPNet.opt
........................\......................\BPNet.plg
........................\......................\main.cpp
........................\......................\Release
........................\......................\.......\BPNet.exe
........................\......................\.......\main.obj
........................\......................\.......\vc60.idb
........................\HMM的C语言实现
........................\..............\backward.cpp
........................\..............\baum.cpp
........................\..............\hmm.h
........................\..............\hmmrand.cpp
........................\..............\hmmutils.cpp
........................\..............\nrutil.cpp
........................\..............\nrutil.h
........................\..............\viterbi.cpp
........................\矢量量化的C语言实现
........................\...................\Clustering.cpp
........................\...................\Clustering.h