Define the neural network architecture: Construct a deep neural network with four hidden layers, each comprising 256 neurons. Utilize Rectified Linear Unit (ReLU) activation functions to introduce non-linearity and promote efficient training. Specify a softmax output layer for classification tasks." | Photo