Neural Network Weights and Bias?

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

What are your inputs?
What do you want for output?
How much data do you have?
Greg
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

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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!