模型比較
你正在比較兩個分類模型的表現。lstm_model 與 gru_model 的結果如下:
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
來比較這兩個模型吧。
以下哪一個敘述正確?
本練習屬於課程
