0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Digit Recognizer Overview

Last updated at Posted at 2018-02-18

Digit Recognizer

Description

  • computer vision 初心者の導入にいい
  • 手書き画像は分類アルゴリズムのベンチマークとして古典的なもの
  • このコンペの目的は数万の手書き画像データセットを識別すること
  • 回帰からニューラルネットワークまでをカバーしたチュートリアルを用意されている
  • 様々なアルゴリズムを実験できる
  • 身につくスキル
    • ニューラルネットワークの基本
    • サポートベクターマシン・k 近傍法などの分類法
  • よりデータセットの詳細を知りたければここに

Evaluation

  • 一桁の数の手書き画像を識別
  • 各 ImageId に解答 label を記載
  • メトリック
    • 解答の正確性
  • 解答フォーマット
ImageId,Label
1,0
2,0
3,0
etc.

Tutorial

  • Kaggle Kernels はブラウザ内計算環境
  • Kernels には多くのライブラリやパッケージが preload されている
  • R と Python が利用可能
  • ファイルの提出と競技データの探索ができる
    • 新しいスクリプト or notebook の作成
    • 他の kernel の fork
  • 競技を始めるのに最適な kernel をいくつか選んだ
  • Follow TensorFlow's Python tutorial
0
2
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?