I am using the sequential model in Keras. I would like to check the weight of the model after every …
neural-network deep-learning keras keras-layerrunning a Dense feed-forward neural net in Keras. there are class_weights for two outputs, and sample_weights for a …
tensorflow progress-bar theano keras keras-layerI would like to extract weights of 1d CNN layer, and understand how exactly the prediction values are computed. I …
python keras keras-layer deeplearning4jThe docs for an Embedding Layer in Keras say: Turns positive integers (indexes) into dense vectors of fixed size. eg. [[4], [20]] …
machine-learning neural-network deep-learning keras keras-layerI have defined a custom layer named CapsuleLayer. The actual model has been defined in a separate class. I have …
python keras keras-layerI have an autoencoder and I need to add a Gaussian noise layer after my output. I need a custom …
python tensorflow keras keras-layer gaussianblurI was wondering how to implement biLSTM with Batch Normalization (BN) in Keras. I know that BN layer should be …
python keras lstm recurrent-neural-network keras-layerI have gone through the official documentation but still can't understand what actually TimeDistributed does as a layer in Keras …
python machine-learning neural-network keras keras-layerDoes anyone know the default activation function used in the recurrent layers in Keras? https://keras.io/layers/recurrent/ It …
neural-network deep-learning keras recurrent-neural-network keras-layerDuring some feature extraction experiments, I noticed that the 'model.pop()' functionality is not working as expected. For a …
keras keras-layer keras-2