Now finally to creating some code.
The first step is to code the constant parameters that we just used to define the locations of all the elements in the visualization.
You can create these directly as script-level constants. The derived parameters and calculated parameters will get filled in later, so you can hold off on those.
Here's a stub to start from: nn_viz_00.py
After you've taken a shot at coding them up, start the next lecture, and I'll walk you through what I did.
Ready? Go for it.
0 comments