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 ejercicio forma parte del curso
Deep Learning for Text with PyTorch
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
