New posts in neural-network

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

LSTM module for Caffe

How to feed caffe multi label data in HDF5 format?

What is num_units in tensorflow BasicLSTMCell?

How are neural networks used when the number of inputs could be variable?

TensorFlow: questions regarding tf.argmax() and tf.equal()

what is the default kernel_initializer in keras

How to use fit_generator with multiple inputs

Math optimization in C#

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

How to return history of validation loss in Keras

ValueError: shapes (3,4) and (5,2) not aligned: 4 (dim 1) != 5 (dim 0)

Is deep learning bad at fitting simple non linear functions outside training scope (extrapolating)?

OpenCL / AMD: Deep Learning [closed]

What is the difference between loss function and metric in Keras? [duplicate]

Unable to approximate the sine function using a neural network

What does the parameter retain_graph mean in the Variable's backward() method?

What is the purpose of the add_loss function in Keras?

Training a Neural Network with Reinforcement learning

What's the difference between convolutional and recurrent neural networks? [closed]