MNIST手写字 Matlab程序,包含BP和CNN程序

上传者: hoho1151191150 | 上传时间: 2019-12-21 19:53:14 | 文件大小: 21.62MB | 文件类型: zip
MNIST手写字 Matlab程序,包含BP和CNN程序。不依赖任何库,包含MNIST数据,BP网络可达到98.3%的识别率,CNN可达到99%的识别率。CNN比较耗时,关于CNN的程序介绍:https://blog.csdn.net/hoho1151191150/article/details/79714691

文件下载

资源详情

[{"title":"( 44 个子文件 21.62MB ) MNIST手写字 Matlab程序,包含BP和CNN程序","children":[{"title":"MNISTMatlab程序","children":[{"title":"fig","children":[{"title":"bp","children":[{"title":"a100-100-m-100-me-50000-e-1-l-5.png <span style='color:#111;'> 62.12KB </span>","children":null,"spread":false},{"title":"relu-z2-m100-p5000.png <span style='color:#111;'> 12.76KB </span>","children":null,"spread":false},{"title":"a80-80-m-100-me-50000-e-1-l-5.png <span style='color:#111;'> 27.24KB </span>","children":null,"spread":false},{"title":"a120-120-m-100-me-50000-e-1-l-5.png <span style='color:#111;'> 27.03KB </span>","children":null,"spread":false},{"title":"relu-z2-m100-p5000-30-30.png <span style='color:#111;'> 13.49KB </span>","children":null,"spread":false}],"spread":true},{"title":"cnn","children":[{"title":"cnnresult.png <span style='color:#111;'> 21.81KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"bp","children":[{"title":"readme.m <span style='color:#111;'> 601B </span>","children":null,"spread":false},{"title":"networksmnist3.m <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false},{"title":"SGD.m <span style='color:#111;'> 644B </span>","children":null,"spread":false},{"title":"evaluatemnist.m <span style='color:#111;'> 425B </span>","children":null,"spread":false},{"title":"acti_relu_prime.m <span style='color:#111;'> 124B </span>","children":null,"spread":false},{"title":"showdigit.m <span style='color:#111;'> 400B </span>","children":null,"spread":false},{"title":"softmax.m <span style='color:#111;'> 188B </span>","children":null,"spread":false},{"title":"acti_sigmoid.m <span style='color:#111;'> 77B </span>","children":null,"spread":false},{"title":"networksmnist.m <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"networksmnist2.m <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false},{"title":"acti_relu.m <span style='color:#111;'> 86B </span>","children":null,"spread":false},{"title":"acti_sigmoid_prime.m <span style='color:#111;'> 105B </span>","children":null,"spread":false},{"title":"loadMnistDataScript.m <span style='color:#111;'> 255B </span>","children":null,"spread":false},{"title":"feedforward.m <span style='color:#111;'> 476B </span>","children":null,"spread":false},{"title":"bp_backpropagation.m <span style='color:#111;'> 812B </span>","children":null,"spread":false},{"title":"bp_feedforward.m <span style='color:#111;'> 475B </span>","children":null,"spread":false}],"spread":false},{"title":"cnn","children":[{"title":"readme.m <span style='color:#111;'> 75B </span>","children":null,"spread":false},{"title":"sigmoid.m <span style='color:#111;'> 72B </span>","children":null,"spread":false},{"title":"relu_prime.m <span style='color:#111;'> 119B </span>","children":null,"spread":false},{"title":"grand.m <span style='color:#111;'> 165B </span>","children":null,"spread":false},{"title":"cnn_backpropagation2.m <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false},{"title":"showdigit.m <span style='color:#111;'> 400B </span>","children":null,"spread":false},{"title":"grandn.m <span style='color:#111;'> 168B </span>","children":null,"spread":false},{"title":"cnn_backpropagation.m <span style='color:#111;'> 2.63KB </span>","children":null,"spread":false},{"title":"run.m <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"softmax.m <span style='color:#111;'> 189B </span>","children":null,"spread":false},{"title":"copyToGPU.m <span style='color:#111;'> 142B </span>","children":null,"spread":false},{"title":"gones.m <span style='color:#111;'> 159B </span>","children":null,"spread":false},{"title":"cnn_evaluate.m <span style='color:#111;'> 445B </span>","children":null,"spread":false},{"title":"relu.m <span style='color:#111;'> 81B </span>","children":null,"spread":false},{"title":"cnn_kron.m <span style='color:#111;'> 297B </span>","children":null,"spread":false},{"title":"loadMnistDataScript.m <span style='color:#111;'> 252B </span>","children":null,"spread":false},{"title":"gzeros.m <span style='color:#111;'> 165B </span>","children":null,"spread":false},{"title":"cnn_feedforward.m <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"cnn_initialize.m <span style='color:#111;'> 3.69KB </span>","children":null,"spread":false},{"title":"sigmoid_prime.m <span style='color:#111;'> 95B </span>","children":null,"spread":false},{"title":"showWeights.m <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false}],"spread":false},{"title":"data","children":[{"title":"mnist.mat <span style='color:#111;'> 22.12MB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • weixin_39514521 :
    运行不起,要报错,不建议下载
    2020-06-01
  • weixin_38746926 :
    非常有用感谢分享,谢谢跑了一遍无错误
    2020-03-25
  • ZY520XIAOXIAO :
    刚接触深度学习,下下来学习学习,已经跑了一遍,希望能够有帮助
    2020-02-12
  • wing784228342 :
    希望有用啊,现在着急要用卷积神经,但是自己又没有接触过
    2019-08-09
  • 小渣渣学习记 :
    出错,想问是为什么?从 gpuArray 转换为 double 时出现以下错误:无法从 gpuArray 转换为 double。出错 cnn_feedforward (line 13)
    2019-05-31

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明