filmov
tv
Confusion Matrix TensorFlow Tips Classification #datascience #tensorflow #classification #binary

Показать описание
Learn how to use TensorFlow to create a confusion matrix. Convert the logits that come out of a tensorflow model into a sparse column vector and compare it with the true predictions in a confusion matrix. a classification report makes a good supplement to a confusion matrix.