登录
首页 » Matlab » SVM 手写数字分类

SVM 手写数字分类

于 2022-12-17 发布 文件大小:572.03 kB
0 102
下载积分: 2 下载次数: 2

代码说明:

本程序利用支持向量机分类器,实现对usps数据库中0—9十个数字的识别,利用的是数字图片的粗网格特征,维度为25维。0~9每个数字有20张图像,一共有200个训练样本%对每个数字的20种形态记录它们的特征存入pattern.mat中本程序对初次接触数字向量机(SVM)分类器的学者有很大的启发作用。HandWritings( ): 对样本进行特征提取,此处提取的是灰度特征SuppotVector():%参数:sample:待测样品. %返回值:result:分类结果 %函数功能:支持向量级分类SupportVectorTrain():支持向量机训练运行test.m文件即可完成训练和分类过程,得出识别结果.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ParitySpaceFDI
    Parity space的故障诊断工具箱(Parity space troubleshooting toolkit)
    2010-11-21 16:37:05下载
    积分:1
  • 粒子群优化算法的MATLAB
    应用背景粒子群优化算法是一种计算方法,通过对一个给定的质量问题进行优化和求解,并对一个给定的质量问题进行了改进;关键技术粒子群优化算法参数的选择对优化性能有很大的影响。选择粒子群优化的参数,产生良好的性能,因此一直是很多研究的主题
    2022-04-13 09:11:24下载
    积分:1
  • LMS
    LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h *p1 计算维纳解时最小均方误差 u=1/sum(eigs(R)) ( LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h*p1 计算维纳解时最小均方误差 u=1/sum(eigs(R)) )
    2021-03-01 22:29:34下载
    积分:1
  • BP
    说明:  BP算法,关于神经网络反馈的算法,Matlab编写,内含数据文件,可直接运行(BP algorithm, on the neural network feedback algorithm, Matlab preparation, combustion data file that can be run directly)
    2013-09-23 18:06:17下载
    积分:1
  • ISODATA-MATLAB
    ISODATA的matlab实现,迭代自组织数据分析算法(ISODATA MATLAB)
    2014-11-24 15:51:33下载
    积分:1
  • SQPM
    用基于拉格朗日函数Hesse阵的SQP方法求解约束优化问题(Hesse matrix based on Lagrange function with the SQP method for solving constrained optimization problems)
    2011-09-06 13:12:43下载
    积分:1
  • 微电网仿真
    SOGI及DS,QS传递函数MATLABm文件及伯德图绘制((SOGI, DS, QS Transfer Function MATLABm File and Bird Diagram Drawing)
    2020-06-18 09:40:01下载
    积分:1
  • examples
    《结构分析的有限元法与MATLAB程序设计》所附程序(" Structural Analysis of the finite element method and MATLAB programming," the attached process)
    2010-07-16 09:36:25下载
    积分:1
  • PV_System
    In this paper, new scheme of direct torque control of induction motor for electric vehicles is proposed and the results of an investigation into suitable torque control schemes are also presented. The electric vehicle drive consists of rewound induction motors and a three-level IGBT inverter. The schemes investigated are Field Oriented Control, Direct Torque Control (DTC), and DTC using Space Vector Modulation. The results of Matlab - Simulink simulations and a comparison between the control schemes are presented. It is found that the DTC using Space Vector Modulation scheme is best for this application.
    2010-05-31 20:23:48下载
    积分:1
  • crc16_MATLAB
    16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。(16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.)
    2020-08-23 14:08:17下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载