Skip to content

Add MNIST dataset support (#22)#23

Merged
sql-hkr merged 1 commit intomainfrom
feat/mnist
Oct 26, 2025
Merged

Add MNIST dataset support (#22)#23
sql-hkr merged 1 commit intomainfrom
feat/mnist

Conversation

@sql-hkr
Copy link
Owner

@sql-hkr sql-hkr commented Oct 26, 2025

Introduces a minimal MNIST dataset loader in src/syna/datasets/mnist.py with download, normalization, and transformation options. Updates __init__.py to expose the MNIST class. Adds an example script in examples/datasets/mnist.py to visualize one sample of each digit using matplotlib.

Introduces a minimal MNIST dataset loader in src/syna/datasets/mnist.py with download, normalization, and transformation options. Updates __init__.py to expose the MNIST class. Adds an example script in examples/datasets/mnist.py to visualize one sample of each digit using matplotlib.
@sql-hkr sql-hkr linked an issue Oct 26, 2025 that may be closed by this pull request
3 tasks
@sql-hkr sql-hkr merged commit dc341cb into main Oct 26, 2025
1 check passed
@sql-hkr sql-hkr deleted the feat/mnist branch October 26, 2025 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement MNIST dataset support

1 participant