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?
Este exercício faz parte do curso
Deep Learning for Text with PyTorch
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
