Neural network with large data set and many nodes
이전 댓글 표시
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!
채택된 답변
추가 답변 (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!