I successfully replicated the generation of the dataset in Go, including matching the random numbers and seeds as supported in Python. Hopefully, this is useful to others as an additional way to generate a sample dataset and provide a second reference.
I successfully replicated the generation of the dataset in Go, including matching the random numbers and seeds as supported in Python. Hopefully, this is useful to others as an additional way to generate a sample dataset and provide a second reference.
https://github.com/mdcfrancis/gomnist1d
As much as possible, I followed the original code flow so that one may compare the implementations.