Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

Theano/Lasagne/Nolearn Neural Network Image Input

Fast way to initialize a tensor in torch7

How to implement a Mean Pooling layer in Keras

deep-learning keras

Where is layer module defined in PyCaffe

How to get both score and accuracy after training

How to implement weight decay in tensorflow as in Caffe

How do you concatenate symbols in mxnet

Keras TimeDistributed - are weights shared?

Print/Save autoencoder generated features in Keras

Why should one use pure TensorFlow over Keras?

Correct way to split data to batches for Keras stateful RNNs

Items of feature_columns must be a _FeatureColumn

Why are Embeddings in PyTorch implemented as Sparse Layers?

Load a single image in a pretrained pytorch net

What embedding-layer output_dim is really needed for a dictionary of just 10000 words?

How do I determine the binary class predicted by a convolutional neural network on Keras?

How to access sample weights in a Keras custom loss function supplied by a generator?

How to customize matplotlib plots using gcf() or gca()?

WARNING:tensorflow:Layer my_model is casting an input tensor from dtype float64 to the layer's dtype of float32, which is new behavior in TensorFlow 2

Why in preprocessing image data, we need to do zero-centered data?