深度学习工具包 DeepLearningToolbox

上传者: 39858881 | 上传时间: 2019-12-21 21:41:10 | 文件大小: 14.07MB | 文件类型: rar
深度学习工具包 Deprecation notice. ----- This toolbox is outdated and no longer maintained. There are much better tools available for deep learning than this toolbox, e.g. [Theano](http://deeplearning.net/software/theano/), [torch](http://torch.ch/) or [tensorflow](http://www.tensorflow.org/) I would suggest you use one of the tools mentioned above rather than use this toolbox. Best, Rasmus. DeepLearnToolbox ================ A Matlab toolbox for Deep Learning. Deep Learning is a new subfield of machine learning that focuses on learning deep hierarchical models of data. It is inspired by the human brain's apparent deep (layered, hierarchical) architecture. A good overview of the theory of Deep Learning theory is [Learning Deep Architectures for AI](http://www.iro.umontreal.ca/~bengioy/papers/ftml_book.pdf) For a more informal introduction, see the following videos by Geoffrey Hinton and Andrew Ng. * [The Next Generation of Neural Networks](http://www.youtube.com/watch?v=AyzOUbkUf3M) (Hinton, 2007) * [Recent Developments in Deep Learning](http://www.youtube.com/watch?v=VdIURAu1-aU) (Hinton, 2010) * [Unsupervised Feature Learning and Deep Learning](http://www.youtube.com/watch?v=ZmNOAtZIgIk) (Ng, 2011) If you use this toolbox in your research please cite [Prediction as a candidate for learning deep hierarchical models of data](http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6284) ``` @MASTERSTHESIS\{IMM2012-06284, author = "R. B. Palm", title = "Prediction as a candidate for learning deep hierarchical models of data", year = "2012", } ``` Contact: rasmusbergpalm at gmail dot com Directories included in the toolbox ----------------------------------- `NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-Encoders `CAE/` - A library for Convolutional Auto-Encoders `u

文件下载

资源详情

[{"title":"( 74 个子文件 14.07MB ) 深度学习工具包 DeepLearningToolbox","children":[{"title":"DeepLearnToolbox-master","children":[{"title":"SAE","children":[{"title":"saetrain.m <span style='color:#111;'> 308B </span>","children":null,"spread":false},{"title":"saesetup.m <span style='color:#111;'> 132B </span>","children":null,"spread":false}],"spread":true},{"title":"create_readme.sh <span style='color:#111;'> 744B </span>","children":null,"spread":false},{"title":"NN","children":[{"title":"nnchecknumgrad.m <span style='color:#111;'> 704B </span>","children":null,"spread":false},{"title":"nnupdatefigures.m <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"nnapplygrads.m <span style='color:#111;'> 628B </span>","children":null,"spread":false},{"title":"nnff.m <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"nntrain.m <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"nneval.m <span style='color:#111;'> 811B </span>","children":null,"spread":false},{"title":"nnbp.m <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"nnsetup.m <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"nnpredict.m <span style='color:#111;'> 192B </span>","children":null,"spread":false},{"title":"nntest.m <span style='color:#111;'> 184B </span>","children":null,"spread":false}],"spread":true},{"title":"DBN","children":[{"title":"dbnunfoldtonn.m <span style='color:#111;'> 425B </span>","children":null,"spread":false},{"title":"rbmup.m <span style='color:#111;'> 89B </span>","children":null,"spread":false},{"title":"rbmtrain.m <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false},{"title":"dbnsetup.m <span style='color:#111;'> 557B </span>","children":null,"spread":false},{"title":"rbmdown.m <span style='color:#111;'> 90B </span>","children":null,"spread":false},{"title":"dbntrain.m <span style='color:#111;'> 232B </span>","children":null,"spread":false}],"spread":true},{"title":"CONTRIBUTING.md <span style='color:#111;'> 544B </span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"util","children":[{"title":"randp.m <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"myOctaveVersion.m <span style='color:#111;'> 169B </span>","children":null,"spread":false},{"title":"whiten.m <span style='color:#111;'> 183B </span>","children":null,"spread":false},{"title":"tanh_opt.m <span style='color:#111;'> 54B </span>","children":null,"spread":false},{"title":"visualize.m <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"flipall.m <span style='color:#111;'> 80B </span>","children":null,"spread":false},{"title":"normalize.m <span style='color:#111;'> 97B </span>","children":null,"spread":false},{"title":"sigm.m <span style='color:#111;'> 48B </span>","children":null,"spread":false},{"title":"isOctave.m <span style='color:#111;'> 108B </span>","children":null,"spread":false},{"title":"sigmrnd.m <span style='color:#111;'> 126B </span>","children":null,"spread":false},{"title":"softmax.m <span style='color:#111;'> 256B </span>","children":null,"spread":false},{"title":"flipudf.m <span style='color:#111;'> 576B </span>","children":null,"spread":false},{"title":"im2patches.m <span style='color:#111;'> 313B </span>","children":null,"spread":false},{"title":"zscore.m <span style='color:#111;'> 137B </span>","children":null,"spread":false},{"title":"rnd.m <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"fliplrf.m <span style='color:#111;'> 543B </span>","children":null,"spread":false},{"title":"allcomb.m <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false},{"title":"flicker.m <span style='color:#111;'> 208B </span>","children":null,"spread":false},{"title":"randcorr.m <span style='color:#111;'> 283B </span>","children":null,"spread":false},{"title":"patches2im.m <span style='color:#111;'> 242B </span>","children":null,"spread":false},{"title":"expand.m <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"makeLMfilters.m <span style='color:#111;'> 1.85KB </span>","children":null,"spread":false}],"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false},{"title":"REFS.md <span style='color:#111;'> 950B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 8.65KB </span>","children":null,"spread":false},{"title":"CNN","children":[{"title":"mnist_uint8.mat <span style='color:#111;'> 14.05MB </span>","children":null,"spread":false},{"title":"cnnsetup.m <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"cnnapplygrads.m <span style='color:#111;'> 575B </span>","children":null,"spread":false},{"title":"cnntest.m <span style='color:#111;'> 193B </span>","children":null,"spread":false},{"title":"cnnbp.m <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"cnntrain.m <span style='color:#111;'> 845B </span>","children":null,"spread":false},{"title":"test_example_CNN.m <span style='color:#111;'> 981B </span>","children":null,"spread":false},{"title":"cnnff.m <span style='color:#111;'> 1.73KB </span>","children":null,"spread":false},{"title":"cnnnumgradcheck.m <span style='color:#111;'> 3.35KB </span>","children":null,"spread":false}],"spread":true},{"title":"data","children":null,"spread":false},{"title":"CAE","children":[{"title":"caedown.m <span style='color:#111;'> 259B </span>","children":null,"spread":false},{"title":"caeapplygrads.m <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"scaetrain.m <span style='color:#111;'> 270B </span>","children":null,"spread":false},{"title":"scaesetup.m <span style='color:#111;'> 1.89KB </span>","children":null,"spread":false},{"title":"caebbp.m <span style='color:#111;'> 917B </span>","children":null,"spread":false},{"title":"caetrain.m <span style='color:#111;'> 1.12KB </span>","children":null,"spread":false},{"title":"caenumgradcheck.m <span style='color:#111;'> 3.53KB </span>","children":null,"spread":false},{"title":"caebp.m <span style='color:#111;'> 1011B </span>","children":null,"spread":false},{"title":"caeup.m <span style='color:#111;'> 489B </span>","children":null,"spread":false},{"title":"caeexamples.m <span style='color:#111;'> 754B </span>","children":null,"spread":false},{"title":"max3d.m <span style='color:#111;'> 173B </span>","children":null,"spread":false},{"title":"caesdlm.m <span style='color:#111;'> 845B </span>","children":null,"spread":false}],"spread":false},{"title":"README_header.md <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"tests","children":[{"title":"runalltests.m <span style='color:#111;'> 165B </span>","children":null,"spread":false},{"title":"test_nn_gradients_are_numerically_correct.m <span style='color:#111;'> 749B </span>","children":null,"spread":false},{"title":"test_example_NN.m <span style='color:#111;'> 3.17KB </span>","children":null,"spread":false},{"title":"test_cnn_gradients_are_numerically_correct.m <span style='color:#111;'> 552B </span>","children":null,"spread":false},{"title":"test_example_DBN.m <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"test_example_SAE.m <span style='color:#111;'> 934B </span>","children":null,"spread":false}],"spread":true}],"spread":false}],"spread":true}]

评论信息

免责申明

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