Help in Neural network Coding?

Ghalia al-alawi · Jul 1, 2021 · 1.9K views
Question
Good Afternoon I'm new to neural network and MATLAB. I'm try to make neural network to predict Core Facies (e.g. I have 8 facies) in oil field from wireline log (10 wireline logs). I have many questions and i would be appreciate if someone can help me.   First, How to structure or format my input and output data to be loaded into MatLab? Which type of neural network should I use? Before runing the ANN, how can I rank my wireline log to selected as my input? Finally, the number of target/output, will be 8 outputs of it will be only one?
Expert Answer
Profile picture of Kshitij Singh
Kshitij Singh PhD Expert
Answered Sep 12, 2026
 [ I N ] = size(input)    % I = 10
 [ O N ] = size(target)   % O = 8

% Find h by trial and error to minimize MSE

 net            = fitnet(h);     
 [ net tr y e ] = train(net,input,target); % e=target-y
            MSE = mse(e)

For details search

 greg fitnet Ntrials
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!