An open API service indexing awesome lists of open source software.

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.

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,