Top "Theano" questions

Theano is a numerical computation library for Python.

What is the definition of a non-trainable parameter?

What is the definition of non-trainable parameter in a model? For example, while you are building your own model, its …

tensorflow deep-learning keras theano caffe
Keras mean squared error loss layer

I am currently implementing a custom loss layer and in the process, I stumbled upon the implementation of mean squared …

python deep-learning theano keras mean-square-error
Keras uses way too much GPU memory when calling train_on_batch, fit, etc

I've been messing with Keras, and like it so far. There's one big issue I have been having, when working …

memory tensorflow keras theano
"g++ not detected" while data set goes larger, is there any limit to matrix size in GPU?

I got this message in using Keras to train an RNN for language model with a big 3D tensor (generated …

nlp theano deep-learning keras
Activation function after pooling layer or convolutional layer?

The theory from these links show that the order of Convolutional Network is: Convolutional Layer - Non-linear Activation - Pooling …

neural-network theano convolution
Using Python+Theano with OpenCL in an AMD GPU

I'm trying to use Python with Theano to accelerate some code with OpenCL. I installed libgpuarray and pygpu as instructed (…

python opencl theano
Importing theano: AttributeError: 'module' object has no attribute 'find_graphviz'

When I run import theano in Python, I get the following error message: Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2 Type "…

python theano
softmax and sigmoid function for the output layer

In the deep learning implementations related to object detection and semantic segmentation, I have seen the output layers using either …

tensorflow computer-vision deep-learning theano keras
Import keras.datasets not working

I have keras installed on my linux machine, but when I try to import a dataset from the keras.datasets …

python linux python-import theano keras
How to get value from a theano tensor variable backed by a shared variable?

I have a theano tensor variable created from casting a shared variable. How can I extract the original or casted …

python numpy scipy theano