How to add additional information in a neural network other than putting as input data?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi! I am trying to use neural network to predict final concrete strength. I have used material properties of concrete as input data. Now if I want to add some additional information like early age strength, is there any way to put them in the hidden layer? I mean other than using as input data?
Sorry if this sounds silly, but I only have little knowledge about neural networks.
Also, which kind of neural network works best for prediction or estimation?
Thanks in advance :)
댓글 수: 0
채택된 답변
Greg Heath
2017년 5월 17일
No.
All design (training and validation) data info must be implemented in the input/target information before training.
Although testing can be included during training, it will have no affect on the design.
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 1
추가 답변 (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!