Implement a basic neural network using TensorFlow/Keras to classify images from
Implement a basic neural network using TensorFlow/Keras to classify images from the MNIST dataset. The network should have one hidden layer with 128 neurons and use ReLU activation function. Use…