Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shahendae authored Sep 6, 2022
1 parent aa8df86 commit 16ef16a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

This project focuses on text Classification that works on identifying different authors writing styles in Gutenberg digital books and predict to which author or genre the piece of writing belongs. <br>

![image](images/words.png)

Prepare and Preprocess the data which include Clean Data, Feature Extraction, and Transform the data to Bag of Words (BOW) and TF-IDF Vectorizer with and without N-Grams.

for the classification Decision Tree Model, SVM Model, KNN Model were tested.
The SVM model gave the best accuracy with the "linear" kernel we obtained an accuracy of 98.7%, the linear kernel provides faster performance.
The SVM model gave the best accuracy with the "linear" kernel we obtained an accuracy of 98.7%, the linear kernel provides faster performance. <br>

Collected all the accuracy we obtained from each model:

![image](images/models.png)

0 comments on commit 16ef16a

Please sign in to comment.