chap11

所属分类:Windows编程
开发工具:Visual C++
文件大小:196KB
下载次数:507
上传日期:2009-08-13 22:12:43
上 传 者eduto
说明:  数字验证码识别,需要训练。目录主要包括:文档和两个源代码。 其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。
(The number of verification code to identify the need for training. Contents include: the source code files and two. One procedure is to identify the source code, and the other is a matrix class library, the book is also used, so be attached. Because the training has been good to preserve the right of the value of the network, so the identification procedures used for the first time, you can run \ \ Release directory of the executable file, and then on the picture of the test directory to read into the picture to identify. Of course, readers can also use the training samples to train the network, but to pay special attention to the choice of training samples, or may result in very low recognition rate. Training sample selection principle is that as far as possible representative, not too long training time in the circumstances, as much as possible the number of training samples.)

文件列表:
chap11\数字识别系统源代码\Bp.h (19140, 2004-04-26)
chap11\数字识别系统源代码\ChildView.cpp (14319, 2004-04-29)
chap11\数字识别系统源代码\ChildView.h (2039, 2004-04-29)
chap11\数字识别系统源代码\DBpParamater.cpp (1119, 2004-04-19)
chap11\数字识别系统源代码\DBpParamater.h (1282, 2004-04-19)
chap11\数字识别系统源代码\DIBAPI.CPP (18382, 2004-04-27)
chap11\数字识别系统源代码\DIBAPI.H (1300, 2004-04-15)
chap11\数字识别系统源代码\DigitRec.aps (46352, 2004-04-29)
chap11\数字识别系统源代码\DigitRec.clw (3908, 2004-04-29)
chap11\数字识别系统源代码\DigitRec.cpp (3682, 2004-04-20)
chap11\数字识别系统源代码\DigitRec.dsp (4890, 2004-04-26)
chap11\数字识别系统源代码\DigitRec.dsw (541, 2004-04-15)
chap11\数字识别系统源代码\DigitRec.h (1389, 2004-04-15)
chap11\数字识别系统源代码\DigitRec.rc (13458, 2004-04-29)
chap11\数字识别系统源代码\INPUT1.cpp (1008, 2004-04-20)
chap11\数字识别系统源代码\INPUT1.h (1184, 2004-04-20)
chap11\数字识别系统源代码\MainFrm.cpp (3256, 2004-04-28)
chap11\数字识别系统源代码\MainFrm.h (1625, 2004-04-28)
chap11\数字识别系统源代码\mydiblib.h (50133, 2004-04-29)
chap11\数字识别系统源代码\Release\DigitRec.exe (77824, 2004-04-29)
chap11\数字识别系统源代码\Release\图片\num (12, 2004-04-20)
chap11\数字识别系统源代码\Release\图片\result.txt (22, 2009-07-03)
chap11\数字识别系统源代码\Release\图片\Thumbs.db (22016, 2006-03-22)
chap11\数字识别系统源代码\Release\图片\whi.dat (440, 2004-04-20)
chap11\数字识别系统源代码\Release\图片\win.dat (11352, 2004-04-20)
chap11\数字识别系统源代码\Release\图片\测试图片1.bmp (164078, 2004-04-20)
chap11\数字识别系统源代码\Release\图片\测试图片2.bmp (44694, 2004-04-12)
chap11\数字识别系统源代码\Release\图片\测试图片3.bmp (160806, 2004-04-20)
chap11\数字识别系统源代码\Release\图片\测试图片4.bmp (150078, 2004-04-20)
chap11\数字识别系统源代码\Release\图片\测试图片5.bmp (120078, 2004-04-20)
chap11\数字识别系统源代码\Release\图片\测试图片6.bmp (150078, 2004-04-29)
chap11\数字识别系统源代码\Release\图片\测试图片7.bmp (116446, 2004-04-29)
chap11\数字识别系统源代码\Release\图片\训练样本.bmp (239110, 2004-04-20)
chap11\数字识别系统源代码\res\DigitRec.ico (1078, 2004-04-19)
chap11\数字识别系统源代码\res\DigitRec.rc2 (400, 2004-04-15)
chap11\数字识别系统源代码\res\Thumbs.db (5120, 2006-03-22)
chap11\数字识别系统源代码\res\Toolbar.bmp (1054, 2004-04-15)
chap11\数字识别系统源代码\Resource.h (1995, 2004-04-29)
... ...

本目录主要包括:文档和两个源代码。 其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。

近期下载者

相关文件


收藏者