Skip to content

Commit

Permalink
Adding the Kaggle link for the MNIST dataset
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vikingSec authored Sep 20, 2024
1 parent 59d4742 commit d6097bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d6097bf

Please sign in to comment.