Executing huge output using less input by neural network
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I usually use the Neural Network toolbox of the MATLAB version 2010b. I want to write a program to predict different responses by neural network.
I am having input data (1x7 matrices) which I have used in Finite Element Method analysis as input. Target data is 3x1200 matrices which I have got from Finite Element Method analysis result. Is it possible to solve this type of problem by neural network? If not possible, does anyone have any suggestion to solve this problem?
Highly welcome for any informed instruction.
댓글 수: 0
채택된 답변
Walter Roberson
2011년 5월 12일
I do not see any particular reason you could not use Neural Networks for this purpose. I have no idea how much training would be required for it to be effective, though.
It is possible that memory might become an issue if you are using a 32 bit version of MATLAB; if so then I would estimate that a 64 bit version should work.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!