Skip to content Skip to sidebar Skip to footer
Showing posts with the label Theano

How To Switch From Keras Tensortype To Numpy Array For A Custom Layer?

So I have a custom layer, that does not have any weights. In a fist step, I tried to implement the… Read more How To Switch From Keras Tensortype To Numpy Array For A Custom Layer?

Theano G++ Not Detected

I installed theano but when I try to use it I got this error: WARNING (theano.configdefaults): g++… Read more Theano G++ Not Detected

How Do I Set Many Elements In Parallel In Theano

Lets say I create a theano function, how do I run operations in parallel elementwise on theano tens… Read more How Do I Set Many Elements In Parallel In Theano

Dimensions Not Matching In Keras Lstm Model

I want to use an LSTM neural Network with keras to forecast groups of time series and I am having t… Read more Dimensions Not Matching In Keras Lstm Model

How To Reuse Computation Graph For Different Inputs?

I have my main flow of computation set up that I can train using train = theano.function(inputs=[x… Read more How To Reuse Computation Graph For Different Inputs?

Importerror: No Module Named Downsample

I am using Theano. The OS is Ubuntu. The Theano is UPTODATE. I am wondering why I am getting by fro… Read more Importerror: No Module Named Downsample

Pdist For Theano Tensor

I have a theano symbolic matrix x = T.fmatrix('input') x will be later on populated by n v… Read more Pdist For Theano Tensor

How To Install Theano Library On OS X?

In my machine learning course we are going to start using theano, a very well known library for dee… Read more How To Install Theano Library On OS X?