Theano is a numerical computation library for Python.
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 kerasC:\Users\meela\Anaconda3\python.exe E:/TTIGAN/test.py You can find the C code in this temporary file: …
theanoI am working on a reinforcement learning task and decided to use keras NN model for Q value approximation. The …
performance theano keras theano-cudaI 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-learningI'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 theanoI'm new to Theano and I wonder how to configure the default setting directly from script (without setting envir. variables). …
python theanoI 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-layerI'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 blasI 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