Assignment (lab08)#
This assignment is composed of 10 graded exercises. For each solved exercise, you get the points indicated below. You need to score at least 8 points (out of 14) to pass the assignment.
Instructions#
Download a copy of this notebook from Blackboard.
Run
jupyter notebook
and open the.ipynb
file.Solve the quizzes by filling in the cells with your solutions.
Check your answer by running the unit test provided at the end of each quiz.
Get your work checked before leaving the lab, otherwise you won’t get any credit for it.
Grading#
Required packages#
For this assignment, you need to import the following packages.
Numpy - The library for scientific computing in Python.
Matplotlib - The library for plotting graphs in Python.
Autograd - The library for automatic differentiation of Numpy code.