Deep Learning Toolbox - Deep Belief Network

Hi all, I'm currently trying to run the matlab code from the DeepLearnToolbox, which is the test_example_DBN.m in the 'test's folder.
However during running it encountered some error which is in the 'nnsetup' section. I'm not able to understand what the problem is and how to fix it. Need help to explain and teach me where the problem is and how to make it work, so that i can proceed from here. Thanks in advance..
The error message as below:
??? Attempted to access lmisys(5); index out of bounds because numel(lmisys)=4.
Error in ==> lmiunpck at 23
rs=lmisys(4); rv=lmisys(5); % row sizes of LMISET,LMIVAR
Error in ==> nnsetup at 26
[LMI_set,LMI_var,LMI_term,data]=lmiunpck(lmisys);
Error in ==> dbnunfoldtonn at 10
nn = nnsetup(size);
Error in ==> TryDBN at 31
nn = dbnunfoldtonn(dbn, 10);

3 comentarios

Star Strider
Star Strider el 31 de En. de 2015
First, read the available documentation on the Deep Learning Toolbox thoroughly. That may resolve your problem. Specifically, look through and run ‘caeexamples.m’, ‘mnist data’ and ‘runalltests.m’.
If you are still having problems, it is probably best that you contact the author.
Aik Hong
Aik Hong el 1 de Feb. de 2015
Thanks..i've read through that before, but still quite confused and not able to understand. Looks like i'll go ahead to ask from the author.
Nan Ye
Nan Ye el 16 de Sept. de 2016
This is because DeepLearnToolBox has an NeuralNetwork tool which is conflict with the Matlab inner NN toolbox.So you can solve this as following:
File-SetPath-Add With Subfolders,select your toolbox path.Make sure the path of DeepLearnToolBox is in the top.After that ,try again.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 31 de En. de 2015

Editada:

el 16 de Sept. de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by