mnist-hello-world-nn/ ├── notebooks/ │ ├── 01_explore_mnist.ipynb Load and visualize MNIST. │ ├── 02_numpy_from_scratch.ipynb Build a 2-layer MLP from scratch (TODOs to fill in). │ └── ...