项目作者: JatinKhare

项目描述 :
Digit recognition using Keras.
高级语言: Jupyter Notebook
项目地址: git://github.com/JatinKhare/Recognition-py.git
创建时间: 2019-02-27T16:22:47Z
项目社区:https://github.com/JatinKhare/Recognition-py

开源协议:

下载


The data files train.csv and test.csv contain gray-scale images of hand-drawn digits, from zero through nine.
Each image is 28 pixels in height and 28 pixels in width, for a total of 784 pixels in total. Each pixel has a single pixel-value associated with it, indicating the lightness or darkness of that pixel, with higher numbers meaning darker. This pixel-value is an integer between 0 and 255, inclusive.

The data has been taken from Kaggle.[https://www.kaggle.com/c/digit-recognizer/data]