sidmontu

[Paypal] Tensorflow

Sep 9th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Paypal Tensorflow Talk
  2.  
  3. Evaluating output accuracy with cost function
  4. E.g. label = 1, output probability = 0.68, so cost = 0.32. Kind of measuring loss. When training a neural network, we are trying to minimize this cost by picking weights and biases.
  5. Most used cost function: Cross entropy. Gradient descent to achieve this minimization goal.
Add Comment
Please, Sign In to add comment