Out of memory for Probabilistic Neural Network in Matlab
Show older comments
Hi all,
I am facing a problem while running an ANN code in matlab . The code and the error massage is as follows:
>> p=load('train.dat')'; >> Tc=eye(11647); >> spread=(0.5); >> net=newpnn(p,Tc,spread); ??? Error using ==> vertcat Out of memory. Type HELP MEMORY for your options.
Error in ==> network.subsasgn>resizem at 2202 m = [m; zeros(r-R,C)];
Error in ==> network.subsasgn>setLayerSize at 1217 net.LW{i,j} = resizem(net.LW{i,j},lwSize);
Error in ==> network.subsasgn at 179 [net,err] = setLayerSize(net,i,newSize);
Error in ==> newpnn at 97 net.layers{2}.size = S;
I appreciate any help.
Cheers
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!