Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
darcy132
/
mnist-mlp
like
0
Image Classification
PyTorch
mnist
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
mnist-mlp
/
config.json
darcy132
Upload config.json with huggingface_hub
c0f3782
verified
5 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
126 Bytes
{
"learning_rate"
:
0.001
,
"epochs"
:
5
,
"batch_size"
:
64
,
"hidden_size"
:
128
,
"dropout"
:
0.2
,
"optimizer"
:
"adam"
}