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?
Diese Übung ist Teil des Kurses
Deep Learning for Text with PyTorch
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
