YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
MNIST MLP Classifier (PyTorch)
This is a simple multi-layer perceptron (MLP) trained on the MNIST dataset to classify handwritten digits (0โ9).
Model
- Input: 28ร28 grayscale image
- Architecture: MLP (784 โ 128 โ 64 โ 10)
- Loss: CrossEntropyLoss
- Optimizer: Adam
Usage
Load weights using:
model.load_state_dict(torch.load("mnist_mlp.pth"))
model.eval()
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support