mnist from scratch with numpy mnist classifier from scratch Activation function: Relu for hidden layers and softmax for output layer. GD optimizer. To run the code, try the following command: python3 main.py