This project is a natural language processor implemented in C++ for predictive classification using the naive bayes algorithm. The classifier has been tested on large .csv datasets and has demonstrated an accuracy of 87% with O(n) processing time.
To install and run the project, follow these steps:
git clone https://github.com/felixlu4725/Post-classifier-using-Machine-Learning.gitcd Post-classifier-using-Machine-Learningmake./post_classifierThe project can be used to classify posts in large datasets. Simply provide the input dataset in .csv format and run the classifier to obtain the predicted classifications.
For any questions or inquiries, please contact Felix Lu at felixlu@umich.edu.