Matlab - Neural Network Toolbox - Help Needed

I'm quite new to the NN Toolbox in Matlab and I would appreciate some help.
I'm trying to do a fluid dynamics simulation (Input - flow velocities, flow rates, diameters etc. - Output - pressure drop). So far I managed to get the basics out of it. I have a data set ot Input parameters and Targets which I used for training the network. I was wondering if I could use also classification data or some other type of parameters as input apart of the numerical input params.
For example...apart of typical velocities, diameters, flow rates and so on, my data is also classified, defining fluid types and other specifications for each timestamp.
Could I implement this information somehow or this isn't possible with NN?

 채택된 답변

Greg Heath
Greg Heath 2013년 6월 10일

0 개 추천

Any numerical information that is correlated with the output can be used as an input.
If you have any doubts, you could design a net using only that input.
However, if that input is also correlated with other inputs, it's true importance for improving performance will not be evident.
Only by using it with the other inputs can it's importance be deduced.
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (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!

Translated by