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 comentarios

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

Iniciar sesión para comentar.

 Respuesta aceptada

Greg Heath
Greg Heath el 18 de Feb. de 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 comentario

computer bronze
computer bronze el 18 de Feb. de 2015
Editada: computer bronze el 18 de Feb. de 2015
how will this work? ill copy paste it where?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 16 de Feb. de 2015

Editada:

el 18 de Feb. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by