Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

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?

How to create caffe.deploy from train.prototxt

Input image dtype is bool. Interpolation is not defined with bool data type

Cannot convert a symbolic Keras input/output to a numpy array TypeError when using sampled_softmax in tensorflow 2.4

Theano Import error

Why doesn't my simple pytorch network work on GPU device?