https://github.com/jcolechanged/kaggle---digit-recognizer
My attempts at the Kaggle competiton in which you are given an image as a feature and need to classify it as a number.
https://github.com/jcolechanged/kaggle---digit-recognizer
Last synced: 3 months ago
JSON representation
My attempts at the Kaggle competiton in which you are given an image as a feature and need to classify it as a number.
- Host: GitHub
- URL: https://github.com/jcolechanged/kaggle---digit-recognizer
- Owner: jColeChanged
- Created: 2014-06-20T05:07:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T05:10:17.000Z (about 12 years ago)
- Last Synced: 2025-01-25T23:03:33.247Z (over 1 year ago)
- Language: Python
- Size: 19.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains code I wrote while doing the Kaggle digit recognizer competition.
The data folder contains csv files that describe the test and training dataset. The models folder contains predictions for the test data given the training data. The src folder contains the code used to generate these predictions,