Theano is a numerical computation library for Python.
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 kerasI'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 kerasPerhaps too general a question, but can anyone explain what would cause a Convolutional Neural Network to diverge? Specifics: I …
python tensorflow machine-learning keras theanoI 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 theanoI have a few thousand audio files and I want to classify them using Keras and Theano. So far, I …
python audio machine-learning theano kerasI 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-functionI tried to switch Backend with Keras (from TensorFlow to Theano) but did not manage. I followed the temps described …
backend theano kerasI have a multi output(200) binary classification model which I wrote in keras. In this model I want to add …
python theano kerasI am trying to do a transfer learning; for that purpose I want to remove the last two layers of …
python theano keras keras-layerI 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