Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 541 Bytes

IMDB Sentiment Analysis

Instructions:

The dataset isn't part of the directory. So including it in the same directory is required for the code to run

The easiest way to run the code will be to do it through the Project2_551.ipynb file.

Otherwise, you could run

python3 name_of_file.py

depending on what you want to see main.py, svm.py, sgd.py, log_reg.py or submission.py

Naive Bayes doesn't work it's partially complete in implementation. However, I have attempted to complete the algorithm logic.