Top "Loss" questions

Tensorflow - loss starts high and does not decrease

i started writing Neuronal Networks with tensorflow and there is one Problem i seem to face in each of my …

tensorflow neural-network deep-learning loss cross-entropy
Tensorflow loss not decreasing, and the gradients of weights are close to zero

Recently, I am doing research on face alignment (facial landmark detection), and wanna do some further work on the open …

tensorflow deep-learning gradient loss face
PySerial loses data

My problem is, that PySerial seems to lose some data packages and I don't know why. I have two python …

python multithreading pyserial loss
Keras Extremely High Loss

I'm trying to predict price by characteristics. I chose a pretty simple model, but it works very strange. Loss function …

python machine-learning keras prediction loss
How can I implement the Kullback-Leibler loss in TensorFlow?

I need to minimize KL loss in tensorflow. I tried this function tf.contrib.distributions.kl(dist_a, dist_b, …

tensorflow probability loss