CS 221 Final Project
• The baseline model is found in the "CS221BaselineModel.ipynb" file.
• The robust model is found in the "CS221RobustSimilarityModel.ipynb" file
• The sentiment analysis model (Bert) is found in "SentimentBert.py" Citation: [Paszke et al., 2019]
• The code used to make the scatterplots is found in "ScatterPlotGenerator.py"
• A list of all the courses by name and number is in "export.xls"
• A list of all the courses by name, number, title, and description is in "course_df.csv"
• The word list (dictionary) we used is in "words.csv"