Hi, Is there any way in Theano that supports a vector broadcasting to a matrix? The document does not indicate so, but I can hardly believe a tool like theano does not support this.
Basically, what I need is: a vector *v *of size n x 1, and a matrix *B *of size (n x m), and I hope to take the product of *v* and *B* that returns the result as a (*n** x m*) matrix, where each column *i *of the result is an element-wise product of *v *and *B_i (1 < i < m)* Thanks. Haohan -- --- 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.
