Note that there separate sets of assignments for CS 451/651 and CS
431. Make sure you work on the correct asssignments!
CS 431 Assignments
Assignment 5 due 4:00 pm Nov 27
For this assignment, you will use
Google Colab.
You will need to download the following file
and then upload it to the Colab:
- A5.ipynb: this is the starter
notebook for A5.
Open the starter notebook on Colab to get started working
on the assignment.
Submitting Assignment 5
When you have finished, submit A5 using the same procedure you
used for A4:
- Download your A5.ipynb file from Colab to your
computer. Under the File menu click on download .ipynb.
- Submit your A5.ipynb file to your GitHub repository using the web interface like you did in assignment 4.
Github supports
.ipynb visualization, you should be able to display your notebook in the web interface.
That's it! Note that your A5.ipynb file should be
committed and pushed to origin before the deadline.
Back to top