hi, I want to do Gaussian to two tensor3
x = tensor3 () with size (3,4,5) y = tensor3() with size (3,4,5) *z = exp ( -(x-y)^2 / 2sigma)* with size (3,4) how to define the *z = exp ( -(x-y)^2 / 2sigma)* in theano ? thanks -- --- 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.
