- Nguyen Mau Tra
- Bui Van Thanh
This repository contains the code for the project News Classification.
To run the code, please follow these steps:
- Clone this repository to your local machine.
- Open the ipynb file. Each file include Naive Bayes, SVM or Artificial Neural Network algorithm we used.
- Run the code cells in the jupyter notebook to execute the project.
- News_Category_Dataset_v3.json: Dataset json file.
- naive-bayes-classification.ipynb: Classification Using Naive Bayes algorithm.
- svm-classification.ipynb: Classification Using SVM algorithm.
- ann-classification.ipynb: Classification Using ANN algorithm.