Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

How to get mini-batches in pytorch in a clean and efficient way?

What is the purpose of tf.global_variables_initializer?

tensorflow deep-learning

How to use return_sequences option and TimeDistributed layer in Keras?

CBOW v.s. skip-gram: why invert context and target words?

Why do we need to explicitly call zero_grad()? [duplicate]

Custom loss function in Keras

Using Dropout in Pytorch: nn.Dropout vs. F.dropout

2-D convolution as a matrix-matrix multiplication [closed]

How does the "number of workers" parameter in PyTorch dataloader actually work?

What is the difference between sparse_categorical_crossentropy and categorical_crossentropy?

How to append data to one specific dataset in a hdf5 file with h5py

Keras ValueError: Input 0 is incompatible with layer conv2d_1: expected ndim=4, found ndim=5

How to make a custom activation function with only Python in Tensorflow?

How can I use a pre-trained neural network with grayscale images?

Calculate the Output size in Convolution layer [closed]

How to find Number of parameters of a keras model?

deep-learning keras

How to set layer-wise learning rate in Tensorflow?

Keras Text Preprocessing - Saving Tokenizer object to file for scoring

How to return history of validation loss in Keras

Pytorch reshape tensor dimension