rotw
Mechanical
- May 25, 2013
- 1,143
Hello,
I want to use a neural network to create a correlation model (sort of black box) of a database of aerodynamic data.
The database can be though off as a matrix. The columns contain the variables. It can be represented as follows:
Columns (say 7): X1, X2, X3, X4, Y1, Y2, Y3
X being inputs
Y being outputs
The matrix has about a thousand of sequential rows or lines. Each row contain a set of numerical values which are assigned to the variables as given above. It is basically a big array of data.
Using multiple regression techniques is an option (although I am not sure of the outcome) but I would like to try a neural network-based approach to hopefully short cut the tedious task of doing multiple regression.
My questions:
Can you advise some reference for a neural network system that ideally you have experience with or simply feel would be appropriate for modeling my problem? I also would like to implement this in an excel spreadsheet.
Any comments such as limitations to this approach, etc. are also very much appreciated.
Thanks
I want to use a neural network to create a correlation model (sort of black box) of a database of aerodynamic data.
The database can be though off as a matrix. The columns contain the variables. It can be represented as follows:
Columns (say 7): X1, X2, X3, X4, Y1, Y2, Y3
X being inputs
Y being outputs
The matrix has about a thousand of sequential rows or lines. Each row contain a set of numerical values which are assigned to the variables as given above. It is basically a big array of data.
Using multiple regression techniques is an option (although I am not sure of the outcome) but I would like to try a neural network-based approach to hopefully short cut the tedious task of doing multiple regression.
My questions:
Can you advise some reference for a neural network system that ideally you have experience with or simply feel would be appropriate for modeling my problem? I also would like to implement this in an excel spreadsheet.
Any comments such as limitations to this approach, etc. are also very much appreciated.
Thanks