文件名称:matlab-written-number-recognistion
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [Matlab] [源码]
- 上传时间:
- 2013-05-16
- 文件大小:
- 102kb
- 下载次数:
- 0次
- 提 供 者:
- mic****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序基于“图像模式识别—VC++技术实现”写就,实现了线性和非线性手写数字识别。
程序主文件是homework.m
程序包括homework.m,homework.fig,Getfeature.m,losstab.m,losstab.fig,samplelib.m,samplelib.fig,save_sample.m,save_sample.fig
和数据库template.mat。
具体实现可以参考程序内注释。-this is a matalb programme,in order to recognise the number writtern by yourself.
it include
homework.m,homework.fig,Getfeature.m,losstab.m,losstab.fig,samplelib.m,samplelib.fig,save_sample.m,save_sample.fig
程序主文件是homework.m
程序包括homework.m,homework.fig,Getfeature.m,losstab.m,losstab.fig,samplelib.m,samplelib.fig,save_sample.m,save_sample.fig
和数据库template.mat。
具体实现可以参考程序内注释。-this is a matalb programme,in order to recognise the number writtern by yourself.
it include
homework.m,homework.fig,Getfeature.m,losstab.m,losstab.fig,samplelib.m,samplelib.fig,save_sample.m,save_sample.fig
(系统自动生成,下载前可以参看下载内容)
下载文件列表
手写数字识别matlab实现\Getfeature.m
......................\homework.fig
......................\homework.m
......................\losstab.fig
......................\losstab.m
......................\readme.txt
......................\samplelib.fig
......................\samplelib.m
......................\save_sample.fig
......................\save_sample.m
......................\template.mat
手写数字识别matlab实现