資源簡介
新型神經(jīng)網(wǎng)絡(luò)的深度波爾茲曼機DBM學(xué)習(xí)訓(xùn)練實現(xiàn)MATLAB代碼,在模式識別,圖像處理等領(lǐng)域具有較好的應(yīng)用,可供學(xué)習(xí)者研究借鑒。
代碼片段和文件信息
%?Version?1.000
%
%?Code?provided?by?Ruslan?Salakhutdinov?
%
%?Permission?is?granted?for?anyone?to?copy?use?modify?or?distribute?this
%?program?and?accompanying?programs?and?documents?for?any?purpose?provided
%?this?copyright?notice?is?retained?and?prominently?displayed?along?with
%?a?note?saying?that?the?original?programs?are?available?from?our
%?web?page.
%?The?programs?and?documents?are?distributed?without?any?warranty?express?or
%?implied.??As?the?programs?were?written?for?research?purposes?only?they?have
%?not?been?tested?to?the?degree?that?would?be?advisable?in?any?important
%?application.??All?use?of?these?programs?is?entirely?at?the?user‘s?own?risk.
test_err=[];
test_crerr=[];
train_err=[];
train_crerr=[];
fprintf(1‘\nTraining?discriminative?model?on?MNIST?by?minimizing?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5838??2009-12-26?00:14??code_DBM\code_DBM\backprop.m
?????文件???????1558??2009-12-26?00:14??code_DBM\code_DBM\CG_MNIST.m
?????文件???????1700??2009-12-26?00:14??code_DBM\code_DBM\CG_MNIST_INIT.m
?????文件???????2995??2009-12-26?00:14??code_DBM\code_DBM\converter.m
?????文件???????8024??2009-12-26?00:14??code_DBM\code_DBM\dbm_mf.m
?????文件???????1103??2009-12-26?22:13??code_DBM\code_DBM\demo.m
?????文件???????1012??2009-12-26?00:14??code_DBM\code_DBM\demo_small.m
?????文件????????836??2009-12-26?00:25??code_DBM\code_DBM\dispims.m
?????文件???????4153??2009-12-26?00:24??code_DBM\code_DBM\makebatches.m
?????文件???????1899??2009-12-26?00:21??code_DBM\code_DBM\mf.m
?????文件???????1703??2009-12-26?00:21??code_DBM\code_DBM\mf_class.m
?????文件???????7774??2009-12-26?00:29??code_DBM\code_DBM\minimize.m
?????文件???????4165??2009-12-26?00:14??code_DBM\code_DBM\rbm.m
?????文件???????5926??2009-12-26?00:14??code_DBM\code_DBM\rbm_l2.m
?????文件???????3108??2009-12-26?00:14??code_DBM\code_DBM\README.txt
?????文件???????1175??2009-12-26?00:14??code_DBM\code_DBM\testerr.m
?????目錄??????????0??2012-05-20?22:42??code_DBM\code_DBM
?????目錄??????????0??2012-05-20?22:42??code_DBM
-----------?---------??----------?-----??----
????????????????52969????????????????????18
評論
共有 條評論