DNN Build a simple deep neural network with three layers' backpropagation algorithm. 2020-Fall-deep learning exercise classification task three layers input => hidden layer => output layer hidden states : 1024, 100, 6 weight initialize : random ** this task is to classify the traffic signs which are seperated into 6 classes. **