New posts in neural-network

Many to one and many to many LSTM examples in Keras

What is the role of "Flatten" in Keras?

Common causes of nans during training

What's is the difference between train, validation and test set, in neural networks?

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

Why do we have to normalize the input for an artificial neural network? [closed]

Clarification on a Neural Net that plays Snake

How does error get back propagated through pooling layers? [closed]

How to choose cross-entropy loss in TensorFlow?

Test labels for regression caffe, float not allowed?

Ordering of batch normalization and dropout?

How to initialize weights in PyTorch?

Why use softmax as opposed to standard normalization?

Where do I call the BatchNormalization function in Keras?

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

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

Loss & accuracy - Are these reasonable learning curves?

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

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

Why is my custom neural network implementation stuck at 0.25 cost?