Overview
Download the assignment file assignment3.zip.
In this assignment, we implement and test a few different RNNs for sequence modeling.
- The code you have to write are located in
model.pyandutils.pyafter# BEGIN_SOLUTION, the number of points is stated there as well. - Inside
rnn-seqmodel.ipynbyou will find the experiment setup and some short questions requiring written answers.- For written answer, you can write in place or in a file named
written.pdf.
- For written answer, you can write in place or in a file named
- After you downloaded and unzipped
assignment3.zip, runjupyter notebook .in the assignment folder
Submitting your work
Once you are done
working run the collectSubmission.sh script; this will produce a file called
a3-submit.zip. Submit this to the class Dropbox at https://dropbox.cs.princeton.edu/COS495_S2018/a3.
Requirements
This assignment was tested on python 3.6.3 and pytorch 0.3.1.