How to add additional information in a neural network other than putting as input data?
1 回表示 (過去 30 日間)
古いコメントを表示
Ayesha Munira Chowdhury
2017 年 5 月 16 日
編集済み: Ayesha Munira Chowdhury
2017 年 5 月 18 日
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!