Predict Computing Resources Needed to train Neural Network?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I'm working on implementing and optimizing a medium sized forward feed neural network. Right now it has as input a 400-element vector and outputting a 36 element vector (regression fit to training data), although this may be scaled up to (2500,1000) respectively.
My question is, given different structures (multiple layers, nodes/layer) and different amounts of training data (100000 tests, 10000 tests?) how can I predict what resources I will need/how long it will take to run on these resources.
I am going to be running the training on a shared cluster and I need to ask for a number of cpu cores (up to 32), RAM (up to 1TB), and time. Since I can't run the training on my personal computer, obviously, I don;t know how to predict how long the problem will take...
Any help or pointers to other resources would be very appreciated.
0 件のコメント
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!