Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in neural-network

Is neural net only capable of solving problems with 0..1 input values and 0..1 expected output values?

Understanding embedding vectors dimension

Choosing a margin for contrastive loss in a siamese network

Passing input to tf.nn.static_rnn

Reading encoded image data from lmdb database in caffe

Keras (tensorflow backend) getting "TypeError: unhashable type: 'Dimension'"

Neural Network and Binary classification Guidance

RELU Backpropagation

Implementing clipping function using Keras backend

What's the difference between 'feed forward network' and 'fully-connected network'? [closed]

How can I use an Artificial Neural Network that was trained with 10 parameters to classify an instance with 3 parameters?

Why does the SELU activation function preserve mean 0?

Advantage of fit_generator() in keras

Big difference when using Relu over Tanh on a simple problem