Programming assignment week 1

Hello,
this is the first time i do assignment on coursera.
i’m a confused how the assignment process works. i mean in week one there are two sections for “programming assignment”. the first one ( convolutional model,step by step), is this only explanation for the assignment or we have to do something.

thank you in advance

Since this course is a sequence of five, the Course 4 assignments assume you already completed courses 1, 2, and 3, and are already familiar with the methods.

When you open the programming assignment page, you’ll see some general instructions and a button labeled “Work in browser”. Read the general instructions:

Then, click on that button, and a Jupyter Notebook will open in your browser. That’s the programming environment. It includes both the detailed instructions and cells where you add your code to the template.

1 Like

When you complete each notebook, you go back to the top of the page and click the “Submit” button, that’s how your code is graded.

You repeat this whole process for each programming assignment in that week of the course. There are 1, 2, or 3 assignments each week.

I appreciate your fast reply TMosh

Thank you