登录
首页 » matlab » KNN_2011211651

KNN_2011211651

于 2013-12-07 发布 文件大小:2024KB
0 228
下载积分: 1 下载次数: 148

代码说明:

  应用KNN算法解决0到9的手写数字识别问题,效果在90 以上,内部有两个数据集,一个为训练集(7291个数据),一个为测试数据(2791个数据),程序采用MATLAB编写,另附有文档,程序简洁易懂(Application KNN algorithm to solve 0-9 handwritten digit recognition problem, the effect is more than 90 , the inside has two data sets, one for the training set (7291 data), a test data (2791 data), the program written using MATLAB , attached a document, the program is simple and easy to understand)

文件列表:

KNN_张建恒_2011211651.doc,18432,2013-10-23
work
....\KNN.asv,1065,2013-10-23
....\KNN.m,1080,2013-10-23
....\QiuDistance.asv,380,2013-10-23
....\QiuDistance.m,434,2013-10-23
....\VoteOut.asv,508,2013-10-23
....\VoteOut.m,557,2013-10-23
....\zip.test,2029542,2007-11-21
....\zip.train,14512253,2001-11-11

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

发表评论

0 个回复

  • guzhangjisuan
    本程序是实现电力系统的故障计算程序,故障后会对导纳矩阵进行修正,很好的进行了仿真(This program is a power system fault calculation program, fault admittance matrix will be revised, a good simulation)
    2010-08-14 15:54:47下载
    积分:1
  • Disfrft
    this file contains some m-files about calculating the fractional fourier transform
    2010-10-24 18:17:22下载
    积分:1
  • al06
    说明:  Today’s wireless networks are characterized by a fi xed spectrum assignment policy. However, a large portion of the assigned spectrum is used sporadically and geographical variations in the utilization of assigned spectrum ranges from 15 to 85 with a high variance in time. The limited available spectrum and the ineffi ciency in the spectrum usage neces- sitate a new communication paradigm to exploit the existing wireless spectrum opportunistically
    2009-08-09 10:59:10下载
    积分:1
  • USE
    用于车牌识别技术中图像分割,对比几种微分算子的边缘检测和形态学分割(License plate recognition technology for image segmentation, compared to several differential operator edge detection and morphological segmentation)
    2013-11-11 09:32:19下载
    积分:1
  • speech_processing_toolbox
    final year Project report of speech processing in matlab
    2010-08-25 23:41:33下载
    积分:1
  • triangle
    输入三条边,判断是否可构造三角形,判断三角形类型(Enter three sides, to determine whether the triangles can be constructed to determine the type triangle)
    2009-11-23 14:43:48下载
    积分:1
  • STBC-470419
    不同发射天线数目下,空时分组编码STBC的仿真(Under different number of transmit antennas, space-time block coding STBC simulation)
    2013-12-17 11:54:15下载
    积分:1
  • Prob_4-a-Prob_5-M-file
    generation of different kinds of random variables
    2012-01-26 05:59:09下载
    积分:1
  • svm smo
    支持向量机。 包括SMO算法,用于求解alpha的值(Support vector machine. Including the SMO algorithm for solving alpha values)
    2020-06-25 14:00:01下载
    积分:1
  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载