文件名称:深度学习MATLAB工具包-DeepLearnToolbox-master.zip
文件大小:14.06MB
文件格式:ZIP
更新时间:2022-05-09 00:11:58
综合资源 深度学习 MATLAB DeepLearnToolbox
DeepLearnToolbox-master.zip 深度学习MATLAB工具包 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 introductio
【文件预览】:
DeepLearnToolbox-master
----.travis.yml(249B)
----NN()
--------nnupdatefigures.m(2KB)
--------nnsetup.m(2KB)
--------nnpredict.m(192B)
--------nneval.m(811B)
--------nntrain.m(2KB)
--------nnapplygrads.m(628B)
--------nnff.m(2KB)
--------nnchecknumgrad.m(704B)
--------nntest.m(184B)
----DBN()
--------dbntrain.m(232B)
--------dbnunfoldtonn.m(425B)
--------rbmtrain.m(1KB)
--------rbmup.m(89B)
--------rbmdown.m(90B)
--------dbnsetup.m(557B)
----data()
--------mnist_uint8.mat(14.05MB)
----CNN()
--------cnnnumgradcheck.m(3KB)
--------cnnsetup.m(2KB)
--------cnnff.m(2KB)
--------cnntrain.m(845B)
--------cnnapplygrads.m(575B)
--------cnnbp.m(2KB)
--------cnntest.m(193B)
----tests()
--------test_cnn_gradients_are_numerically_correct.m(552B)
--------test_example_NN.m(3KB)
--------test_example_CNN.m(981B)
--------test_nn_gradients_are_numerically_correct.m(749B)
--------test_example_DBN.m(1KB)
--------test_example_SAE.m(934B)
----LICENSE(1KB)
----CONTRIBUTING.md(544B)
----CAE()
--------caeapplygrads.m(1KB)
--------caebp.m(1011B)
--------scaesetup.m(2KB)
--------caeup.m(489B)
--------caenumgradcheck.m(4KB)
--------caebbp(1).m(917B)
--------scaetrain.m(270B)
--------max3d.m(173B)
--------caetrain.m(1KB)
--------caedown.m(259B)
--------caeexamples.m(754B)
----SAE()
--------saesetup.m(132B)
--------saetrain.m(308B)
----README_header.md(2KB)
----REFS.md(950B)
----README.md(9KB)
----util()
--------im2patches.m(313B)
--------makeLMfilters.m(2KB)
--------expand.m(2KB)
--------flicker.m(208B)
--------whiten.m(183B)
--------visualize.m(1KB)
--------randp.m(2KB)
--------fliplrf.m(543B)
--------tanh_opt.m(54B)
--------allcomb.m(3KB)
--------normalize.m(97B)
--------randcorr.m(283B)
--------myOctaveVersion.m(169B)
--------isOctave.m(108B)
--------sigm.m(48B)
--------rnd.m(49B)
--------zscore.m(137B)
--------flipall.m(80B)
--------flipudf.m(576B)
--------sigmrnd.m(126B)
----create_readme.sh(744B)