The due date for this codelet is Friday, Jan 31 at 11:59PM.
The following is to help get you started working with PyTorch. You should draw on the textbook (Chapter 2) and the PyTorch documentation.
Your task is to:
codelet1.zip
from the course website and open
it. You will find these instructions and codelet1.py
which
has scaffolding for you.codelet1.py
and include a file called
codelet.pdf
with your answer to the broadcasting
question.When assessing your code, satisfactory achievement is demonstrated, in part, by:
For the exercises not mentioned below, you should find sufficient detail in their docstrings.
Explain briefly (no more than 100 words) how broadcasting works with PyTorch. Provide concrete examples to ground your explanation.