greydanus / mnist1d

A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep Learning questions.
Apache License 2.0
199 stars 33 forks source link

GoLang Implementation https://github.com/mdcfrancis/gomnist1d #13

Closed mdcfrancis closed 2 months ago

mdcfrancis commented 2 months ago

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.

greydanus commented 2 months ago

This is great, thanks for sharing! I've linked to your repository in the "Community use cases" section of the README. Best, Sam

mdcfrancis commented 2 months ago

You are welcome. Thanks