Classifying Amazon Reviews using Naive Bayes
Building a Naive Bayes Model to classify video game reviews as positive or negative
This project started as a coding assignment for my senior year Artificial Intelligence course at UC Santa Barbara. We were assigned to write code to run the Naive Bayes algorithm from scratch in Python without using any external packages like sci-kit-learn. We were given a training set and a testing...
[Read More]