I’m getting a syntax error in the jupyter notebook for Question 1. Anyone know why this is happening?
{mentor edit: code removed}
I’m getting a syntax error in the jupyter notebook for Question 1. Anyone know why this is happening?
{mentor edit: code removed}
In the Sequential model, you’re creating a python-formatted list, where the elements are separated by commas within a set of square brackets.
Your code for the first two Dense layers is missing the commas.
I’ve removed the code from your message, because we prefer students not post their code on the Forum.