https://github.com/seikhchilli/digitrecognizer
Digit Recognizer
https://github.com/seikhchilli/digitrecognizer
cnn kaggle kaggle-digit-recognizer machine-learning python3 tensorflow2
Last synced: about 1 month ago
JSON representation
Digit Recognizer
- Host: GitHub
- URL: https://github.com/seikhchilli/digitrecognizer
- Owner: seikhchilli
- Created: 2022-11-11T05:08:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T13:52:59.000Z (over 3 years ago)
- Last Synced: 2025-06-08T02:57:30.065Z (about 1 year ago)
- Topics: cnn, kaggle, kaggle-digit-recognizer, machine-learning, python3, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigitRecognizer
Digit Recognizer
## Description
MNIST ("Modified National Institute of Standards and Technology") is the de facto “hello world” dataset of computer vision. Since its release in 1999, this classic dataset
of handwritten images has served as the basis for benchmarking classification algorithms. As new machine learning techniques emerge, MNIST remains a reliable resource for researchers and learners alike.
Our goal is to correctly identify digits from a dataset of tens of thousands of handwritten images.