Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shohaha authored Aug 27, 2022
1 parent 93beb1f commit 05ee6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ The model reached an accuracy level of almost 0.90 and a low loss score of 0.23
The model reached an accuracy level of almost 0.90 and a low loss score of 0.23 on the testing data. The validation accuracy starts to dip slightly after 3 epochs but the BERT Model performed relatively well on Predicting Fake News after just 5 epochs.

# Confusion Matrix

From the models its clear KNN model perfomed worst in comparsion to SVM model that performed best. The use of the confusion matrix allows us to visually compare and analysis the results of all models.

![cm](https://github.com/dianaagustinaf/is-it-fake/blob/main/assets/dataviz/confusionmatrix.png)

# Analysis
Expand Down

0 comments on commit 05ee6a2

Please sign in to comment.