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 Kommentare

Greg Heath
Greg Heath am 16 Feb. 2015
What are your inputs?
What do you want for output?
How much data do you have?
Greg
computer bronze
computer bronze am 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

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Greg Heath
Greg Heath am 18 Feb. 2015

1 Stimme

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 Kommentar

computer bronze
computer bronze am 18 Feb. 2015
Bearbeitet: computer bronze am 18 Feb. 2015
how will this work? ill copy paste it where?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by