RBF newrb, array exceeds maximum size
显示 更早的评论
My input dataset is 13x778162 large. I tried to create RBF network by newrb, but I got error: Error using zeros Requested 778162x778162 (4511.6GB) array exceeds maximum array size preference. My RBF network:
eg = 0.1; % sum-squared error goal
sc = 0.2; % spread constant
mn = 10; % maximum number of neurons
df = 1; % number of neurons to add between displays
net = newrb(input,target,eg,sc,mn);
Using all 778162 neurons is too much, I understand. But I use function newrb, so I thought, that I can set maximum number of neurons by parametr mn, which is set to 10 neurons, but matlab still uses too much space.
1 个评论
SHAUIFENG JIANG
2018-12-6
Hey Edwood,
I am facinig the same problem and I have a same consideration just as you did. I can not find the link of the answer of Greg. Would you please help me a little bit?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!