Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-makaro/586c-project
An mnist digit recognizer build in cuda
https://github.com/t-makaro/586c-project
Last synced: 4 days ago
JSON representation
An mnist digit recognizer build in cuda
- Host: GitHub
- URL: https://github.com/t-makaro/586c-project
- Owner: t-makaro
- License: mit
- Created: 2024-09-26T21:17:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T21:49:16.000Z (8 days ago)
- Last Synced: 2024-12-14T22:24:29.716Z (8 days ago)
- Language: C++
- Size: 87.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# 586C-Project
An mnist digit recognizer built in cuda## Getting Started
Each implementation folder (ReferenceCPP, python-reference, CUDA586) contains a readme file with specific instructions or a visual studio 2022 solution file.The data.zip file will need to be extracted to ```./data/*```. Ensure this is flat and not ```./data/data/*```.
# License Limitations
The license governing this repo does no cover the MNIST-784 dataset within the data.zip file, nor does it cover any 3rd party libraries.