Note that there are 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 3 due 4:00 pm Nov 1
For this assignment, you should continue to use Google Colab,
as you did for
Assignment 2.
You will need to download the following file
and then upload it to the Colab:
- A3.ipynb: this is the starter
notebook for A3.
As usual, open the starter notebook on Colab to get started working
on the assignment.
Submitting Assignment 3
When you have finished, submit A3 using the same procedure you
used for A2:
- Download your A3.ipynb file from Colab to your
computer.
- Submit your A3.ipynb file to your Git repository using the web interface like you did in assignment 2.
Make sure you have uploaded the correct A3.ipynb file, and not an HTML version of it. Gitlab supports .ipynb visualization, you should be able to display your notebook in the web interface.
That's it! Note that your A3.ipynb file should be
committed and pushed to origin before the deadline.
Back to top