The shared table renderer now carries the whole update register. Each row displays old, gradient, eta times gradient, and new value.
highlighted = computed this step
One exact step
The table applies the same rule to every shown parameter. The eta*gradient column is exact, and the new column is recomputed from old minus that column.
wnew=wold−η∇w
Changed entries
The changed entries are w11->2, w12->3, b1->0, v1->3, and c->1.
w11=2,w12=3,b1=0,v1=3,c=1
Zero-gradient entries
Parameters with gradient 0 keep the same value in this step: w21, w22, b2, and v2.