Posted by: Pdfprep
Post Date: December 8, 2020
The following code was used when compiling the model: model.compile(optimizer=’Adam,loss=’categorical.crossentropy’,metrics=[tf.keras.metrics.accuracy]), currently using evaluate
When the method evaluates the model, which of the following indicators will be output?
A . accuracy
B . categorical_ 1oss
C . loss
D . categorical accuracy
Answer: A C
Leave a Reply