Metrics
A metric is a function that is used to judge the performance of your model.
Metric functions are similar to loss functions, except that the results from evaluating a metric are not used when training the model.
Note that you may use any loss function as a metric.
Please visit this link to learn about the different metrics in Keras.
Check their usage in the model.compile() step.
Comments
0 comments
Article is closed for comments.