Top "Theano" questions

Theano is a numerical computation library for Python.

How to find wrong prediction cases in test set (CNNs using Keras)

I'm using MNIST example with 60000 training image and 10000 testing image. How do I find which of the 10000 testing image that …

python machine-learning theano convolution keras
How can I speed up deep learning on a non-NVIDIA setup?

Since I only have an AMD A10-7850 APU, and do not have the funds to spend on a $800-$1200 …

tensorflow deep-learning theano caffe torch
Deconvolution2D layer in keras

This layer in not ready documented very well and I'm having a bit of trouble figuring out exactly how to …

theano keras deconvolution
Policy Gradients in Keras

I've been trying to build a model using 'Deep Q-Learning' where I have a large number of actions (2908). After some …

python deep-learning theano keras q-learning
Keras - Text Classification - LSTM - How to input text?

Im trying to understand how to use LSTM to classify a certain dataset that i have. I researched and found …

theano keras lstm lasagne
Error importing Theano

After installing python, numpy, scipy and theano to ~/.local, I tried to import theano but it threw an error: >&…

python theano