I have a list of theano matrices(using in a neural network implementation). 
I need to perform element wise sum on the corresponding elements. 

Eg Input :`x1 = [<TensorType(float64, matrix)>, <TensorType(float64, 
matrix)> , <TensorType(float64, matrix)>]`

    Output : <TensorType(float64, matrix)> -> which is the element wise sum 
of the 3 matrices.

Looked at a few posts but unable to figure out how to proceed. Please 
advice. Thanks in advance.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to