[PYTHON] Japanese translation of public teaching materials for Deep learning nanodegree

** Updated from time to time **: Links will be added from the translated ones.

1.First of all

I have completed the Deep learning nanodegree [^ name] that I have been taking since March 2017. This course is charged, but high quality Jupyter Notebook is open to the public for free, so I decided to translate it into Japanese after reviewing [^ Target]. The GitHub repository is here. Udacity has permission to publish.

[^ Name]: I don't care, but sometimes I officially call it Deep learning ** foundation ** nanodegree, and sometimes I call it Deep learning nanodegree ** foundation **, so I didn't know which was correct. For the time being, this article follows Introduction to Udacity Deep Learning Nanodegree. If you know the official name, I would appreciate it if you could tell me.

[^ Target]: The latest version as of July 13, 2017 is the target of translation.

deep_learning.png

It's a super-free translation, but I hope it will be helpful for those who are wondering about taking the course. Also, I would be grateful if you could point out any mistranslations.

  1. Deep learning nanodegree

This is a paid course for Udacity. It covers all the basic topics of deep learning, from implementing Neural networks with NumPy to Convolutional neural networks, Recurrent neural networks, and Generative adversarial networks. Please refer to some wonderful articles about this course.

Some of the teaching materials for this course are available on youtube and GitHub. In this project, we will translate the notebook published on GitHub into Japanese [^ manpower].

[^ Manual]: Ideally, the Deep learning algorithm should be implemented and machine translated, but this time it is not powerful and manual. We are looking for people who can cooperate!

3. Table of contents

Notebooks are roughly divided into tutorials and projects. Answers are provided for the tutorial exercises, but no answers are provided for the project exercises. This is because the latter is an assignment for Udacity students. Therefore, in this project, the tutorial, which is completed as one notebook, is the target of translation.

We classify them into 5 groups at our discretion as follows. () Is the original title.

3.1 Introduction

3.2 Convolutional neural networks

3.3 Recurrent neural networks

3.4 Generative adversarial networks

3.5 Other

4. Environment construction

The requirements.txt in each directory shows the minimum environment required to run the notebook.

pip

You can build the environment with pip3 install -r requirements.

Conda

There is an environment file for Conda in the ʻenvironments` directory. Please use the file suitable for your platform.

License MIT License Copyright (c) 2017 Udacity, Inc.

Recommended Posts

Japanese translation of public teaching materials for Deep learning nanodegree
Web teaching materials for learning Python
Beginning of machine learning (recommended teaching materials / information)
Implementation of Deep Learning model for image recognition
Deep learning 1 Practice of deep learning
Techniques for understanding the basis of deep learning decisions
Deep Learning Experienced in Python Chapter 2 (Materials for Journals)
Japanese preprocessing for machine learning
Deep running 2 Tuning of deep learning
Deep learning for compound formation?
Introducing Udacity Deep Learning Nanodegree
Japanese translation of sysstat manual
Japanese translation of Linux manual
Deep reinforcement learning 2 Implementation of reinforcement learning
I searched for a similar card of Hearthstone with Deep Learning
Summary of pages useful for studying the deep learning framework Chainer
Japanese translation of the man-db manual
Appropriate Japanese translation of pytorch tensor_tutorial
Japanese translation of the util-linux manual
Japanese translation of the iproute2 manual
[AI] Deep Learning for Image Denoising
TensorFlow Deep MNIST for Experts Translation
Othello-From the tic-tac-toe of "Implementation Deep Learning" (3)
Meaning of deep learning models and parameters
Make your own PC for deep learning
Japanese translation of the LDP man-pages manual
Try deep learning of genomics with Kipoi
Visualize the effects of deep learning / regularization
Sentiment analysis of tweets with deep learning
About Japanese fonts of matplotlib (for Mac)
[Deep learning] Nogizaka face detection ~ For beginners ~
Learning record of reading "Deep Learning from scratch"
About data expansion processing for deep learning
Othello-From the tic-tac-toe of "Implementation Deep Learning" (2)
Japanese translation: PEP 20 --The Zen of Python
[For beginners of artificial intelligence] Machine learning / Deep Learning Programming Learning path and reference books
Introduction to Deep Learning for the first time (Chainer) Japanese character recognition Chapter 4 [Improvement of recognition accuracy by expanding data]