From d6097bf9ef9eb6da0e0772beb7076888d2d93eb9 Mon Sep 17 00:00:00 2001 From: mitch edwards // valhalla_dev <34898405+vikingSec@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:28:18 -0500 Subject: [PATCH] Adding the Kaggle link for the MNIST dataset I couldn't remember exactly where the dataset was and needed to look it up, so this may help others. not trying to be annoying with a README PR lol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8449d8e..14813f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # miniMNIST-c -This project implements a **minimal** neural network in C for classifying handwritten digits from the MNIST dataset. The entire implementation is **~200 lines of code** and uses only the standard C library. +This project implements a **minimal** neural network in C for classifying handwritten digits from the [MNIST dataset](https://www.kaggle.com/datasets/hojjatk/mnist-dataset?resource=download). The entire implementation is **~200 lines of code** and uses only the standard C library. ## Features