2.4 Mean error value
¶
In [11]:
print
(
"Test-Accuracy:"
,
"
%.2f%%
"
%
(
np
.
mean
(
results
.
history
[
"val_acc"
])
*
100
))
Test-Accuracy: 98.93%