Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 643 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 643 Bytes

Language Model with Ngram

Open your VM and download the jupyter notebook file and BEST2010 data

wget --no-check-certificate https://raw.githubusercontent.com/ekapolc/nlp_course/master/HW2/LanguageModeling.ipynb
wget --no-check-certificate https://raw.githubusercontent.com/ekapolc/nlp_course/master/HW2/BEST2010.zip
unzip BEST2010.zip

Submit the completed notebook file on MyCourseVille (4.5 points total, 0.64 points per 1 TODO)

Submit a screenshot of the closed instance (0.5 points)

Note: you do not need a GPU for this. If you install all the necessary python libraries, you can also do the homework on your local machine.