Here's how I went about it.
Add some more parameters to the dictionary;
Some of these parameters are constants. Those you can add. Some are derived parameters. Those you can calculate and add on the spot. Some of these parameters are to-be-calculated. Where you don't have the calculated value yet, just add zero as a placeholder.
Feel free to use my solution to the last exercise as a starting point: nn_viz_04.py
Ready? Go for it.
0 comments