How does MATLAB nprtool initialize a neural network?

1 view (last 30 days)
I've been working with my own code for a pattern recognition network for some time now. I decided to try out the ANN toolbox from Matlab and ran into an error immediately. The stimulus for my network is nsamples (npatterns) by nelements. I have 179 different patterns and 3672 elements in each pattern.
When I load the data, I get an error saying the maximum variable size is exceeded. I've never run into this problem with my own networks. What is the ANN toolbox doing before it sets up and starts training the network?
Adam

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!