Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

Where can I find the label map between trained model like googleNet's output to there real class label?

logistic_sgd module, where to find it?

python theano deep-learning

Caffe shape mismatch error using pretrained VGG-16 model

Dealing with noisy training labels in text classification using deep learning

Keras, How to define padding in Convolution2D?

deep-learning keras

Tensorflow: Is preprocessing on TFRecord files faster than real-time data preprocessing?

Deep learning for face detection in mobile device

Purposely Overfit Neural Network

TypeError: 'float' object cannot be interpreted as an index

python deep-learning keras

Strange loss curve while training LSTM with Keras

Keras ValueError: ValueError: Error when checking target: expected dense_4 to have shape (None, 2) but got array with shape (2592, 1) Python3

What is the meaning of 2D stride in convolution?

Text generation: character prediction RNN vs. word prediction RNN [closed]

Why is ReLU applied after residual connection in ResNet?

How to interpret anchor boxes in Yolo or R-CNN?

Resize CSV data using Python and Keras

Keras weighted_metrics does not include sample weights in calculation [closed]

LSTM with multiple input features and multiple outputs

Constant Validation Accuracy with a high loss in machine learning

Does tf.math.reduce_max allows gradient flow like torch.max?