深度学习的matlab工具箱,包括DBN,堆叠去噪自编码器SDAE和NN

上传者: FDA_sq | 上传时间: 2023-02-09 15:04:27 | 文件大小: 14.12MB | 文件类型: ZIP
深度学习的matlab工具箱,包括DBN,堆叠去噪自编码器SDAE和NN,文档中有解释每个函数的pdf文件。清晰易懂非常好用,分享在这里

文件下载

资源详情

[{"title":"( 59 个子文件 14.12MB ) 深度学习的matlab工具箱,包括DBN,堆叠去噪自编码器SDAE和NN","children":[{"title":"DeepLearningToolbox_Matlab-master","children":[{"title":"misc","children":[{"title":"calculateFmeasure.m <span style='color:#111;'> 122B </span>","children":null,"spread":false},{"title":"confMat2recalprec.m <span style='color:#111;'> 272B </span>","children":null,"spread":false},{"title":"create_confusion_matrix.m <span style='color:#111;'> 643B </span>","children":null,"spread":false},{"title":"confMat2ClasfRate.m <span style='color:#111;'> 149B </span>","children":null,"spread":false},{"title":"normaliseData.m <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"visualiseHiddenLayerWeights.m <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"updatefigure.m <span style='color:#111;'> 667B </span>","children":null,"spread":false},{"title":"computeStatsFromConfMat.m <span style='color:#111;'> 492B </span>","children":null,"spread":false}],"spread":true},{"title":"NN","children":[{"title":"computeActivationStats.m <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"updateNNweightsSGD.m <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false},{"title":"updateWeights.m <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"dispWeightConstraints.m <span style='color:#111;'> 801B </span>","children":null,"spread":false},{"title":"initWeights.m <span style='color:#111;'> 7.96KB </span>","children":null,"spread":false},{"title":"paramsNNinit.m <span style='color:#111;'> 4.23KB </span>","children":null,"spread":false},{"title":"computeActivFcnDeriv.m <span style='color:#111;'> 872B </span>","children":null,"spread":false},{"title":"prepareNet4Testing.m <span style='color:#111;'> 544B </span>","children":null,"spread":false},{"title":"updateNNweightsAdadelta.m <span style='color:#111;'> 2.68KB </span>","children":null,"spread":false},{"title":"simulateNN.m <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"ortho_init.m <span style='color:#111;'> 573B </span>","children":null,"spread":false},{"title":"updateNNweightsRMSprop.m <span style='color:#111;'> 2.31KB </span>","children":null,"spread":false},{"title":"initialisePreviousUpdateWeights.m <span style='color:#111;'> 935B </span>","children":null,"spread":false},{"title":"createDropoutMasks.m <span style='color:#111;'> 857B </span>","children":null,"spread":false},{"title":"dispTrainingMethod.m <span style='color:#111;'> 823B </span>","children":null,"spread":false},{"title":"computeNNgrads.m <span style='color:#111;'> 1.74KB </span>","children":null,"spread":false},{"title":"updateMomentum.m <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"useSomeDefaultNNparams.m <span style='color:#111;'> 2.44KB </span>","children":null,"spread":false},{"title":"trainNN.m <span style='color:#111;'> 9.23KB </span>","children":null,"spread":false},{"title":"computeGain4GlorotWeightInit.m <span style='color:#111;'> 903B </span>","children":null,"spread":false},{"title":"dispDropoutParams.m <span style='color:#111;'> 583B </span>","children":null,"spread":false},{"title":"computeActivations.m <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"updateNNweightsSGD_momentum.m <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false},{"title":"dispParams.m <span style='color:#111;'> 750B </span>","children":null,"spread":false},{"title":"applyMaxNormRegularisation.m <span style='color:#111;'> 601B </span>","children":null,"spread":false},{"title":"applyWeightConstraints.m <span style='color:#111;'> 750B </span>","children":null,"spread":false},{"title":"rescaleWeights4Dropout.m <span style='color:#111;'> 613B </span>","children":null,"spread":false},{"title":"updateLR.m <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"computeNormPerLayer.m <span style='color:#111;'> 390B </span>","children":null,"spread":false},{"title":"updateWeights4Nesterov.m <span style='color:#111;'> 863B </span>","children":null,"spread":false},{"title":"computeWeightRatios.m <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"updateNNweightsAdagrad.m <span style='color:#111;'> 2.16KB </span>","children":null,"spread":false},{"title":"evaluateNNperformance.m <span style='color:#111;'> 964B </span>","children":null,"spread":false},{"title":"computeLoss.m <span style='color:#111;'> 805B </span>","children":null,"spread":false},{"title":"updateNNweightsAdam.m <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"computeGain4OrthogonalWeightInit.m <span style='color:#111;'> 677B </span>","children":null,"spread":false}],"spread":false},{"title":"DBN","children":[{"title":"dbnParamsInit.m <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"unfoldDBNtoAE.m <span style='color:#111;'> 1.95KB </span>","children":null,"spread":false},{"title":"unfoldDBNToClsf.m <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false},{"title":"RBMdown.m <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false},{"title":"computeStates.m <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"trainDBN.m <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false},{"title":"RBMup.m <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"trainRBM.m <span style='color:#111;'> 6.60KB </span>","children":null,"spread":false},{"title":"unfoldDBNtoNN.m <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false}],"spread":true},{"title":"manual.pdf <span style='color:#111;'> 65.61KB </span>","children":null,"spread":false},{"title":"examples","children":[{"title":"exampleNN.m <span style='color:#111;'> 4.38KB </span>","children":null,"spread":false},{"title":"mnist_uint8.mat <span style='color:#111;'> 14.05MB </span>","children":null,"spread":false},{"title":"exampleDBN.m <span style='color:#111;'> 4.33KB </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 574B </span>","children":null,"spread":false},{"title":".gitattributes <span style='color:#111;'> 378B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

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