July 2018
Intermediate to advanced
474 pages
13h 37m
English
Our model performance is based on evaluating our test features, xtest_array, with our test labels, ytest_OHE. We can use model.evaluate() and set the batch_size for evaluation at 128 elements. We can see that our accuracy is around 39%, as seen in the following screenshot:

This means that we are able to determine the rating by a user between 0 and 5 and at nearly a 39% accuracy rate.
Read now
Unlock full access