Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 336 Bytes

Persian News Classifier

Classify and predict the category and agency of each news.

1) Naive Bayes

Implement a Naive Bayes classifier from scratch

2) Baseline Models

Test some baseline models such as Naive Bayes, SGD and Linear SVM using sklearn library

3) Neural Network Model

Apply a Bidirectional LSTM model using Keras