Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (19k points)

Can anyone please explain in simple words and possibly with some examples what is a loss function in the field of machine learning/neural networks?

This came out while I was following a Tensorflow tutorial: https://www.tensorflow.org/get_started/get_started

1 Answer

0 votes
by (33.1k points)
edited by

Loss function describes how far the results in your network produced is from the expected result. It indicates the magnitude error of your model on its prediction.

You can take that error and 'backpropagate' it through your model, adjusting its weights and making it closer to the truth.

Hope this answer helps you! Studying Machine Learning Tutorials would also give you a brief and valuable explanation of the problem.

If you want to know more about Machine Learning then watch this video:

Browse Categories

...