Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
fashion-mnist-mlp – AI Model by donaldsebleung | AlphaNeural AI
You can deploy this model and start earning money today!
donaldsebleung
/
fashion-mnist-mlp
like
0
onnx
image-classification
en
zalando-datasets/fashion_mnist
apache-2.0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
fashion-mnist-mlp
MLP model trained on the Fashion MNIST dataset with PyTorch 2.8.0 + CANN 8.5.0 with the architecture below.
1st hidden layer with 784 input channels, 1024 output channels, ReLU activation
1st dropout layer with
p = 0.3
2nd hidden layer with 1024 input channels, 512 output channels, ReLU activation
2nd dropout layer with
p = 0.2
Fully connected layer with 512 input channels, 10 output channels
Usage
See the included notebook for details.