Skip to content

haltaro/deep-learning-in-japanese

Repository files navigation

Qiita記事 | haltaro

Deep learning nanodegree foundationで公開されているjupyter notebookを日本語化するプロジェクトです. *_j.jpynbは,*.jpynbの日本語訳を表します. また,2017年7月13日時点の最新版のnotebookを翻訳対象とします.

dlnd

目次

notebookは,tutorialとprojectに大別されます.tutorialの練習問題には解答が用意されていますが,projectの練習問題には解答が用意されていません.これは,後者がUdacity受講者向けの課題であるためです.そこで本プロジェクトでは,一つのnotebookとして完結している,tutorialを翻訳の対象とします.

以下のように,独断で5グループに分類します.()は原題です.

入門編

  • TensorFlow入門(Intro to TensorFlow)
  • TFLearnで評判分析Sentiment analysis with TFLearn): TensorFlowラッパーTFLearnで,映画レビューの評判分析に挑戦します.
  • TFLearnで手書き文字認識(Handwritten number recognition with TFLearn and MNIST)
  • 性能向上のための変数初期化(Weight initialization)

Convolutional neural networks

  • 転移学習(Transfer learning with ConvNet)

Recurrent neural networks

  • RNN入門(Character-wise RNN)
  • Word2Vec(Embeddings)
  • RNNで評判分析Sentiment analysis with RNN):TensorFlowでlong short term memoryベースのrecurrent neural networkを実装して,映画レビューの評判分析に挑戦します.
  • Seq2SeqSequence to sequence):TensorFlowでSeq2Seqを実装して,入力文字列をソートするモデルを実装します.

Generative adversarial networks

  • 自己符号化器(Autoencoder)
  • MNISTでGAN(Generative Adversatial Network on MNIST)
  • Deep Convolutional GAN(Deep Convolutional GAN)
  • GANで半教師あり学習(Semi-supervised learning)

その他

  • Tensorboard入門(Tensorboard)
  • DQNで強化学習Deep Q-learning): TensorFlowでDeep Q-learning networkを実装して,OpenAI GymのCat-Poleゲームに挑戦します.
  • Batch normalization(Batch normalization)

環境

各ディレクトリのrequirements.txtは,notebookの実行に最低限必要な環境を示します.

pip

pip3 install -r requirementsで環境構築可能です.

Conda

environmentsディレクトリにConda用の環境ファイルがあります.お使いのプラットフォームに適したファイルをご利用ください.

License

MIT License

Copyright (c) 2017 Udacity, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Translating notebooks provided by Deep learning nanodegree foundation at udacity into Japanese.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published