Neural Network Weights and Bias?

2 views (last 30 days)
I just want to ask on how to determine the Weights and Bias in Neural Network? I am using Image Processing with Neural Network. Can I compute the weights and bias? Pls help me for my THESIS! thanks :)
  2 Comments
Greg Heath
Greg Heath on 16 Feb 2015
What are your inputs?
What do you want for output?
How much data do you have?
Greg
computer bronze
computer bronze on 18 Feb 2015
i have this results when i train in neural network, how can i know the weights and bias and to compute for activation function.
thanks for the reply, appreciate if u answer

Sign in to comment.

Accepted Answer

Greg Heath
Greg Heath on 18 Feb 2015
IW =net.IW{1,1}
b1 = net.b{1}
LW =net.LW{2,1}
b2 = net.b{2}
Hope this helps.
Thank you for formally accepting my answer
Greg
  1 Comment
computer bronze
computer bronze on 18 Feb 2015
Edited: computer bronze on 18 Feb 2015
how will this work? ill copy paste it where?

Sign in to comment.

More Answers (0)

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!