Top "Theano" questions

Theano is a numerical computation library for Python.

input dimensions to a one dimensional convolutional network in keras

really finding it hard to understand the input dimensions to the convolutional 1d layer in keras: Input shape 3D tensor …

python neural-network theano conv-neural-network keras
How Can I use my GPU on Ipython Notebook?

OS : Ubuntu 14.04LTS Language : Python Anaconda 2.7 (keras, theano) GPU : GTX980Ti CUDA : CUDA 7.5 I wanna run keras python code on …

ipython theano nvcc keras
ImportError: Version check of the existing lazylinker compiled file. Looking for version 0.211, but found None

C:\Users\meela\Anaconda3\python.exe E:/TTIGAN/test.py You can find the C code in this temporary file: …

theano
keras predict is very slow

I am working on a reinforcement learning task and decided to use keras NN model for Q value approximation. The …

performance theano keras theano-cuda
Unsupervised pre-training for convolutional neural network in theano

I would like to design a deep net with one (or more) convolutional layers (CNN) and one or more fully …

python neural-network theano deep-learning unsupervised-learning
ValueError «You are trying to use the old GPU back-end» when importing keras

I'm using Keras with the Theano backend on Ubuntu 16.04. My setup has been working without issues, however, all of a …

python machine-learning neural-network keras theano
Theano config directly in script

I'm new to Theano and I wonder how to configure the default setting directly from script (without setting envir. variables). …

python theano
How to perform deconvolution in Keras/ Theano?

I am trying to implement deconvolution in Keras. My model definition is as follows: model=Sequential() model.add(Convolution2D(32, 3, 3, …

python deep-learning theano keras keras-layer
Theano CNN on CPU: AbstractConv2d Theano optimization failed

I'm trying to train a CNN for object detection on images with the CIFAR10 dataset for a seminar at my …

python neural-network cpu theano blas
How to change the temperature of a softmax output in Keras

I am currently trying to reproduce the results of the following article. http://karpathy.github.io/2015/05/21/rnn-effectiveness/ I am using …

python neural-network theano keras softmax