Up パターン認識 作成: 2018-04-25
更新: 2018-04-27


  分 野
  • 音声認識

  • 画像認識

  • 文字認識
    • データセット
      • MNIST

  • 自然言語処理
    • 統計的自然言語処理

  学 習
  • ディープラーニング出現以前
    • バックプロパゲーションの方法で,重みづけを調整。
      人が,特徴量設計をする。

  • ディープラーニング
    • オートエンコーダにより,特徴量を生成できるようになる。

    • 実際例:「グーグルの猫認識」
      (Building High-level Features Using Large Scale Unsupervised Learning)
      ‥‥ we train a 9-layered locally connected sparse autoencoder with pooling and local contrast normalization on a large dataset of images (the model has 1 billion connections, the dataset has 10 million 200x200 pixel images downloaded from the Internet).
      We train this network using model parallelism and asynchronous SGD on a cluster with 1,000 machines (16,000 cores) for three days.