Drag and drop an image here
or browse files
Supported formats: PNG, JPG, JPEG
Grayscale normalized image fed to the model
Model's top prediction
The image is converted to grayscale, resized to 28×28 pixels, and normalized to match the MNIST dataset format.
The neural network extracts meaningful features from the image through multiple layers of computation.
The final layer produces logits which are converted to probabilities using softmax activation. The highest probability indicates the predicted digit.
Processing...