Neural network with large data set and many nodes
Show older comments
I want to make a neural network for an input of 371000 inputs and 371000 outputs. For start, I made 2 arrays for each 100 elements. So now I have 2 arrays with 3710 values. I tried with 1000 nodes in hidden layer but regression and performance is still low. I tried also with to hidden layers with 1000 each and bad results. If I put more than 1000 nodes it get me out of memory. I tried also to increase memory heap and virtual memory. Neural network is like this: net=newff(minmax(a_teresm_rot_int2),[1000 1],{'tansig','purelin'},'trainscg'). Some advices? Thank you!
1 Comment
rocha nimic
on 19 Jun 2013
Accepted Answer
More Answers (0)
Categories
Find more on Define Shallow Neural Network Architectures 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!