Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

Many to one and many to many LSTM examples in Keras

What is the role of "Flatten" in Keras?

Why must a nonlinear activation function be used in a backpropagation neural network? [closed]

Intuitive understanding of 1D, 2D, and 3D convolutions in convolutional neural networks [closed]

What does tf.nn.embedding_lookup function do?

How to initialize weights in PyTorch?

Keras, How to get the output of each layer?

Why binary_crossentropy and categorical_crossentropy give different performances for the same problem?

Why do we need to call zero_grad() in PyTorch?

How to interpret loss and accuracy for a machine learning model [closed]

Best way to save a trained model in PyTorch?

What is the meaning of the word logits in TensorFlow? [duplicate]

Keras input explanation: input_shape, units, batch_size, dim, etc

Understanding Keras LSTMs

What is the difference between 'SAME' and 'VALID' padding in tf.nn.max_pool of tensorflow?

Epoch vs Iteration when training neural networks [closed]