deep-learning-in-japanese

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

View the Project on GitHub

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グループに分類します.()は原題です.

入門編

Convolutional neural networks

Recurrent neural networks

Generative adversarial networks

その他

環境

各ディレクトリの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.