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?
Cet exercice fait partie du cours
Deep Learning for Text with PyTorch
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
