Skip to content

Latest commit

 

History

History

DigitRecognizer

Digit Recognizer

Learn computer vision fundamentals with the famous MNIST data

翻译的朋友们请先【Fork】本库,在自己的库中当前文件夹下面,以原文件名加【-中文】的方式命名【新建文件】(例如:原本文件名:introduction-to-cnn-keras-0-997-top-6.ipynb,新建文件名即:introduction-to-cnn-keras-0-997-top-6-中文.ipynb),完成翻译整理后进行Pull Request,经过其他朋友代码审查,会合并到本库,同时你们的贡献也会被记录在此页面。

在翻译整理的过程中请尽量深入理解文章,并提出自己的理解,不要只是为了翻译而翻译

如果会其他语言的同学也欢迎翻译成其他语言,例如:俄语、韩语、日语等等

贡献者:

比赛:

地址:https://www.kaggle.com/c/digit-recognizer

翻译项目原地址 作者 本库地址 翻译后版本
introduction-to-cnn-keras-0-997-top-6 Yassine Ghouzam GO GO
welcome-to-deep-learning-cnn-99 Peter Grenholm GO GO
--- --- --- ---

介绍

Start here if... You have some experience with R or Python and machine learning basics, but you’re new to computer vision. This competition is the perfect introduction to techniques like neural networks using a classic dataset including pre-extracted features.

Competition 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.

In this competition, your goal is to correctly identify digits from a dataset of tens of thousands of handwritten images. We’ve curated a set of tutorial-style kernels which cover everything from regression to neural networks. We encourage you to experiment with different algorithms to learn first-hand what works well and how techniques compare.

Practice Skills Computer vision fundamentals including simple neural networks

Classification methods such as SVM and K-nearest neighbors

Acknowledgements

More details about the dataset, including algorithms that have been tried on it and their levels of success, can be found at http://yann.lecun.com/exdb/mnist/index.html. The dataset is made available under a Creative Commons Attribution-Share Alike 3.0 license.