0

super quick question. What is the default loss function in Tensorflow's contrib.learn? I looked at the documentation and could not find anything. Just to clarify, I am asking if it is absolute difference, MAE, MSE, RMSE or any other. Thank you!

1 Answers1

0

According to this post, the tf.contrib.learn.DNNRegressor uses mean squared error as default loss. I have to admit though, that I couldn't find the source file for it. It would be interesting for me too.

DocDriven
  • 3,726
  • 6
  • 24
  • 53