Files
mlx-swift-examples/Libraries/MNIST
2024-02-22 10:41:02 -08:00
..
2024-02-22 10:41:02 -08:00
2024-02-22 10:41:02 -08:00
2024-02-22 10:41:02 -08:00
2024-02-22 10:41:02 -08:00
2024-02-22 10:41:02 -08:00

MNIST

This is a port of the MNIST model and training code from:

It provides code to:

  • download the test/train data
  • provides the MNIST model (MLP)
  • some functions to shuffle and batch the data

See mnist-tool for an example of how to run this. The training loop also lives there.