基于mnist数据库的SVM分类实现我要分享

SVM classification based on the mnist database imp

matlab 分类 svm 数据库 mnist 基于 实现

关注次数: 206

下载次数: 0

文件大小: 25.28 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:本实验采用mnist数据库,对手写数字用SVM的方法进行分类。采用数据库的形式为mnist_all.mat,这种形式的数据库只有data没有label,所以我自己对它处理一下给test0-test9和train0-train9加上0-9的label。最后用SVM的方法进行分类,得出分类准确率


English Description:

In this study, mnist database of handwritten numbers SVM classification method. Using the database in the form of mnist_all.mat, this form of database only data no label, so I have to deal with what it test0-test9 and train0-train9 plus 0-9 label. Finally, the method of SVM classification, classification accuracy obtained


代码预览