RBM代码实现MATLAB

上传者: daleloogn | 上传时间: 2019-12-21 18:49:08 | 文件大小: 2.79MB | 文件类型: rar
RBM
This is a small library that can train Restricted Boltzmann Machines, and also Deep Belief Networks of stacked RBM's. Train RBM's: %train an RBM with binary visible units and 500 binary hidden model= rbmBB(data, 500); %visualize the learned weights visualize(model.W); Do classification: model= rbmFit(data, 500, labels); prediction= rbmPredict(model, testdata); Train a Deep Belief Network with 500,500,2000 architecture for classification: models= dbnFit(data, [500 500 2000], labels); prediction= dbnPredict(models, testdata); see included example code for more I can be contacted on andrej.karpathy@ gmail. NOTE: This was a class project that I worked on for 1 month and then abandoned development for almost 4 years ago. Please do not send me specific questions about issues with the code or questions on how to do something. I only put this code online in hope that it can be useful to others but cannot fully support it. If you would like pointers to more actively maintained implementations, have a look here (https://github.com/rasmusbergpalm/DeepLearnToolbox) or maybe here (https://github.com/lisa-lab/DeepLearningTutorials) Sorry and best of luck! 原文:http://code.google.com/p/matrbm/

文件下载

资源详情

[{"title":"( 18 个子文件 2.79MB ) RBM代码实现MATLAB","children":[{"title":"RBMLIB","children":[{"title":"readme.docx <span style='color:#111;'> 13.24KB </span>","children":null,"spread":false},{"title":"mnist_classify.mat <span style='color:#111;'> 2.84MB </span>","children":null,"spread":false},{"title":"examplecode.m <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"RBM","children":[{"title":"nunique.m <span style='color:#111;'> 977B </span>","children":null,"spread":false},{"title":"dbnFit.m <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"rbmVtoH.m <span style='color:#111;'> 355B </span>","children":null,"spread":false},{"title":"process_options.m <span style='color:#111;'> 3.73KB </span>","children":null,"spread":false},{"title":"rbmHtoV.m <span style='color:#111;'> 358B </span>","children":null,"spread":false},{"title":"prepareArgs.m <span style='color:#111;'> 690B </span>","children":null,"spread":false},{"title":"logistic.m <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":"softmax_sample.m <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"dbnPredict.m <span style='color:#111;'> 495B </span>","children":null,"spread":false},{"title":"rbmPredict.m <span style='color:#111;'> 877B </span>","children":null,"spread":false},{"title":"interweave.m <span style='color:#111;'> 409B </span>","children":null,"spread":false},{"title":"rbmBB.m <span style='color:#111;'> 5.09KB </span>","children":null,"spread":false},{"title":"visualize.m <span style='color:#111;'> 750B </span>","children":null,"spread":false},{"title":"softmaxPmtk.m <span style='color:#111;'> 286B </span>","children":null,"spread":false},{"title":"rbmFit.m <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}]

评论信息

  • SUNTANGLE :
    感谢分享,可以直接使用。
    2018-10-24
  • xxlhym94 :
    还不错学习了
    2017-11-16
  • qq_15025373 :
    代码不错,通俗易懂,值得学习
    2017-02-23
  • NWPUStrongDragon :
    学习学习,初学者的感觉
    2017-02-19
  • aong397 :
    运行有错啊
    2016-07-11

免责申明

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