Top "Theano" questions

Theano is a numerical computation library for Python.

Python Numpy Error: ValueError: setting an array element with a sequence

I am trying to build a dataset similar to mnist.pkl.gz provided in theano logistic_sgd.py implementation. Following …

python arrays numpy theano mnist
How can I assign/update subset of tensor shared variable in Theano?

When compiling a function in theano, a shared variable(say X) can be updated by specifying updates=[(X, new_value)]. …

python numpy theano
Error importing theano "cannot import name gof"

I am current getting the error ImportError: cannot import name gof when importing theano. >>> import theano Traceback (…

python-2.7 theano
WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu is not available (error: cuda unavailable)

in Ubuntu MATE 16.04 I'm trying to run the deep-learning python examples here using the GPU: testing Theano with GPU I …

python theano theano-cuda
getting "pygpu was configured but could not be imported" error while trying with OpenCL+Theano on AMD Radeon

I have followed the instructions from this: https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a But …

opencl theano amd
Windows missing Python.h

I'm trying to run a sample Theano code that uses GPU on windows. My python (with python-dev and Theano and …

python windows theano
Use of None in Array indexing in Python

I am using the LSTM tutorial for Theano (http://deeplearning.net/tutorial/lstm.html). In the lstm.py (http://deeplearning.…

python theano
How is Hard Sigmoid defined

I am working on Deep Nets using keras. There is an activation "hard sigmoid". Whats its mathematical definition ? I know …

math tensorflow deep-learning keras theano
Keras load weights of a neural network / error when predicting

I'm using the Keras library to create a neural network. I have a iPython Notebook in order to load the …

python neural-network theano keras
how to setup cuDnn with theano on Windows 7 64 bit

I have installed Theano framework and enabled CUDA on my machine, however when I "import theano" in my python console, …

python theano cudnn