I am trying to build an application which would take in an array of [time pressure]. Say about 200 of them to be filled.
And i have several more constants such as - Viscosity - density - volume - area
Outputs would be about 3 of them.
Would it be possible to use neural network (Either encog/accord.net) to feed in the time-pressure data and the constants with the expected outputs,
so that the program would be able to estimate the outputs based on a different time-pressure data and different constant values?