tf.keras.metrics.binary_accuracy
Calculates how often predictions matches binary labels.
tf.keras.metrics.binary_accuracy(
y_true, y_pred, threshold=0.5
)
Args |
y_true
|
Ground truth values. shape = [batch_size, d0, .. dN] .
|
y_pred
|
The predicted values. shape = [batch_size, d0, .. dN] .
|
threshold
|
(Optional) Float representing the threshold for deciding whether
prediction values are 1 or 0.
|
Returns |
Binary accuracy values. shape = [batch_size, d0, .. dN-1]
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]