Top "Theano" questions

Theano is a numerical computation library for Python.

How do I install Keras and Theano in Anaconda Python on Windows?

I am trying to work on neural networks in Python using the following Keras packages: from keras.utils import np_…

python-2.7 python-3.x anaconda theano keras
Keras, how do I predict after I trained a model?

I'm playing with the reuters-example dataset and it runs fine (my model is trained). I read about how to save …

python theano deep-learning keras
Deep-Learning Nan loss reasons

Perhaps too general a question, but can anyone explain what would cause a Convolutional Neural Network to diverge? Specifics: I …

python tensorflow machine-learning keras theano
Keras model.summary() result - Understanding the # of Parameters

I have a simple NN model for detecting hand-written digits from a 28x28px image written in python using Keras (…

python machine-learning neural-network keras theano
Keras accuracy does not change

I have a few thousand audio files and I want to classify them using Keras and Theano. So far, I …

python audio machine-learning theano keras
NaN loss when training regression network

I have a data matrix in "one-hot encoding" (all ones and zeros) with 260,000 rows and 35 columns. I am using Keras …

python keras neural-network theano loss-function
How to switch Backend with Keras (from TensorFlow to Theano)

I tried to switch Backend with Keras (from TensorFlow to Theano) but did not manage. I followed the temps described …

backend theano keras
How to compute Receiving Operating Characteristic (ROC) and AUC in keras?

I have a multi output(200) binary classification model which I wrote in keras. In this model I want to add …

python theano keras
How to add and remove new layers in keras after loading weights?

I am trying to do a transfer learning; for that purpose I want to remove the last two layers of …

python theano keras keras-layer
Convert Keras model to C++

I am using Keras (with Theano) to train my CNN model. Does anyone has idea how can I use it …

c++ tensorflow theano conv-neural-network keras