matlab分时代码-NeuralNetworkDigitRecognition:使用神经网络对手写数字进行分类

上传者: 38737213 | 上传时间: 2022-05-06 11:54:27 | 文件大小: 14.57MB | 文件类型: ZIP
matlab分时代码概述 神经网络:数字识别是一系列MATLAB脚本,使用逻辑回归和神经网络对手写数字进行分类。 该项目分为两个部分。 每个部分的目标是正确分类手写阿拉伯数字(从0到9)。 第1部分比较了使用逻辑回归完成此任务与使用具有给定预先学习参数的神经网络的完成情况。 第2部分使用神经网络完成该任务,该神经网络通过错误的反向传播来“学习”参数。 此仓库中有对应于每个部分的文件夹。 此项目已完成在Coursera上提供的斯坦福大学课程。 技术要求 要运行此软件,您需要Octave或MATLAB。 MATLAB是专有的,Octave是开源的,并且大多数情况下都与MATLAB兼容。 两者都是为复杂的数值计算而设计的。 您可以下载Octave。 但是,我使用MATLAB编写了该项目,因此我不确定要使该项目在Octave中运行需要进行多少更改。 使用神经网络:数字识别 要使用此软件,您应该: 将此存储库中的所有文件下载到计算机上的同一目录中。 在Octave / MATLAB中运行以下程序之一: “ ex3.m”-位于“转发”文件夹中,该程序仅使用逻辑回归对手写数字进行分类。 “ ex3_

文件下载

资源详情

[{"title":"( 60 个子文件 14.57MB ) matlab分时代码-NeuralNetworkDigitRecognition:使用神经网络对手写数字进行分类","children":[{"title":"NeuralNetworkDigitRecognition-master","children":[{"title":"Forward Propagation","children":[{"title":"fmincg.m <span style='color:#111;'> 8.54KB </span>","children":null,"spread":false},{"title":"oneVsAll.m <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"displayData.m <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"predict.m <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"ex3.m <span style='color:#111;'> 2.06KB </span>","children":null,"spread":false},{"title":"sigmoid.m <span style='color:#111;'> 137B </span>","children":null,"spread":false},{"title":".DS_Store <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false},{"title":"predictOneVsAll.m <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"ex3data1.mat <span style='color:#111;'> 7.16MB </span>","children":null,"spread":false},{"title":"token.mat <span style='color:#111;'> 263B </span>","children":null,"spread":false},{"title":"ex3weights.mat <span style='color:#111;'> 77.73KB </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"submitWithConfiguration.m <span style='color:#111;'> 3.65KB </span>","children":null,"spread":false},{"title":"makeValidFieldName.m <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":".DS_Store <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false},{"title":"jsonlab","children":[{"title":"README.txt <span style='color:#111;'> 18.92KB </span>","children":null,"spread":false},{"title":"saveubjson.m <span style='color:#111;'> 15.75KB </span>","children":null,"spread":false},{"title":"loadjson.m <span style='color:#111;'> 18.29KB </span>","children":null,"spread":false},{"title":"ChangeLog.txt <span style='color:#111;'> 3.77KB </span>","children":null,"spread":false},{"title":"loadubjson.m <span style='color:#111;'> 15.21KB </span>","children":null,"spread":false},{"title":"savejson.m <span style='color:#111;'> 17.05KB </span>","children":null,"spread":false},{"title":"LICENSE_BSD.txt <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"varargin2struct.m <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"AUTHORS.txt <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"jsonopt.m <span style='color:#111;'> 881B </span>","children":null,"spread":false},{"title":"mergestruct.m <span style='color:#111;'> 771B </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"ex3_nn.m <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false},{"title":"lrCostFunction.m <span style='color:#111;'> 2.54KB </span>","children":null,"spread":false}],"spread":false},{"title":".DS_Store <span style='color:#111;'> 15.00KB </span>","children":null,"spread":false},{"title":"Backward Propagation","children":[{"title":"fmincg.m <span style='color:#111;'> 8.54KB </span>","children":null,"spread":false},{"title":"nnCostFunction.m <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"debugInitializeWeights.m <span style='color:#111;'> 841B </span>","children":null,"spread":false},{"title":"checkNNGradients.m <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"displayData.m <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"ex4weights.mat <span style='color:#111;'> 77.73KB </span>","children":null,"spread":false},{"title":"predict.m <span style='color:#111;'> 585B </span>","children":null,"spread":false},{"title":"computeNumericalGradient.m <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"ex4data1.mat <span style='color:#111;'> 7.16MB </span>","children":null,"spread":false},{"title":"sigmoid.m <span style='color:#111;'> 137B </span>","children":null,"spread":false},{"title":"ex4.m~ <span style='color:#111;'> 8.83KB </span>","children":null,"spread":false},{"title":".DS_Store <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false},{"title":"token.mat <span style='color:#111;'> 263B </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"submitWithConfiguration.m <span style='color:#111;'> 3.65KB </span>","children":null,"spread":false},{"title":"makeValidFieldName.m <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":".DS_Store <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false},{"title":"jsonlab","children":[{"title":"README.txt <span style='color:#111;'> 18.92KB </span>","children":null,"spread":false},{"title":"saveubjson.m <span style='color:#111;'> 15.75KB </span>","children":null,"spread":false},{"title":"loadjson.m <span style='color:#111;'> 18.29KB </span>","children":null,"spread":false},{"title":"ChangeLog.txt <span style='color:#111;'> 3.77KB </span>","children":null,"spread":false},{"title":"loadubjson.m <span style='color:#111;'> 15.21KB </span>","children":null,"spread":false},{"title":"savejson.m <span style='color:#111;'> 17.05KB </span>","children":null,"spread":false},{"title":"LICENSE_BSD.txt <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"varargin2struct.m <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"AUTHORS.txt <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"jsonopt.m <span style='color:#111;'> 881B </span>","children":null,"spread":false},{"title":"mergestruct.m <span style='color:#111;'> 771B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"randInitializeWeights.m <span style='color:#111;'> 973B </span>","children":null,"spread":false},{"title":"ex4.m <span style='color:#111;'> 8.83KB </span>","children":null,"spread":false},{"title":"nnCostFunction.m~ <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"sigmoidGradient.m <span style='color:#111;'> 685B </span>","children":null,"spread":false}],"spread":false},{"title":"README.md <span style='color:#111;'> 14.02KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

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