搜索资源列表
pattrnRecognization
- 文件包中是关于模式识别中神经网络法,模板匹配,Fisher判别法和细化算法(用于轮廓检测)以及数字识别的vc程序-packages on the pattern recognition neural network, template matching, Fisher Discriminant and thinning algorithm (used for contour detection), and digital identification procedures vc
vcNetworks
- 采用基因算法实现一个网络规划的实例,用VC++6.0实现,基因算法(又叫神经网络)是一个很具有实用价值的算法。-using a genetic algorithm to achieve the network planning examples, with VC + +6.0 realized, genetic algorithm (also known as a neural network) is a very practical value is the algorithm.
VisualC++BPNET
- 用VC++6.0开发的基于BP神经网络类 (图像识别处理源码)-with VC + +6.0 based BP neural network type (image recognition processing FOSS)
Classify
- VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运行完全正确,是学习VC实现不同分类识别方法的很好代码。