Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

File metadata and controls

26 lines (20 loc) · 1.1 KB

CSE 143 Assignment 3

Group Names

Devasha Trivedi Lucas Schmitt Daniel Hsieh

Files Included in Submission

  • a3_part1.py: Initial implementation of a RNN and LSTM models for sentiment analysis.
  • a3_part1.ipynb: Notebook of a3_part1.py.
  • A3-report.pdf: PDF document containing the analysis and results of our code.
  • Viterbi.py: Viterbi algorithm implementation for Q3
  • conlleval: Dependency file for Viterbi.py
  • model.simple: Dependency file for Viterbi.py
  • ner.[]: Dependency file for Questions 3

How to Run