how to predict either zero or one in an array using keras code example
Example: model.predict([x_test]) error
Just put model.predict(x_test) instead of model.predict([x_test])
Just put model.predict(x_test) instead of model.predict([x_test])