i'm new to deep learning and i was using matlab's deep learning toolbox. i wanted to run : "test_example_SAE.m" which builds a stacked auto-encoder and trains and tests it using MNIST dataset, but i couldn't because of this error : *
Error using horzcat
Out of memory. Type HELP MEMORY for your options.
* how much memory does this job want ? i mean can i run deep learning toolbox codes on an average PC with 4GB RAM ? or should i learn to run the code on GPU ?