burn
burn copied to clipboard
Data normalizers in burn-dataset
Feature description
Dataset package should provide with basic normalizer's, such standard score normal.
Feature motivation
Data normalization is a common operation and should be part of the library for convenience and less code writing for everyone.
(Optional) Suggest a Solution
- For the starter, should add traits for data normalization.
- Add standard score normalizer (across batch, features or the entire dataset).
And example how torch does: https://stackoverflow.com/questions/63746182/correct-way-of-normalizing-and-scaling-the-mnist-dataset
Hi! Is anyone working on this? If not, can I do it?
@CaioPiccirillo, please go ahead. I am assigning it to you.