output = x1[0] + x1[1] + x2[0].

On Wed, Nov 16, 2016 at 2:39 PM, Tarun <[email protected]> wrote:

> 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.
>

-- 

--- 
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