shrew-data 0.1.0

Data loading, datasets, and batching for Shrew
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# shrew-data

Data loading and preprocessing utilities for Shrew.

Features:
- `DataLoader` for efficient batching and shuffling.
- `Dataset` trait for custom data sources.
- Common datasets for examples (MNIST, etc.).
- Image and text preprocessing helpers.

## License

Apache-2.0