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 commentaires

Greg Heath
Greg Heath le 16 Fév 2015
What are your inputs?
What do you want for output?
How much data do you have?
Greg
computer bronze
computer bronze le 18 Fév 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

Connectez-vous pour commenter.

 Réponse acceptée

Greg Heath
Greg Heath le 18 Fév 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 commentaire

computer bronze
computer bronze le 18 Fév 2015
Modifié(e) : computer bronze le 18 Fév 2015
how will this work? ill copy paste it where?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by