Disclaimer!:
- Intel oneAPI DPC++ Compiler and libraries are licensed under the MIT License.
- This project contains code, data, and concepts that is licensed separately from this project.
Credits:
- MNIST Dataset source: https://www.kaggle.com/datasets/amineipad/mnist-dataset/data
- Library for reading images: https://github.com/nothings/stb/blob/master/stb_image.h
- Idea and learnings for producing neural networks: 3Blue1Brown's YT playlist on neural networks, episodes 1-4 (https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi)
This github serves as a personal learning project, to create a concrete understanding of a simple artificial neural network (ANN), and the connection between the ML algorithm and parallel GPU compute.