Get startedGet started for free

Comparing models

You're comparing the performance of two classification models. The results of lstm_model and gru_model are as follows:

lstm_model - Accuracy: 0.7633, Precision: 0.7633, 
             Recall: 0.7633, F1 Score: 0.7633

gru_model - Accuracy: 0.8169, Precision: 0.8169, 
            Recall: 0.8169, F1 Score: 0.8169

Let's compare the two models.

Which of the below statements is correct?

This exercise is part of the course

Deep Learning for Text with PyTorch

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise