Now we can build the model using the Keras sequential API: ... loss, accuracy = model.evaluate(X_test, y_test) print("Accuracy", accuracy)
確定! 回上一頁