(ii) Three layers, [(50, ReLU), (50, ReLU), (10, Linear)], softmax + cross entropyobjective function. Use Stochastic Gradient Descent with minibatch size of 500.
(b) Use Keras (either plain Keras or tf.keras from Tensorflow 2.0) to redo the above twoexercises.