Where I can found Matlab script for the prediction-of-reservoir-properties-using-Neural-Network?
1 view (last 30 days)
Show older comments
I am looking for Matlab script that helps me to predict the reservoir properties using Neural Network.
0 Comments
Accepted Answer
Greg Heath
on 28 Oct 2018
If you have a list of inputs and the corresponding target for each input, see the documentation in
help fitnet
and
doc fitnet.
Then you can search comp.soft-sys.matlab and ANSWERS for examples and details.
Add "greg" to your search words to obtain my posts.
Hope this helps.
Thank you for formally accepting my answer
Greg
1 Comment
Greg Heath
on 5 Nov 2018
Comment by sofiane djezzar on 28 Oct 2018 at 15:52
I am working on calculating water saturation(Sw) using bench of well logs data. The problem in these wells, the resistivity is very low and I need a specific well logs to calculate the Sw. However, I don't have this specific well log in all wells. What I want to do is to use the wells that have all the data sets in order to predict the Sw in the wells that don't have all data
More Answers (1)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!