Skip to content

hxu47/Sentiment-Analysis-with-Naive-Bayes-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Reviews Sentiment Analysis with Naive Bayes

This project is to build a multinomial naive bayes classifier from scratch to predict whether a movie review is positive or negative, and also learn to do k-fold cross validation testing.

Main Notebook