Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

How to input new text for prediction in keras while using an inbuilt dataset

MXNet print intermediate symbol values

how tf.space_to_depth() works in tensorflow?

Does tf.nn.l2_loss and tf.contrib.layers.l2_regularizer serve the same purpose of adding L2 regularization in tensorflow?

The best loss function for pixelwise binary classification in keras

TypeError: unsupported callable using Dataset with estimator input_fn

Pytorch network parameter calculation

How is the output h_n of an RNN (nn.LSTM, nn.GRU, etc.) in PyTorch structured?

Change the input size in Keras

What is freezing/unfreezing a layer in neural networks?

How to randomly set inputs to zero in keras during training autoencoder (callback)?

Optimal Feature-to-Instance Ratio in Back Propagation Neural Network

Understanding softmax classifier

How to use CNN to train input data of different size?

It's possible to do object detection (one-class) in images retraining Inception model?

Possible/maybe category in deep learning

Force positive weight keras

Backward Propagation - Gradient error [Python]

Understanding Keras model architecture (node index of nested model)

deep-learning keras

Intuition behind Stacking Multiple Conv2D Layers before Dropout in CNN