** Updated from time to time **: Links will be added from the translated ones.
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.
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.
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!
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.2 Convolutional neural networks
3.3 Recurrent neural networks
3.4 Generative adversarial networks
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