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 6 due 4:00pm10:00pm April 8

For this assignment, you will use Google Colab. Open the starter notebook on Colab to get started working on the assignment. To open a file go to File > Open notebook. Under the Upload tab, upload A6 to Colab.

Submitting Assignment 6

When you have finished, submit A6 using the same procedure you used for A6:

  1. Download your A6.ipynb file from Colab to your computer. Under the File menu click on download .ipynb.
  2. Submit your A6.ipynb file to your GitLab repository using the web interface like you did in assignment 5.

Github supports .ipynb visualization, you should be able to display your notebook in the web interface.

That's it! Note that your A6.ipynb file should be committed and pushed to origin before the deadline.

Back to top