Top "Theano" questions

Theano is a numerical computation library for Python.

Getting gradient of model output w.r.t weights using Keras

I am interested in building reinforcement learning models with the simplicity of the Keras API. Unfortunately, I am unable to …

python theano keras
How to put my dataset in a .pkl file in the exact format and data structure used in "mnist.pkl.gz"?

I'm trying to use the Theano library in python to do some experiments with Deep Belief Networks. I use the …

python theano pickle mnist dbn
How to get reproducible results in keras

I get different results (test accuracy) every time I run the imdb_lstm.py example from Keras framework (https://github.…

python numpy theano keras
theano g++ not detected

I installed theano but when I try to use it I got this error: WARNING (theano.configdefaults): g++ not detected! …

python g++ theano
Package installed by Conda, Python cannot find it

I try to install Theano by Anaconda. It works, but when I enter the python -i, import theano shows No …

python anaconda theano conda
keras - cannot import name Conv2D

I recently got the deep learning docker from https://github.com/floydhub/dl-docker running and while trying out the tutorials, …

python tensorflow neural-network keras theano
Import theano gives the AttributeError: module 'theano' has no attribute 'gof'

I have python 3. I installed "Theano" bleeding edge and "Keras" using pip install --upgrade --no-deps git+git://github.com/Theano/…

python theano keras
Install Cuda without root

I know that I can install Cuda with the following: wget http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_…

cuda tensorflow gpu theano
Installing theano on Windows 8 with GPU enabled

I understand that the Theano support for Windows 8.1 is at experimental stage only but I wonder if anyone had any …

python windows cuda mingw theano
Calling "fit" multiple times in Keras

I've working on a CNN over several hundred GBs of images. I've created a training function that bites off 4Gb …

machine-learning neural-network theano conv-neural-network keras