Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

How does upsampling in Fully Connected Convolutional network work?

Euclidean Loss Layer in Caffe

c++ deep-learning caffe

Keras VGG16 fine tuning

Difference between Keras' BatchNormalization and PyTorch's BatchNorm2d?

Receptive Fields on ConvNets (Receptive Field size confusion)

How do you compute accuracy in a regression model, after rounding predictions to classes, in keras?

Keras embedding layer masking. Why does input_dim need to be |vocabulary| + 2?

Batch normalization during testing

How can I use a custom data model with Deeplearning4j?

What is the backward process of max operation in deep learning?

ValueError: Unknown activation function: my_custom_activation_function

what does C-contiguous fashion mean in caffe blob storage?

scheduled sampling in Tensorflow

Number of parameters for Keras SimpleRNN

TypeError: write() argument must be str, not bytes while saving .npy file

Keras: ValueError: decode_predictions expects a batch of predictions

Keras EarlyStopping patience parameter

How to set class_weight in keras package of R?

Yolo v1 bounding boxes during training step

How to choose which pre-trained weights to use for my model?