Note that there separate sets of assignments for CS 451/651 and CS
431/631. Make sure you work on the correct asssignments!
CS 431/631 Assignments
Assignment 4 due 2:30pm March 14
For this assignment, you should continue to use the
Waterloo CS Jupyter hub, as you
did for
Assignment 3.
You will need to download the following file
and then upload it to the hub:
- A4.ipynb: this is the starter
notebook for A4.
As usual, open the starter notebook on the hub to get started working
on the assignment.
Submitting Assignment 4
When you have finished, submit A4 using the same procedure you
used for A3:
- Download your A4.ipynb file from the Jupyter hub to your
computer.
- Submit your A4.ipynb file to your GitHub repository using the web interface like you did in assignment 3.
Make sure you have uploaded the correct A4.ipynb file, and not an HTML version of it. Github supports .ipynb visualization, you should be able to display your notebook in the web interface.
That's it! Note that your A4.ipynb file should be
committed and pushed to origin before the deadline.
Back to top