import numpy as np
alpha = 1
gamma = 1
Z = np.zeros(shape=[N_D, N_W])
--------------------------------------------------------------------------- NameError Traceback (most recent call last)in () 2 gamma = 1 3 ----> 4 Z = np.zeros(shape=[N_D, N_W]) NameError: name 'N_D' is not defined